Skip to main content

bb_getMultiTickers RPC Method - Blockbook

Loading...

Updated on
Jun 16, 2026

bb_getMultiTickers RPC Method - Blockbook

Please note that this RPC method requires the Blockbook RPC add-on enabled on your Quicknode endpoint.

Parameters

object
object
REQUIRED
Loading...
timestamp
string
REQUIRED
Loading...
currency
string
Loading...
token
string
Loading...

Returns

ts
integer
Loading...
rates
object
Loading...
Request
Response
1
{
2
"id": 1,
3
"result": [
4
{
5
"ts": 1780876800,
6
"rates": {
7
"usd": 35.12
8
}
9
}
10
],
11
"jsonrpc": "2.0"
12
}
1
{
2
"id": 1,
3
"result": [
4
{
5
"ts": 1780876800,
6
"rates": {
7
"usd": 35.12
8
}
9
}
10
],
11
"jsonrpc": "2.0"
12
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free