llms.txt Content
# Bware Docs
## Bware Docs
- [About Bware Labs Decentralized API](/master.md): Decentralized Infrastructure for Everyone
- [Ethereum API](/api-docs/ethereum-api.md)
- [RPC](/api-docs/ethereum-api/rpc.md)
- [eth\_getBlockByNumber method](/api-docs/ethereum-api/rpc/eth_getblockbynumber-method.md): Returns data about a block given its block number
- [eth\_getBalance method](/api-docs/ethereum-api/rpc/eth_getbalance-method.md): Returns the account balance for a given address
- [eth\_blockNumber method](/api-docs/ethereum-api/rpc/eth_blocknumber-method.md): Returns the number of the most recent block
- [eth\_syncing method](/api-docs/ethereum-api/rpc/eth_syncing-method.md): Returns an object with data about the sync status or false.
- [Websocket API](/api-docs/ethereum-api/websocket-api.md)
- [eth\_syncing method](/api-docs/ethereum-api/websocket-api/eth_syncing-method.md): Returns an object with data about the sync status or false.
- [Binance Smart Chain API](/api-docs/binance-smart-chain-rpc-api.md)
- [RPC](/api-docs/binance-smart-chain-rpc-api/rpc.md)
- [eth\_getTransactionByHash method](/api-docs/binance-smart-chain-rpc-api/rpc/eth_gettransactionbyhash-method.md): Returns information about a transaction for a given hash
- [eth\_getBlockByNumber method](/api-docs/binance-smart-chain-rpc-api/rpc/eth_getblockbynumber-method.md): Returns information about a block with a given number
- [eth\_blockNumber method](/api-docs/binance-smart-chain-rpc-api/rpc/eth_blocknumber-method.md): Returns the number of the most recent block
- [eth\_syncing method](/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](/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](/api-docs/binance-smart-chain-rpc-api/rpc/eth_accounts-method.md): Returns the list of accounts owned by a client
- [eth\_gasP