Skip to main content
GET
Check Rent Exemption by Size

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Solana network:

  • `mainnet-beta` — production network.
  • `testnet` — testnet.
Available options:
mainnet-beta,
testnet

Query Parameters

accountSize
integer<int32>

Account size in bytes. If not specified, defaults to 200 (stake account).

Required range: 0 <= x <= 9007199254740991
Example:

200

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.