Polygon
The 4EVERLAND RPC request data format adheres to the Ethereum standard JSON-RPC and supports most methods specified in the PolygonRPC API Reference (including Ethereum,Net,Web3,Debug,TxPool). This tutorial will provide an example of the request format for the eth_getBalance
method, which can be used as a reference for other methods.
API Endpoints
The requested URL, combined with the API Key, is as follows:
Endpoint (https): https://polygon-mainnet.4everland.org/v1/{apikey}
Endpoint (wss): wss://polygon-mainnet.4everland.org/ws/v1/{apikey}
Example
Task the eth_getBalance
method as an example
Parameters
DATA
, 20 Bytes - address to check for balance.QUANTITY|TAG
- integer block number, or the string"latest"
,"earliest"
or"pending"
Request Example
Response Example
Networks
For Polygon, the supported chain is currently limited to Mainnet.
Block range limitaion
When considering the block range, it is important to note that the response size for the getFilterLogs
and getLogs
methods varies accordingly. Specifically:
Block range exceeding 50K: Unavailable for querying.
Block range less than or equal to 100: Experiences no limitation on response size.
Block range falling between 100 and 50K: At most, 50K records will be provided in the response.
If you have any questions, please join our Discord server, or send us an email at contact@4everland.org.
Last updated