v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Solana

Post Solana Stake Accounts

Get the status of Solana stakes by stake account addresses

post/v2/solana/{network}/stakes/by-accounts

Path parameters

networkstring required
Example:mainnet

The target Solana network (allowed 'mainnet' or 'testnet').

Request body

networkstring

The target Solana network (allowed 'mainnet' or 'testnet'). Bound from path variable {network}; clients should not send this in body.

stake_accountsstring[] required

List of stake account addresses to look up

Example request

{
  "network": "mainnet"
}

Response

OK

networkstring

Example response

{
  "network": "mainnet"
}