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​
getAccountInfogetBalancegetBlock/getBlockHeightgetLatestBlockhashgetMultipleAccountsgetProgramAccountsgetSignaturesForAddressgetSignatureStatusesgetSlotgetTokenAccountBalance/getTokenAccountsByOwnergetTransactionsendTransaction— routed over a staked connection for faster propagationsimulateTransaction
WebSocket subscriptions​
accountSubscribelogsSubscribeprogramSubscribesignatureSubscribeslotSubscribe
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.