# Polygon PoS API Overview

> Overview of available Polygon PoS API methods

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

## Polygon PoS APIs

📙 Get started with our [Polygon PoS API Quickstart Guide](/docs/reference/polygon-pos-api-quickstart).

|                                                                                                 |                                                                                             |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [`bor_getAuthor`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-author)           | [`bor_getCurrentProposer`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-current-proposer) |
| [`bor_getCurrentValidators`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-current-validators) | [`bor_getRootHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-root-hash)  |
| [`bor_getSignersAtHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-signers-at-hash) | [`eth_accounts`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-accounts)          |
| [`eth_blockNumber`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-block-number)       | [`eth_call`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-call)                  |
| [`eth_callMany`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-call-many)             | [`eth_chainId`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-chain-id)           |
| [`eth_createAccessList`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-create-access-list) | [`eth_estimateGas`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-estimate-gas)   |
| [`eth_feeHistory`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-fee-history)         | [`eth_fillTransaction`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-fill-transaction) |
| [`eth_gasPrice`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-gas-price)             | [`eth_getAccount`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-account)     |
| [`eth_getBalance`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-balance)         | [`eth_getBlockByHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-by-hash) |
| [`eth_getBlockByNumber`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-receipts) |
| [`eth_getBlockTransactionCountByHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-transaction-count-by-number) |
| [`eth_getCode`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-code)               | [`eth_getFilterChanges`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-filter-changes) |
| [`eth_getFilterLogs`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-filter-logs)  | [`eth_getLogs`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-logs)           |
| [`eth_getProof`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-proof)             | [`eth_getRawTransactionByHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-raw-transaction-by-hash) |
| [`eth_getRootHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-root-hash)      | [`eth_getStorageAt`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-storage-at) |
| [`eth_getTdByNumber`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-td-by-number) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-block-hash-and-index) |
| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-hash) |
| [`eth_getTransactionCount`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-receipt) |
| [`eth_getTransactionReceiptsByBlock`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-receipts-by-block) | [`eth_getUncleByBlockHashAndIndex`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-by-block-hash-and-index) |
| [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-count-by-block-hash) |
| [`eth_getUncleCountByBlockNumber`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-max-priority-fee-per-gas) |
| [`eth_newBlockFilter`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-new-filter)       |
| [`eth_newPendingTransactionFilter`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-send-raw-transaction) |
| [`eth_sendRawTransactionSync`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-send-raw-transaction-sync) | [`eth_submitWork`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-submit-work)     |
| [`eth_subscribe`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-subscribe)            | [`eth_syncing`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-syncing)            |
| [`eth_uninstallFilter`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-unsubscribe)    |
| [`net_listening`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/net-listening)            | [`net_version`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/net-version)            |
| [`web3_clientVersion`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/polygon-pos/polygon-po-s-api-endpoints/web-3-sha-3)              |