Wallet info & balance

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoint exposes the Client wallet information, like enabled status and balance available to perform transactions.

curl 'https://api.demo.getontop.com/client-wallet/clients/100/wallet' \
--header 'Authorization: Bearer '
{
  "id": 4,
  "wallet_version": 112,
  "client_id": 100,
  "enabled": true,
  "balance": 889.00,
  "over_draft_limit": 0.000000,
  "created_at": "2023-09-28T19:33:32.862876Z"
}
Headers
string
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!