v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBCreate Crypto Deposit Address
Create a new crypto deposit wallet address for a customer on a specific blockchain network.
Supported networks: EVM, ETHEREUM, POLYGON, BNBCHAIN, AVALANCHE, BASE, ARBITRUM, SOLANA, TRON, BITCOIN.
EVM Network: The EVM network is a virtual network representing all EVM-compatible chains. A single EVM deposit address can receive deposits from: Ethereum, Polygon, BNB Chain, Avalanche, Base, and Arbitrum.
Idempotency: The Idempotency-Key header is required and must be a valid UUID. If a deposit instruction with the same key already exists and the parameters match, it will be returned. If the same key is used with different network or nickname, a 409 Conflict error is returned.
Path parameters
Customer ID (UUID format)
Headers
Required. valid UUID for idempotent request.
Request body
Example request
{
"network": "EVM",
"nickname": "My second deposit address"
}Response
Deposit instruction already exists (idempotent replay)
Example response
{
"network": "EVM",
"created_at": "2025-08-21T07:56:57.981Z"
}