Skip to main content
GET
Check Rent Exemption by Address

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
accountAddress
string
required

Solana account address to check rent exemption for.

Example:

"Fw82VhehY4yazX6tcZfNQXTsqHDSXaGmwVkbJYegDMbG"

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.