expired withdraw
expired withdraw
application/json
Request Body
requestId string required
oriRequestId string
requestId of staking transaction
oriSinoId string
sinoId of staking transaction,oriRequestId and oriSinoId choose one
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
sinoId string
transactionId
success boolean
{
"code": 200,
"msg": "ok",
"data": {
"sinoId": "string"
},
"success": true
}
Loading...