Wallet APIList customer walletsRetrieve all wallets for a customer with optional multi-chain supportCopy MarkdownOpenHTTP request GET /v1/customers/{customerId}/wallets Example response { "wallets": [ { "chain": "base", "address": "0x1234" }, { "chain": "polygon", "address": "0x5678" } ] } Code examples cURLJavaScriptPythonJavaGocurl https://wallet.swipelux.com/v1/customers/cus_123/wallets \ --header 'X-API-Key: YOUR_SECRET_API_KEY'Delete a customer DELETEDelete a customerCreate wallets for a customerProvision new wallets on specific blockchain networks