List eligible corridors for a user
List the corridors a specific user is eligible to transact on, based on
the profile’s provider capabilities and the user’s provider onboarding
status on both the fiat and crypto legs. Returns corridor IDs by default;
pass expand=true to get full corridor objects.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user.
^user_[A-Za-z0-9]+$Query Parameters
default to 10, maximum to 100
1 <= x <= 100Filter corridors by fiat currency, e.g. USD.
Filter corridors by fiat country (ISO 3166-1 alpha-3).
Filter corridors by transfer type.
ACH, WIRE, SWIFT, RTP, PIX, SPEI, CHATS, FPS, CIPS, SEPA, INSTAPAY, PESONET, NEQUI, BANK Filter corridors by direction.
ONRAMP, OFFRAMP When true, returns the full corridor object for each eligible corridor instead of just its ID.
Response
A cursor-paginated list of corridor IDs (or full corridor objects, if expand=true) a user is eligible for.