cURL
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 }
This endpoint retrieves the current rates of specified assets in the given currency.
"USD"
"ETH"
200
Show child attributes
"Rates retrieved successfully"