cURL
curl --request GET \ --url https://api.ledger.so/v1/wallets/{walletId}/crypto-deposit-addresses \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": [ { "id": "<string>", "walletId": "<string>", "customerId": "<string>", "chain": "<string>", "currency": "<string>", "address": "<string>", "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns the crypto deposit addresses associated with a wallet.
Pass your API key as a Bearer token: Authorization: Bearer ld_live_...
Authorization: Bearer ld_live_...
The wallet ID
Deposit address list
true
Show child attributes