Get Payout
Status + timeline for an existing payout.
transaction_saga_events for the real progression. Either
way the shape is identical.
Cross-tenant lookups collapse to 404 payout_not_found in
production. Sandbox doesn’t enforce tenant scoping (there is
no real payout to scope) and returns a canned body for any
well-formed id.Authorizations
Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.
Headers
Path Parameters
Response
Successful Response
Response body for GET /payouts/:id.
Extends the execute response with the timeline + actual fees + final amount once known.
pending, broadcast, delivered, failed Actual fee paid, may differ from the quoted fee_total_usd for routes where the gas oracle came in cheaper / more expensive than expected. Stable after status=delivered.
Actual amount that landed at the destination. Equals the quoted recipient_gets for native routes; for bridge routes it may differ marginally.