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
}

Changes

No recorded changes to this endpoint across all 6 revisions of this API.