代理能量

代理

post
Authorizations
Body

Delegate request body

ownerstringRequired

发送能量地址

receiverstringRequired

接收能量地址

staked_amount_suninteger · int64Required

代理质押 TRX 数量

Responses
200

OK

application/json
post
POST /v1/stake/open/delegate 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
}
200

OK

{
  "code": 1,
  "msg": "text",
  "sub_code": "text",
  "sub_msg": "text",
  "data": {
    "tx_id": "text",
    "delegated_amount_sun": 1,
    "owner": "text",
    "receiver": "text"
  }
}

Last updated

Was this helpful?