Download OpenAPI specification:Download
This is the first version of Ledger Enterprise Staking framework, making it easier to start staking without any previous knowledge on solana or Ledger Enterprise API.
This version of the API don't enable API Operators to approve staking transactions via the /stake endpoint. If you require a automatic approval flow you can apply the classic /transaction flow.
For a quick start, see the Solana API Tutorials
This method returns the staking rewards list for the given account
Account Staking reward objects
Account or Stake not found
[- {
- "amount": "25000",
- "created_on": "2022-01-01T12:24:23",
- "info": {
- "date": "2022-01-01T12:24:23",
- "effective_slot": "2179383897913",
- "epoch": "473",
- "post_balance": "1511351"
}, - "stake_uid": "45ceebe4-98db-43ee-8ebc-8d51394cdd69"
}
]