Skip to main content
POST
/
Agent
/
Wallet
/
ProcessEDalerUri
Process Edaler Uri
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": {}
}

Overview

Allows the client to process an eDaler URI.

Authentication

Requires a valid JWT bearer token.

Notes

This endpoint uses the request schema notation described in Pattern matching.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
uri
string
required

Response

200 - application/json

Success

Balance
object
required
Result
object