Skip to main content
GET
List active corridors

Authorizations

DPoP
string
header
required

Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.

Query Parameters

rail_type
enum<string>

Filter to one rail family. An unrecognised value returns 400 — it is validated against the enum, not silently ignored.

Available options:
fiat,
crypto,
stablecoin
currency
string

ISO 4217 three-letter currency code.

Pattern: ^[A-Z]{3}$
Example:

"USD"

country
string

ISO 3166-1 alpha-2 country code.

Pattern: ^[A-Z]{2}$
Example:

"US"

Response

Active corridors.

data
object[]
required