Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" }
Unstakes a specified amount of tokens back to a wallet.
Your API key to authenticate requests.
Token unstaking initiated successfully.