Tezos Staking API (tradelink_preview)

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 Tezos for Ledger Enterprise API.

The following endpoints are focus on reporting. If you require automation please contact your account manager so we can enable it.

Get the account's staking rewards

This method returns the staking rewards of an account

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
account_id
required
integer

The account's ID

query Parameters
end_cycle
integer or null
Default: null
start_cycle
integer or null
Default: null
Responses
200

Staking reward objects

404

Account not found

get/tezos/accounts/{account_id}/rewards
Response samples
application/json
[
  • {
    }
]
Copyright © Ledger Enterprise Platform 2023. All right reserved.