Skip to main content
POST
/
v1
/
custody
/
staking_stake
/
request(
    "POST",
    "/v1/custody/staking_stake/",
    {
        "product_id": 2751
        "amount": 4000000000
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": true
}

Request

product_id
Int
required
The ID of the product to stake on.
amount
Int
required
The amount of cryptocurrency to stake.

Response

success
bool
request successful or failed
result
String
Success is "", failed is null.
request(
    "POST",
    "/v1/custody/staking_stake/",
    {
        "product_id": 2751
        "amount": 4000000000
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": true
}
Feel free to share your feedback to improve our documentation!