v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Nut.link

Specific ticker

List of records of a specific ticker

get/nutlink/tickers/{ticker}

Path parameters

tickerstring required

Ticker for the pool record

Query parameters

countinteger

The number of results displayed on one page.

pageinteger

The page number for listing the results.

order'asc' | 'desc'

The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Response

Return the tickers provided by the metadata oracle

addressstring required

Address of a metadata oracle

tx_hashstring required

Hash of the transaction

block_heightinteger required

Block height of the record

tx_indexinteger required

Transaction index within the block

Example response

[
  {
    "address": "addr_test1qpmtp5t0t5y6cqkaz7rfsyrx7mld77kpvksgkwm0p7en7qum7a589n30e80tclzrrnj8qr4qvzj6al0vpgtnmrkkksnqd8upj0",
    "tx_hash": "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b",
    "block_height": 2657092,
    "tx_index": 8,
    "payload": [
      {
        "source": "coinGecko",
        "value": "1.29"
      },
      {
        "source": "cryptoCompare",
        "value": "1.283"
      }
    ]
  }
]