cURL
curl --request POST \ --url https://{host}/Agent/Wallet/GetBalance \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "amount": 123, "reserved": 123, "currency": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Allows the client to retrieve information about the current state of its wallet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success