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