Get a Route by ID
Retrieve a single route by its id, including the full reusable instructions block. Route ids are deterministic — the same canonical inputs always derive the same id — so a 404 means no route with those parameters has been created for your organization.
Authentication
AuthorizationBearer
Session JWT from POST /v0/auth/token, sent as Authorization: Bearer <sessionJwt>.
See Authentication for more details.
Path parameters
routeId
Response
OK
id
Deterministic route UUID; same canonical inputs always derive the same id.
createdAt
from
to
instructions
Next-step instructions. Mint-fiat: one wire instruction with memo + beneficiary. On-chain directions: one deposit address per supported chain, alphabetical by chain.
name
User-set label, or null when unset.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error

