Estimate fees for staking operations

Estimate fees for staking operations.

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

Request Body schema: application/json

attributes of the staking to create

provider
required
string

The provider you want to stake with

Value: "kiln"
required
object

Specific provider fields to stake

speed
required
string

The speed of the transaction

Enum: "FAST" "NORMAL" "SLOW"
Responses
200

attributes of the operation to estimate

400

Invalid staking parameters

post/ethereum/accounts/{account_id}/staking/fees
Request samples
application/json
{
  • "provider": "kiln",
  • "provider_fields": {
    },
  • "speed": "NORMAL"
}
Response samples
application/json
{
  • "coin_fields": null,
  • "max_fees": "string",
  • "max_fees_buffer_factor": 0
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.