Get All Staking Transactions
GET
https://api.sfox.com/v1
/staking/transactions
Retrieve a list of staking transactions from your account including stake and reward transactions.
Query Parameters
Parameter | Type | Description |
---|---|---|
| string | Retrieve transactions for a given asset or set of assets.
e.g. |
| string | Retrieve a specified type of transactions or set of transaction types. Possible values:
|
| timestamp | Retrieve transactions that occurred after and including this timestamp (UNIX timestamp in ms). |
| timestamp | Retrieve transactions that occurred before and including this timestamp (UNIX timestamp in ms). |
Response Body
Key | Description |
---|---|
| The transaction amount |
| The associated ID of this transaction on your account ledger |
| Time at which the staking period began for this request |
| Time at which the staking period will or did end |
| The rewards that were earned from this staking request |
| Flag signifying whether you have enabled auto re-staking for this request |
| Time at which this transaction was recorded |
| Time of the most recent update to this transaction |
| Asset associated with this transaction |
| Status of this transaction |
| Type of transaction (either |
Responses
Example Request
Last updated