Skip to Content
ServicesSolana REST API (Beta)

Solana REST API (Beta)

Use the Solana route (Beta) when the runtime needs direct Solana JSON-RPC reads, simulation, or transaction submission under the same hosted access boundary as the rest of AgentQL.

Solana raw access is still Beta. Keep that label visible in rollout notes and user expectations.

Current route

  • Recommended route: POST /rpc/solana
  • Compatibility route: POST /v1/solana/<api_key>
  • Stage: Beta

Try the default method

Try send

Try getHealth

Send one direct browser request to the current hosted gateway base URL so the real network request is visible in devtools. The API key is only stored locally when you provide one.

Method groups

Cluster and health

Read cluster state, health, slot, and fee-related metadata.

Account and market state

Read account data, balances, token accounts, and program-owned accounts.

History and confirmation

Read blocks, transactions, signature history, and signature status.

Transaction path

Simulate or send transactions through the hosted route.

Last updated on