OpenAPI 3.0.3UNLICENSED2026-08-0896235396.5 KB

29661adc1ffc

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
}