public.rates

Get Latest Exchange Rate

Retrieves the latest exchange rate snapshot for a currency pair and side

get/v1/rates

Query parameters

fromstring required

Source currency code

tostring required

Target currency code

sidestring required

Rate side (BUY or SELL)

Response

OK

expires_atstring
fromstring
ratestring
rate_idstring
sidestring
tostring

Example response

{
  "expires_at": "2025-01-05T15:04:05Z",
  "from": "NGN",
  "rate": "1550.50",
  "rate_id": "550e8400-e29b-41d4-a716-446655440000",
  "side": "BUY",
  "to": "USDC"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.