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
Example response
[
{
"name": "ADAUSD",
"count": 1980038,
"latest_block": 2657092
},
{
"name": "ADAEUR",
"count": 1980038,
"latest_block": 2657092
},
{
"name": "ADABTC",
"count": 1980038,
"latest_block": 2657092
}
]