Skip to main content

Unstake tokens

POST 

https://api.fuse.io/api/v0/staking/unstake

Unstakes a specified amount of tokens back to a wallet.

Request

Query Parameters

    apiKey stringrequired

    Your API key to authenticate requests.

Body

required
    accountAddress string
    tokenAmount string
    tokenAddress string

Responses

Token unstaking initiated successfully.

Schema
    contractAddress string
    encodedABI string
curl -L -X POST 'https://api.fuse.io/api/v0/staking/unstake' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"accountAddress": "string",
"tokenAmount": "string",
"tokenAddress": "string"
}'
Request Collapse all
Base URL
https://api.fuse.io/api/v0/staking
Parameters
— queryrequired
Body required
{
  "accountAddress": "string",
  "tokenAmount": "string",
  "tokenAddress": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?