Skip to main content
POST
/
unstake
Unstake tokens
curl --request POST \
  --url https://api.fuse.io/api/v0/staking/unstake \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountAddress": "<string>",
  "tokenAmount": "<string>",
  "tokenAddress": "<string>"
}
'
{
  "contractAddress": "<string>",
  "encodedABI": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apiKey
string
required

Your API key to authenticate requests.

Body

application/json
accountAddress
string
tokenAmount
string
tokenAddress
string

Response

Token unstaking initiated successfully.

contractAddress
string
encodedABI
string