v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
Provision Deposit Address
Provision a new deposit address for a given symbol/chain. For supported assets and deposit steps, see Funding your account.
post/v1/provision_address
Request body
Example request
{
"network": "ethereum",
"symbol": "USDC",
"deposit_destination": {
"id": "10458932786832481",
"wallet": "margin"
}
}Response
Provisioned address
Example response
{
"success": true,
"result": {
"chain": "ethereum",
"symbol": "USDC"
}
}