Get-or-create a permanent deposit address
Permanent addresses
Get-or-create a permanent deposit address
Returns the existing active address for (user_id, family) or creates a new one. One EVM address covers all EVM chains.
POST
Get-or-create a permanent deposit address
Authorizations
Body
application/json
Required string length:
1 - 128Available options:
evm, bitcoin, litecoin, bitcoincash, tron, solana, xrp, ton Asset ticker (e.g. usdt_trc20). Used to infer family when family is omitted.
Maximum string length:
500Response
Created
Example:
{
"active": true,
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"created_at": 1763398900,
"deactivated_at": null,
"family": "evm",
"id": "65f1c3a4e8b1c2d3a4b5c6f0",
"metadata": { "label": "main wallet" },
"notify_url": "https://shop.example.com/webhook/paw",
"user_id": "u_42"
}
