回收能量
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v1/stake/open/reclaim HTTP/1.1
Host: api.catfee.io
X-CF-SV-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 56
{
"owner": "text",
"receiver": "text",
"staked_amount_sun": 1
}{
"code": 1,
"msg": "text",
"sub_code": "text",
"sub_msg": "text",
"data": {
"tx_id": "text",
"reclaimed_amount_sun": 1,
"owner": "text",
"receiver": "text"
}
}