Allocates an available wallet from the pool for receiving crypto deposits. The wallet is reserved for the specified duration (TTL).
Request body
application/json
· WalletAllocateRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
accountId |
string |
no | |
chain |
BlockchainChain |
yes | |
clientId |
string |
no | |
currency |
string |
no | |
expectedAmount |
string |
no | |
orderId |
string |
no | |
ttlMinutes |
integer |
no | Time-to-live in minutes (default 30). |
Responses
| Status | Body | Description |
|---|---|---|
200 |
WalletAllocateResponse |
Wallet allocated successfully. |
503 |
Error |
No available wallets in pool. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.