Get a Deposit Address
Fetch a Deposit Address by ID.
Authorizations
Token from POST /auth/token
Path Parameters
Response
The request has succeeded.
Public customer id (cst_...). Named customerId to match VA's naming convention.
Null in the 201 until provisioning populates the OMS-owned inlet address. Top-level mirror of the virtual account's bankDetails.
Unified destination shape (payoutOrigin lives inside TransactionDestination).
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
Asset of the inbound crypto the DA expects.
Network of the inbound crypto the DA expects.
v2: closed enum carried on DA when status = "failed". camelCase per partner channel naming convention.
provisioningTimeout, systemError, ereborRejected, intlBankAccountCreateRejected, noMatchingNetwork, blockchainAddressInUse, bankAccountInUse depositAddress pending, active, frozen, closed, failed, inactiveActionRequired Always TransferType.cryptoToFiat for DA. Reuses the existing TransferType enum (instead of a string literal) to avoid collision-driven renames on the generated oapi enums - see feedback_reuse_enums_over_collision memory.
cryptoToCrypto, fiatToCrypto, cryptoToFiat