GET
/
offers
/
rate
curl --request GET \
  --url https://onboard-external-dev.api.nestcoin.io/offers/rate
{
  "weightedRate": 54000,
  "bestRate": 54000
}

Provides the average market rate and the best rate available for a given token-fiat pair.

Query Parameters

fiatSymbol
string
tokenSymbol
string
offerType
enum<string>
Available options:
ONRAMP,
OFFRAMP

Response

200
application/json
Success
weightedRate
number

weighted rate for the fiat symbol pair

bestRate
number

best market rate for the fiat symbol pair