v1

latestOpenAPI 3.0.32026-07-26618696.8 KB
Wallets

List Wallets

get/api/v1/wallets/

Query parameters

can_disburseboolean
currency'EUR' | 'GBP' | 'GHS' | 'KES' | 'NGN' | 'TZS' | 'UGX' | 'USD' | 'XAF' | 'XOF'
  • KES - KES
  • USD - USD
  • EUR - EUR
  • GBP - GBP
  • GHS - GHS
  • NGN - NGN
  • UGX - UGX
  • TZS - TZS
  • XAF - XAF
  • XOF - XOF
labelstring
pageinteger

A page number within the paginated result set.

record_idstring

Wallet ID

updated_at'month' | 'today' | 'week' | 'year' | 'yesterday' date-time nullable

Updated

  • today - Today
  • yesterday - Yesterday
  • week - Past 7 days
  • month - This month
  • year - This year
wallet_type'SETTLEMENT' | 'WORKING'
  • SETTLEMENT - SETTLEMENT
  • WORKING - WORKING

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}