Skip to content

Supported RPC Methods

Backpac supports all standard JSON-RPC methods for the blockchains it serves.

Solana

  • getAccountInfo
  • getBalance
  • getBlock
  • getSlot
  • sendTransaction
  • And all other standard Solana JSON RPC methods.

Ethereum (EVM)

  • eth_blockNumber
  • eth_getBalance
  • eth_call
  • eth_sendRawTransaction
  • eth_getLogs
  • And all standard Ethereum JSON-RPC methods.

Note: WebSocket subscriptions are supported for both chains via the wss:// endpoint of your Network Key.

Settlement Certainty Layer