Skip to main content
GET
Get token rate
Retrieve an exchange rate for a token amount and fiat pair (legacy v1 API). Response data is a single rate value (string/number). For network in the path and buy/sell quotes, use Get Token Rate (v2)GET /v2/rates/{network}/{from}/{amount}/{to}.

Path Parameters

token
string
required
amount
string
required
fiat
string
required

Query Parameters

network
enum<string>

Network identifier for the blockchain (optional, filters tokens by network)

Available options:
ethereum,
base,
bnb-smart-chain,
lisk,
celo,
arbitrum-one,
polygon,
starknet,
tron
provider_id
string

Provider ID to get the rate for a specific provider. If not provided, returns rate from the public queue.

Response

Token rate

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
number

The exchange rate for the token to fiat currency conversion