v1
latestOpenAPI 3.0.32026-07-2650226215.9 KBWallet
Create a new wallet asset for a customer
Provisions a crypto wallet for a customer for the requested asset and chain, returning the created wallet. Pass an Idempotency-Key header to safely retry without provisioning duplicates.
post/customers/{id}/wallets
Path parameters
idstring required
Customer ID (cst_ prefix).
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
{
"asset": "usdc",
"chain": "ethereum"
}Response
The request has succeeded and a new resource has been created as a result.