GET
/
offers
/
rate
get Weighted Rates
curl --request GET \
  --url https://external.dev.onboardpay.co/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

Success

weightedRate
number

weighted rate for the fiat symbol pair

Example:

54000

bestRate
number

best market rate for the fiat symbol pair

Example:

54000