List your minted deposit addresses (scope: balances:read). Keyset-paginated.
Optional chain filter + pagination (limit/before/order).
The raw { items, nextCursor } page of DepositAddress.
List the networks you can deposit on and the coins each accepts.
The raw { items, nextCursor } (nextCursor always null) of DepositChain.
Mint (or return the existing) permanent deposit address for a network. Idempotent — reusable and stable per network.
Options.
Network code from Deposits.chains, e.g. "ETH". Required.
The DepositAddress for that network.
Get your deposit address for a single network.
Network code, e.g. "ETH".
The DepositAddress.
List settled deposit history — inbound credits to the workspace (scope: balances:read). Keyset-paginated.
Filters + pagination.
Optionalchain?: stringRestrict to one network. Optional.
Optionalfrom?: numberInclusive start of the window, epoch milliseconds. Optional.
Optionalto?: numberInclusive end of the window, epoch milliseconds. Optional.
The raw { items, nextCursor } page of Deposit.
Receive crypto directly into the workspace via permanent per-network addresses, and read the settled deposit history (scope:
balances:read).