Run in Apidog
Retrieve a list of all wallets. Returns ALL wallets owned by the caller in one response. This endpoint accepts no filters and does not paginate — there are no limit/offset parameters and no X-Total-Count headers.
Request Code Samples
curl --location '/customers/v1/wallets' \
--header 'x-client-id;' Responses application/json
Generate Code
{
"id" : "8b3f4505-ea69-4d3f-879e-5a7c787e7b09" ,
"external_id" : "11111" ,
"created_at" : "2025-01-14T16:56:40.500Z" ,
"updated_at" : "2025-01-14T16:56:40.504Z" ,
"holder_id" : "686a9531-e588-4427-a8ad-232bd512838d" ,
"asset" : "AUD" ,
"asset_class" : "CURRENCY" ,
"status" : "ACTIVE" ,
"partner_product" : "KOBBLE_AUD_1" ,
"total_amount" : 1 ,
"amount" : 1 ,
"reserved_amount" : 0 ,
"account_number" : "123456789" ,
"bank_code_type" : "BSB" ,
"bank_code" : "802919" ,
"owner" : "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
Modified at 2026-08-05 04:06:11