v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Nut.link

List of tickers of an oracle

List of records of a specific oracle

get/nutlink/{address}/tickers

Path parameters

addressstring required

Address of a metadata oracle

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

namestring required

Name of the ticker

countinteger required

Number of ticker records

latest_blockinteger required

Block height of the latest record

Example response

[
  {
    "name": "ADAUSD",
    "count": 1980038,
    "latest_block": 2657092
  },
  {
    "name": "ADAEUR",
    "count": 1980038,
    "latest_block": 2657092
  },
  {
    "name": "ADABTC",
    "count": 1980038,
    "latest_block": 2657092
  }
]