Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Path Parameters
The ID of the staking pool. A staking pool is a pairing of a staking protocol and a specific type of token. You can call List staking pools to retrieve a list of staking pools.
Response
A staking pool has been successfully retrieved.
The basic information of the staking pool. The detailed information about the staking protocol.
The ID of the staking pool. A staking pool is a pairing of a staking protocol and a specific type of token.
"babylon_btc"
The chain ID.
"Bitcoin"
The name of the protocol.
"Babylon"
The URL of the protocol's icon.
"https://example.com/icon.png"
The wallet type. Possible values include:
-
Custodial
: Custodial Wallets -
MPC
: MPC Wallets -
SmartContract
: Smart Contract Wallets -
Exchange
: Exchange Wallets
["MPC"]
The wallet subtype. Possible values include:
Asset
: Custodial Wallets (Asset Wallets).Web3
: Custodial Wallets (Web3 Wallets).Org-Controlled
: MPC Wallets (Organization-Controlled Wallets).User-Controlled
: MPC Wallets (User-Controlled Wallets).Safe{Wallet}
: Smart Contract Wallets (Safe{Wallet}).Main
: Exchange Wallets (Main Account).Sub
: Exchange Wallets (Sub Account).
["Org-Controlled"]
The token ID.
"BTC"
The estimated annual percentage rate (APR).
0.05
A list of available validators.
The type of the staking pool. Possible values are:
Babylon
: Babylon staking poolETHBeacon
: Ethereum Beacon Chain staking poolCoreBTC
: Core BTC staking poolSkyFarm
: SKY farm staking poolBitHive
: BitHive staking poolBERABeacon
: BERA Beacon Chain staking poolBeraChainBGT
: Bera Chain BGT staking pool
Babylon
, ETHBeacon
, CoreBTC
, SkyFarm
, BitHive
, BERABeacon
, BeraChainBGT
"Babylon"
The minimum amount that can be staked in one staking request.
"0.01"
The maximum amount that can be staked in one staking request.
"100.00"
The minimum staking period, in days.
30
The maximum staking period, in days.
1000
The minimum block number. A block number indicates the number of blocks that need to be processed before the locked tokens are unlocked and become accessible.
100
The maximum block number. A block number indicates the number of blocks that need to be processed before the locked tokens are unlocked and become accessible.
1000