> For the complete documentation index, see [llms.txt](https://docs.bwarelabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc.md).

# RPC

- [eth\_getTransactionByHash method](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc/eth_gettransactionbyhash-method.md): Returns information about a transaction for a given hash
- [eth\_getBlockByNumber method](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc/eth_getblockbynumber-method.md): Returns information about a block with a given number
- [eth\_blockNumber method](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc/eth_blocknumber-method.md): Returns the number of the most recent block
- [eth\_syncing method](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc/eth_syncing-method.md): Returns the sync status or false if the node is already synced
- [eth\_getBalance method](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc/eth_getbalance-method.md): Returns the balance of an account with a given address
- [eth\_accounts method](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc/eth_accounts-method.md): Returns the list of accounts owned by a client
- [eth\_gasPrice method](https://docs.bwarelabs.com/api-docs/binance-smart-chain-rpc-api/rpc/eth_gasprice-method.md): Returns the current gas price in wei
