Retrieve an orchestration deposit
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Globally unique public ID of the orchestration deposit.
^orchdep_.+$Response
A single deposit record.
A single on-chain deposit detected for an orchestration address.
Public orchestration-deposit ID prefixed with orchdep_.
Public orchestration-address ID prefixed with orchaddr_.
Public orchbat_ ID of the batch that included this deposit. null while status=PENDING or status=IGNORED.
Decimal amount of the source token deposited (e.g. "100.500000").
Precision matches the token's on-chain decimals.
usdc, usdt Abbreviated chain name (e.g. BASE).
On-chain address that sent the deposit. Informational only.
On-chain transaction hash.
Per-deposit status.
PENDING— recorded, waiting to be rolled into a batch.BATCHED— included in a batch (batchIdis set).IGNORED— recorded but never batched. SeeignoredReasonfor why.REFUNDED— wasPENDINGwhen the address was deactivated; the funds were refunded in-kind to thewalletAddresssupplied at deactivation.
PENDING, BATCHED, IGNORED, REFUNDED Why a deposit was ignored. Funds remain in the escrow wallet — a Slack alert fires for manual ops follow-up.
ADDRESS_DEACTIVATED— the deposit arrived after the address was deactivated.UNSUPPORTED_TOKEN— the deposited token does not match the address's configuredsource.currency(e.g. USDT sent to a USDC-only address).
ADDRESS_DEACTIVATED, UNSUPPORTED_TOKEN