Retrieve a list of all wallets.
Request Code Samples
curl --location --request GET '/customers/v1/wallets?offset&limit&order&status&asset&asset_class&partner_product' \
--header 'Authorization: Bearer {{access_token}}'
Responses
{
"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-04-29 16:24:26