Body
application/json
Withdrawal claim details
The body is of type object
.
Response
OK
The response is of type object
.
{
"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
}
Claim a withdrawal with the provided details
{
"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
}
Withdrawal claim details
The body is of type object
.
OK
The response is of type object
.