Stake tokens
POST/stake
Stakes a specified amount of tokens from a wallet.
Request
Query Parameters
apiKey stringrequired
Your API key to authenticate requests.
- application/json
 
Body
required
accountAddress string
tokenAmount string
tokenAddress string
Responses
- 201
 - 403
 
Token staking initiated successfully.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
contractAddress string
encodedABI string
{
  "contractAddress": "string",
  "encodedABI": "string"
}
Access to the resource is forbidden.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
statusCode integer
errorMessage string
error string
{
  "statusCode": 0,
  "errorMessage": "string",
  "error": "string"
}
Loading...