Skip to main content

GET /api/v2/tickers/ - Blockbook REST API

Loading...

Updated on
Jun 09, 2026

GET /api/v2/tickers/ - Blockbook REST API

Please note that this REST method requires the BCH Blockbook add-on enabled on your QuickNode endpoint.

Query Parameters

timestamp
integer
Loading...

Returns

ts
integer
Loading...
rates
object
Loading...
{currency}
integer
Loading...
Request
1
curl -X GET "https://docs-demo.bch-mainnet.quiknode.pro/tickers/?timestamp=1574346615" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.bch-mainnet.quiknode.pro/tickers/?timestamp=1574346615" \
2
-H "Content-Type: application/json"
Response
1
{
2
"ts": 1780951502,
3
"rates": {
4
"aed": 773.52,
5
"ars": 304586,
6
"aud": 298.92,
7
"bdt": 25826,
8
"bhd": 79.42
9
}
10
}
1
{
2
"ts": 1780951502,
3
"rates": {
4
"aed": 773.52,
5
"ars": 304586,
6
"aud": 298.92,
7
"bdt": 25826,
8
"bhd": 79.42
9
}
10
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free