v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Liquidity Pool

Get Rate

Retrieves a single rate by its unique identifier.

Use this endpoint to fetch the current details of a previously-created rate (for an asset pair), including the configured exchange rate and constraints.


Endpoint

GET https://api.blockradar.co/v1/rates/:id


Path Parameters

KeyRequiredTypeDescription
idtruestringThe unique identifier of the rate to retrieve.
get/v1/rates/{id}

Response

200

messagestring
statusCodenumber

Example response

{
  "data": {
    "createdAt": "2026-02-19T07:50:17.042Z",
    "createdBy": "86964e42-79dc-4267-a2ca-3612c4b095a8",
    "fromAsset": "BNB",
    "id": "d69078ef-2467-40f4-bb00-63394efe32c0",
    "isActive": true,
    "minAmount": "0.000005",
    "network": "testnet",
    "rate": "1",
    "rootRateId": "d69078ef-2467-40f4-bb00-63394efe32c0",
    "status": "active",
    "toAsset": "USDC",
    "version": 1
  },
  "message": "Rate retrieved successfully",
  "statusCode": 200
}