POST
/
balanceops
/
processing
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    "<any>"
  ],
  "success": true
}

Body

application/json
Withdrawal processing details
id
string
required
txhash
string
required

Response

200
application/json
OK
error
string
pagination
object
result
any[]
success
boolean