Skip to main content
GET
/
v1
/
wallets
/
{walletId}
/
withdraw
/
fiat
/
rates
Get Exchange Rates
curl --request GET \
  --url https://api.blockradar.co/v1/wallets/{walletId}/withdraw/fiat/rates \
  --header 'x-api-key: <api-key>'
{
  "data": 1441.01,
  "message": "Exchange rates fetched successfully",
  "status": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required
Example:

"YOUR_WALLET_ID"

Query Parameters

currency
string
required
Example:

"NGN"

assetId
string
required
Example:

"f8112728-36a1-46f4-b7f5-5de836ecfaa1"

amount
string
required
Example:

"1000"

Response

200

data
number
Example:

1441.01

message
string
Example:

"Exchange rates fetched successfully"

status
boolean
Example:

true