Skip to main content
GET
/
v1
/
rates
/
market-benchmark
Get Market Benchmark
curl --request GET \
  --url https://api.blockradar.co/v1/rates/market-benchmark \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "fromAsset": "USDT",
    "toAsset": "cNGN",
    "bestRate": "1547.50"
  },
  "message": "Market benchmark retrieved",
  "statusCode": 200
}

Authorizations

x-api-key
string
header
required

Query Parameters

fromAsset
string

Source asset symbol. Required when pairs is not provided.

Example:

"USDT"

toAsset
string

Destination asset symbol. Required when pairs is not provided.

Example:

"cNGN"

amount
string

Amount to benchmark — only rates whose band covers this amount are considered.

Example:

"500"

pairs
string

Comma-separated from:to pairs for batch lookup (max 20).

Example:

"USDT:cNGN,cNGN:USDT"

Response

200 - application/json

200

data
object
message
string
Example:

"Market benchmark retrieved"

statusCode
number
Example:

200