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
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"
}
]
}
]