v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
offers-offers

get Weighted Rates

get/offers/rate

Query parameters

fiatSymbolstring
tokenSymbolstring
offerType'ONRAMP' | 'OFFRAMP'

Response

Success

weightedRatenumber

weighted rate for the fiat symbol pair

bestRatenumber

best market rate for the fiat symbol pair

Example response

{
  "weightedRate": 54000,
  "bestRate": 54000
}