cURL
curl --request GET \ --url https://api.rated.network/v0/solana/delegators/stakeAuthorities/{stake_authority}/poolMetadata \ --header 'Authorization: Bearer <token>'
{ "stakePoolName": "<string>", "stakePoolAddress": "<string>", "stakeAuthority": "<string>", "stakePoolManager": "<string>", "stakePoolStaker": "<string>", "stakePoolMint": "<string>", "reserveStake": "<string>", "managerFeeAccount": "<string>", "rewardsFee": 1, "solDepositFee": 1, "solWithdrawalFee": 1, "stakeDepositFee": 1, "stakeWithdrawalFee": 1 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
x >= 0