🔄Fetch Tickers
In this section, you’ll learn how to fetch all supported tickers using the PayRam API, allowing you to display real-time token and blockchain options available for user payments.
In this section, you’ll learn how to fetch all supported tickers using the PayRam API, allowing you to display real-time token and blockchain options available for user payments.
curl --location '${BASE_URL}/api/v1/ticker' \
--data ''[
{
"blockchainCode": "TRX",
"currencyCode": "TRX",
"tokenAddress": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb",
"standard": "TRX",
"walletPrecision": 6,
"family": "TRX_Family",
"price": "0.2796"
},
...
]