v1
latestOpenAPI 3.0.32026-07-2650226215.9 KBDepositAddress
Create a Deposit Address
Create a Deposit Address. Requires deposit addresses to be enabled for your project and the customer to be provisioned with the banking provider. The address starts pending and becomes active once the inbound on-chain address is assigned.
post/deposit-addresses
Headers
Idempotency-Keystring required
Required on POST and PUT requests. Use a unique value per logical mutation attempt, for example a UUID.
Request body
Example request
{
"customerId": "cst_vfa0nxw6zvyws9g237jrxn4y7k",
"expectedSourceAsset": "usdc",
"expectedSourceNetwork": "ethereum",
"destination": {
"type": "bankUs",
"details": {
"id": "ext_fky491gakzj0dd46qb6whsr2vq",
"asset": "usd",
"network": "ach",
"accountHolder": "customer"
}
},
"sponsorGas": true,
"label": "Alice deposit address"
}Response
The request has succeeded and a new resource has been created as a result.