cURL
curl --request POST \ --url https://{host}/Agent/Wallet/ProcessEDalerUri \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "uri": "<string>" } '
{ "Balance": { "amount": 123, "reserved": 123, "currency": "<string>", "timestamp": "2023-11-07T05:31:56Z" }, "Result": {} }
Allows the client to process an eDaler URI.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes