GET
/
v0
/
solana
/
delegators
/
stakeAuthorities
/
{stake_authority}
/
poolMetadata
curl --request GET \
  --url https://api.rated.network/v0/solana/delegators/stakeAuthorities/{stake_authority}/poolMetadata
{
  "managerFeeAccount": "feeeFLLsam6xZJFc6UQFrHqkvVt4jfmVvi2BRLkUZ4i",
  "reserveStake": "BgKUXdS29YcHCFrPm5M8oLHiTzZaMDjsebggjoaQ6KFL",
  "rewardsFee": 0.04,
  "solDepositFee": 0,
  "solWithdrawalFee": 0.001,
  "stakeAuthority": "6iQKfEyhr3bZMotVkW6beNZz5CPAkiwvgV2CTje9pVSS",
  "stakeDepositFee": 0,
  "stakePoolAddress": "Jito4APyf642JPZPx3hGc6WWJ8zPKtRbRs4P815Awbb",
  "stakePoolManager": "Manager5eosrve6LktMZgVNszYzebgmmC7BjLK8NoWyRQ",
  "stakePoolMint": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
  "stakePoolName": "Jito Stake Pool",
  "stakePoolStaker": "tcmGTFStakerstakeDoZc18jqTqV6FawdHmncMvtRBYw7XrBNjGB5n7",
  "stakeWithdrawalFee": 0.001
}

This endpoint returns information about staking pools such as the stake pool’s address, stake authority, and fees such as staking, withdrawal, and rewards. These pools are linked to their stake authority addresses.

Path Parameters

stake_authority
string
required

Response

200
application/json
Successful Response

The response is of type object.