List Routes
Authentication
Session JWT from POST /v0/auth/token, sent as Authorization: Bearer <sessionJwt>.
See Authentication for more details.
Query parameters
Opaque pagination cursor. Pass the nextCursor from the previous response; omit to fetch the first page.
Page size. Defaults to 50; capped at 200.
Return only routes with this source currency. The stablecoin wildcard matches routes stored against the wildcard; it does not expand to the individual stablecoins it covers.
Return only routes pointing at this registered account. A well-formed id belonging to another organization, or to nothing, returns an empty page rather than an error.
Return only routes landing on any of these chains, comma-separated. Fiat and wire destinations carry no chain and are never matched by this filter.
Response
Page of routes, newest first, tie-broken by id.
Opaque cursor for the next page. Pass back verbatim as the cursor query param to fetch the next page; null when no more results.

