This endpoint retrieves the current rates of specified assets in the given currency.
curl --request GET \ --url https://api.blockradar.co/v1/assets/rates \ --header 'x-api-key: <api-key>'
{ "data": { "BUSD": { "USD": 0.9997 }, "DAI": { "USD": 0.9998 }, "USDC": { "USD": 0.9997 }, "USDT": { "USD": 0.9997 } }, "message": "Rates retrieved successfully", "statusCode": 200 }
"USD"
"USDT,USDC"
Show child attributes
0.9997
0.9998
"Rates retrieved successfully"
200