v1

latestOpenAPI 3.1.02026-07-226250251.5 KB
Customers

Get Customer Wallets

Returns all crypto wallets linked to a customer across supported chains and tokens.

get/v2/customers/{customer_id}/wallets

Path parameters

customer_idstring required

Response

Customer wallets retrieved successfully

Example response

{
  "data": [
    {
      "id": "27dbc0f2-e5ae-444b-b4ab-0764252aedf6",
      "status": "ACTIVE",
      "currency": "USDC",
      "rail": "ETHEREUM",
      "address": "0xc42a5f7083c7e8f1d9820c7660867277289cd998",
      "balance": 10.000001
    }
  ]
}