Get market rate
Provider
Get Market Rate
GET
Get market rate
Returns buy and sell market rate bands (reference rate plus min/max tolerance) for a token/fiat pair. Use this to validate whether a sender-providedDocumentation Index
Fetch the complete documentation index at: https://docs.paycrest.io/llms.txt
Use this file to discover all available pages before exploring further.
rate on order creation is within allowed bounds.
Response shape (data)
| Field | Type | Description |
|---|---|---|
buy | object (optional) | Buy-side band: marketRate, minimumRate, maximumRate |
sell | object (optional) | Sell-side band: marketRate, minimumRate, maximumRate |
GET /v1/provider/rates/{token}/{fiat} uses the same response shape as this v2 route.