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
currency
string
Retrieve transactions for a given asset or set of assets.
e.g. ?currency=avax%Cdot
types
string
Retrieve a specified type of transactions or set of transaction types. Possible values:
STAKE
: Staking transactionsREWARD
: Reward transactions
from
timestamp
Retrieve transactions that occurred after and including this timestamp (UNIX timestamp in ms).
to
timestamp
Retrieve transactions that occurred before and including this timestamp (UNIX timestamp in ms).
Response Body
amount
The transaction amount
atx_id
The associated ID of this transaction on your account ledger
stake_start
Time at which the staking period began for this request
stake_end
Time at which the staking period will or did end
staked_reward_amount
The rewards that were earned from this staking request
staked_auto_restake
Flag signifying whether you have enabled auto re-staking for this request
date_added
Time at which this transaction was recorded
date_updated
Time of the most recent update to this transaction
currency_symbol
Asset associated with this transaction
status
Status of this transaction
type
Type of transaction (either stake
or reward
)
Responses
Example Request
Last updated