Create Stake
POST
https://api.sfox.com/v1
/staking/stake
Create a stake transaction.
Submitting a staking request will transfer the specified quantity of the specified asset from your trading wallet to your staking wallet. At that point the request will begin processing. Once processed you can view and manage this request via the staking transactions endpoint.
A successful stake request will transfer funds from your trading_wallet
to your staking_wallet.
Your request quantity must be greater than the min_stake_amount
required for the asset your are staking.
Body Parameters
Parameter | Type | Description |
---|---|---|
| string | The asset to stake e.g. |
| number | The amount of the |
Response Body
Key | Description |
---|---|
| The sFOX-generated ID of this stake transaction. |
Responses
Example Request
Last updated