Wallet

Get wallet details

Returns the wallet details for a given wallet ID or all wallets

get/wallet

Query parameters

walletIdstring uuid

The wallet ID to get the details for (optional)

currency'NGN' | 'KES' | 'BTC' | 'USD' | 'USDT'

The currency to get the details for (optional)

Response

Wallet response

statusstring string

Example response

{
  "status": "ok",
  "data": [
    {
      "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
      "accountId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
      "balance": 1000
    }
  ]
}

Changes

Changed in 4 of the 32 revisions of this API.33

  • 842376cab85511See the full diff
    • added the new USDT enum value to the data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new enum value USDT to the query request parameter currency

      request-parameter-enum-value-added

    • added the new GHS enum value to the data/items/currency response property for the response status 200

      response-property-enum-value-added

    • added the new ZAR enum value to the data/items/currency response property for the response status 200

      response-property-enum-value-added

    • removed the USD enum value from the data/items/currency response property for the response status 200

      response-property-enum-value-removed

    • endpoint added

      endpoint-added