cURL
curl --request POST \ --url https://api.ledger.so/v1/wallets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "customerId": "<string>" } '
{ "ok": true, "data": { "id": "<string>", "customerId": "<string>", "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Creates a new custodial crypto wallet for a customer.
Pass your API key as a Bearer token: Authorization: Bearer ld_live_...
Authorization: Bearer ld_live_...
The customer ID to associate this wallet with
Wallet created
true
Show child attributes