cURL
curl --request POST \ --url https://api-staging.stablestack.xyz/api/wallets \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "customer_id": "85b148ab-3f6b-4d55-917f-3c8de668a48e", "currency": "USDC", "network": "bep20", "description": "My wallet" }'
201
stablecoin
{ "status": "success", "data": { "id": "49468947-4006-4b9a-bd96-f6b0d0210ad3", "asset_type": "STABLECOIN", "currency": "USDC", "balance": "0.00000000", "description": "my erc account", "status": "active", "created_at": "2025-05-01T21:04:31.928Z", "updated_at": "2025-05-01T21:04:31.928Z", "customer_id": "85b148ab-3f6b-4d55-917f-3c8de668a48e", "addresses": [ { "id": "2381eeac-a592-4992-8bb9-4286634a0e94", "crypto_wallet_id": "49468947-4006-4b9a-bd96-f6b0d0210ad3", "address": "0xDt541923E23DcE32d1A346e96558dA89f87WD1aB", "network": "bep20", "created_at": "2025-05-01T21:04:32.179Z" } ] }}
API reference for creating wallets (both merchant and customer)
customer_id
{ "customer_id": "85b148ab-3f6b-4d55-917f-3c8de668a48e", "currency": "USDC", "network": "solana", "description": "my USDC account" }
{ "customer_id": "85b148ab-3f6b-4d55-917f-3c8de668a48e", "currency": "CAD", "description": "my cad account" }
{ "currency": "USDC", "network": "solana", "description": "merchant USDC account" }
{ "currency": "CAD", "description": "merchant CAD account" }
Wallet created successfully
The response is of type object.
object