Skip to main content
Provider routing routes are beta surfaces. Inspect X-Onstacks-Provider-Network-Mode to understand which backing adapter served the response.

List corridors

Use GET /v1/corridors?environment=sandbox. Optional filters:
  • source_asset
  • source_network
  • destination_country
  • destination_currency
  • payout_method
  • provider_id
Use GET /v1/corridors/{corridorId} to read a corridor detail.

List providers

Use GET /v1/providers?environment=sandbox. Optional filters:
  • corridor_id
  • destination_country
  • destination_currency
  • status
Use 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

Use POST /v1/quote-requests?environment=sandbox.
Quote requests are currently stored in Onstacks-local beta state. They may not survive service restarts.