bb_getTickersList RPC Method - Blockbook
Please note that this RPC method requires the Blockbook RPC add-on enabled on your Quicknode endpoint.
Parameters
timestamp
integer
REQUIRED
Loading...
Returns
result
object
Loading...
ts
integer
Loading...
available_currencies
array
Loading...
Request
1curl --location 'https://docs-demo.quiknode.pro/' \2--header 'Content-Type: application/json' \3--data '{4"method": "bb_getTickersList",5"params": [6{7"timestamp": 15743466158}9],10"id": 1,11"jsonrpc": "2.0"12}'
1curl --location 'https://docs-demo.quiknode.pro/' \2--header 'Content-Type: application/json' \3--data '{4"method": "bb_getTickersList",5"params": [6{7"timestamp": 15743466158}9],10"id": 1,11"jsonrpc": "2.0"12}'
Response
1{2"id": 1,3"result": {4"ts": 1574380800,5"available_currencies": [6"aed",7"ars",8"aud",9"bdt",10"bhd",11"bmd",12"brl",13"btc",14"cad",15"chf",16"clp",17"cny",18"czk",19"dkk",20"eth",21"eur",22"gbp",23"hkd",24"huf",25"idr",26"ils",27"inr",28"jpy",29"krw",30"kwd",31"lkr",32"mmk",33"mxn",34"myr",35"nok",36"nzd",37"php",38"pkr",39"pln",40"rub",41"sar",42"sek",43"sgd",44"thb",45"try",46"twd",47"uah",48"usd",49"vef",50"vnd",51"zar"52]53},54"jsonrpc": "2.0"55}
1{2"id": 1,3"result": {4"ts": 1574380800,5"available_currencies": [6"aed",7"ars",8"aud",9"bdt",10"bhd",11"bmd",12"brl",13"btc",14"cad",15"chf",16"clp",17"cny",18"czk",19"dkk",20"eth",21"eur",22"gbp",23"hkd",24"huf",25"idr",26"ils",27"inr",28"jpy",29"krw",30"kwd",31"lkr",32"mmk",33"mxn",34"myr",35"nok",36"nzd",37"php",38"pkr",39"pln",40"rub",41"sar",42"sek",43"sgd",44"thb",45"try",46"twd",47"uah",48"usd",49"vef",50"vnd",51"zar"52]53},54"jsonrpc": "2.0"55}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free