Get a transaction
One transaction, in the same row shape as /transactions. This is how you confirm a /send: poll until status is no longer pending.
The hash format is chain-specific — a malformed hash is a 400, an unknown one is a 404.
Authentication
A 15-minute token from /auth. Required on every endpoint except /auth.
Headers
Correlation id. Generated if omitted, echoed on every response, and written to the audit log. /send is the exception — there it is required, and it doubles as the idempotency key.
Optional. When present it overrides any userId in the body.
Request
24-character hex id, returned by /create.
Chain-specific: 0x + 64 hex on EVM, 64 hex on Bitcoin and Tron, a base58 signature on Solana.
Response
A chain-agnostic transaction row. Every chain is normalised to this shape.
Echo of the inbound X-Request-Id, or a generated one.