Unstake
POST
https://api.sfox.com/v1
/staking/unstake
Submit a request to unstake an an active stake.
Body Parameters
Parameter
Type
Description
id
required
int
The sFOX-generated ID of the active stake you wish to unstake.
currency
required
string
The currency of the active stake you wish to unstake.
Responses
Example Request
curl -X POST \
-H 'Content-type: application/json' \
-H 'Authorization: Bearer <API_TOKEN>' \
--data '{ "currency": "avax",
"id": 500 }' \
'https://api.sfox.com/v1/staking/unstake'
Last updated