api_staking_subscribe_create
POST /api/staking/subscribe/
api_staking_subscribe_create
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Request Body required
- stake_address string required
- address string required
Request Body required
- stake_address string required
- address string required
Request Body required
- stake_address string required
- address string required
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
- stake_address string required
- address string required
- accumulated_reward decimal required
Possible values: Value must match regular expression
^\d{0,9}(?:\.\d{0,6})?$
- enabled boolean required
{
"stake_address": "string",
"address": "string",
"accumulated_reward": "string",
"enabled": true
}
Loading...