bb_getTickersList RPC Method
Please note that this RPC method requires the Blockbook RPC add-on enabled on your QuickNode endpoint.
Parameters
timestamp
integer
REQUIRED
Specify a Unix timestamp to retrieve available tickers for that specific time
Returns
result
object
A result object with the following field:
ts
integer
The Unix timestamp (in seconds) indicating the time at which the list of available currencies was queried
available_currencies
array
An array containing the currency codes of all the available currencies on the Blockbook service. Some of the available currencies are AED, EUR, GBP, USD, etc
Request
1curl https://docs-demo.btc.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"method": "bb_getTickersList", "params": [{"timestamp": 1574346615}]}'5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free