GET
/
provider
/
rates
/
{token}
/
{fiat}
Get market rate
curl --request GET \
  --url https://api.paycrest.io/v1/provider/rates/{token}/{fiat} \
  --header 'API-Key: <api-key>'
{
  "status": "success",
  "message": "Operation successful",
  "data": {
    "marketRate": 123,
    "minimumRate": 123,
    "maximumRate": 123
  }
}
Get the market rate for a token/fiat pair as a provider.

Authorizations

API-Key
string
header
required

Path Parameters

token
string
required
fiat
string
required

Response

200
application/json

Market rate

The response is of type object.