POST
/
balanceops
/
claim
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "bn_amount": "<string>",
      "r": "<string>",
      "s": "<string>",
      "v": 123,
      "withdrawal": {
        "amount": 123,
        "due_block": 123,
        "id": "<string>",
        "ops_id2": "<string>",
        "ops_type": "<string>",
        "profile_id": 123,
        "reason": "<string>",
        "shard_id": "<string>",
        "status": "<string>",
        "timestamp": 123,
        "txhash": "<string>",
        "wallet": "<string>"
      }
    }
  ],
  "success": true
}

Body

application/json
Withdrawal claim details
id
string
required

Response

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