Skip to main content

Supported methods

Landed supports the standard Solana JSON-RPC and WebSocket subscription methods. If a method exists in Solana core, it works against your endpoint.

Commonly used HTTP methods​

  • getAccountInfo
  • getBalance
  • getBlock / getBlockHeight
  • getLatestBlockhash
  • getMultipleAccounts
  • getProgramAccounts
  • getSignaturesForAddress
  • getSignatureStatuses
  • getSlot
  • getTokenAccountBalance / getTokenAccountsByOwner
  • getTransaction
  • sendTransaction — routed over a staked connection for faster propagation
  • simulateTransaction

WebSocket subscriptions​

  • accountSubscribe
  • logsSubscribe
  • programSubscribe
  • signatureSubscribe
  • slotSubscribe

For the full method reference and parameters, see the official Solana JSON-RPC documentation. Landed implements the same interface.

Not yet available​

Enhanced/indexed APIs (parsed transactions, webhooks, DAS-style asset queries) aren't part of the Service today. If you need one of these, mention it to sales; it helps us prioritize the roadmap.