Skip to main content

bb_gettickerslist RPC Method

Returns a list of available currency rate tickers (secondary currencies) for the specified date, along with an actual data timestamp.

Updated on
Nov 17, 2023

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
1
curl 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