X-Onstacks-Provider-Network-Mode to understand which
backing adapter served the response.
| Mode | Meaning |
|---|---|
mock | Non-production mock data and process-local quote state. |
hybrid | Provider inventory and quote execution can call the core provider API, while some beta state remains local. |
core | Core provider-network backing. |
List corridors
UseGET /v1/corridors?environment=sandbox.
Optional filters:
source_assetsource_networkdestination_countrydestination_currencypayout_methodprovider_id
GET /v1/corridors/{corridorId} to read a corridor detail.
List providers
UseGET /v1/providers?environment=sandbox.
Optional filters:
corridor_iddestination_countrydestination_currencystatus
GET /v1/providers/{providerId} to read provider detail. providerId is an opaque provider identifier or provider code returned by GET /v1/providers.
Create a quote request
UsePOST /v1/quote-requests?environment=sandbox.
