Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Welcome to the Swellchainscan APIs documentation 🚀.
As a means to provide equitable access to blockchain data, we've developed the Swellchainscan Developer APIs to empower developers with direct access to Swellchainscan's block explorer data and services via GET/POST requests.
Swellchainscan's APIs are provided as a community service and without warranty, so please use what you need and no more.
Source attribution via a backlink or a mention that your app is "Powered by Swellchainscan.io APIs" is required except for personal/private usage.
For that you may find a suitable endpoint from our wide range of APIs that you can simply query to provide data while you remain fully focused on building your applications.
We've helped you take the first steps by writing some thorough tutorials on how to query and derive popular blockchain metrics.
For power users, we've also added guides such as how you can programmatically verify contracts through API calls and more advanced use cases of endpoints.
Swellchainscan is the leading blockchain explorer, search, API and analytics platform for Swell, a restaking-powered Layer 2 network built on the OP Stack.
Your app may need to show a user's ERC-20 token holdings and their USD value , check if a transaction has been mined or get the latest gas price estimates .
Swellchainscan offers 2 types of API plans, a set of free community endpoints and which consists of additional derived blockchain data.
There is an overwhelming amount of data that can be extracted from the Ethereum blockchain.
Our curated list of support articles and common questions you may have on topics such as rate limits , common error messages and API key usage across different networks
If your issue is a unique one or you need more clarification, feel free to reach out to us via our
Returns the block reward and 'Uncle' block rewards.
Returns the estimated time remaining, in seconds, until a certain block is mined.
Query Parameters
Sample Response
Returns the block number that was mined at a certain timestamp.
Query Parameters
Sample Response
Returns the daily average block size within a date range.
Query Parameters
Sample Response
Returns the number of blocks mined daily and the amount of block rewards.
Query Parameters
Sample Response
Returns the amount of block rewards distributed to miners daily.
Query Parameters
Sample Response
Returns the daily average of time needed for a block to be successfully mined.
Query Parameters
Sample Response
Returns the number of 'Uncle' blocks mined daily and the amount of 'Uncle' block rewards.
Query Parameters
Sample Response
Try this endpoint in your
Query Parameters
txhash
the string
representing the transaction hash to check the execution status
Sample Response
Note: Only applicable for post transactions.
Try this endpoint in your
Tip: The status
field returns 0
for failed transactions and 1
for successful transactions.
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the page.
Try this endpoint in your
Query Parameters
Sample Response
Try this endpoint in your
Try this endpoint in your
Tip : Convert a regular date-time to a
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Tip : The timestamp
field is denoted in
timestamp
the integer
representing the Unix timestamp in seconds.
closest
the closest available block to the provided timestamp, either before
or after
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
blockno
blockno
the integer
block number to check block rewards for eg.
the integer
block number to estimate time remaining to be mined eg.
Returns the Ether balance of a given address.
Returns the balance of the accounts from a list of addresses.
Query Parameters
address
the strings
representing the addresses to check for balance, separated by ,
up to 20 addresses per call
tag
the integer
pre-defined block parameter, either earliest
, pending
or latest
Sample Response
Returns the list of transactions performed by an address, with optional pagination.
Query Parameters
address
the string
representing the addresses to check for balance
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descendin Tip: Specify a smaller startblock
and endblock
range for faster search results.
Sample Response
Returns the list of internal transactions performed by an address, with optional pagination.
Query Parameters
address
the string
representing the addresses to check for balance
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the list of internal transactions performed within a transaction.
Query Parameters
txhash
the string
representing the transaction hash to check for internal transactions
Sample Response
Returns the list of internal transactions performed within a block range, with optional pagination.
Query Parameters
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the list of ERC-20 tokens transferred by an address, with optional filtering by token contract.
Usage:
ERC-20 transfers from an address, specify the address
parameter
ERC-20 transfers from a contract address, specify the contract address
parameter
ERC-20 transfers from an address filtered by a token contract, specify both address
and contract address
parameters.
Query Parameters
address
the string
representing the address to check for balance
contractaddress
the string
representing the token contract address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the list of ERC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.
Usage:
ERC-721 transfers from an address, specify the address
parameter
ERC-721 transfers from a contract address, specify the contract address
parameter
ERC-721 transfers from an address filtered by a token contract, specify both address
and contract address
parameters.
Query Parameters
address
the string
representing the address to check for balance
contractaddress
the string
representing the token contract address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the list of ERC-1155 ( Multi Token Standard ) tokens transferred by an address, with optional filtering by token contract.
Usage:
ERC-1155 transfers from an address, specify the address
parameter
ERC-1155 transfers from a contract address, specify the contract address
parameter
ERC-1155 transfers from an address filtered by a token contract, specify both address
and contract address
parameters.
Query Parameters
address
the string
representing the address to check for balance
contractaddress
the string
representing the token contract address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the list of blocks validated by an address.
Query Parameters
address
the string
representing the address to check for balance
blocktype
the string
pre-defined block type, either blocks
for canonical blocks or uncles
for uncle blocks only
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Sample Response
Returns the beacon chain withdrawals made to an address.
Query Parameters
address
the string
representing the address to check for beacon withdrawals
contractaddress
the string
representing the token contract address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the balance of an address at a certain block height.
Query Parameters
address
the string
representing the address to check for balance
blockno
Sample Response
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the page.
Try this endpoint in your
Query Parameters
address
the string
representing the address to check for balance
tag
the string
pre-defined block parameter, either earliest
, pending
or latest
Sample response
Try this endpoint in your
📖 Tip: The result
is returned in
Convert Ethereum units using our
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Tip: Specify a smaller startblock
and endblock
range for faster search results
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Note : The timeStamp
is represented in ****
Try this endpoint in your
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
the integer
block number to check balance for eg.
Tip: The result
field is denoted in wei.
Returns the event logs from an address, with optional filtering by block range.
Query Parameters
address
the string
representing the address to check for logs
fromBlock
the integer
block number to start searching for logs eg. 12878196
toBlock
the integer
block number to stop searching for logs eg. 12879196
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
limited to 1000 records per query, use the page
parameter for subsequent records
Sample Response
Returns the events log in a block range, filtered by topics.
Usage:
For a single topic, specify the topic number such as topic0
, topic1
, topic2
, topic3
For multiple topics, specify the topic numbers and topic operator either and
or or
such as below
topic0_1_opr (and|or between topic0 & topic1), topic1_2_opr (and|or between topic1 & topic2) topic2_3_opr (and|or between topic2 & topic3), topic0_2_opr (and|or between topic0 & topic2) topic0_3_opr (and|or between topic0 & topic3), topic1_3_opr (and|or between topic1 & topic3)
Query Parameters
fromBlock
the integer
block number to start searching for logs eg. 12878196
toBlock
the integer
block number to stop searching for logs eg. 12879196
topic
the topic numbers to search for
limited totopic0
, topic1
, topic2
, topic3
topicOperator
the topic operator when multiple topic combinations are used
limited to and
or or
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
limited to 1000 records per query, use the page
parameter for subsequent records
Sample Response
Returns the event logs from an address, filtered by topics and block range.
Query Parameters
fromBlock
the integer
block number to start searching for logs eg. 12878196
toBlock
the integer
block number to stop searching for logs eg. 12879196
address
the string
representing the address to check for logs
topic
the topic numbers to search for
limited totopic0
, topic1
, topic2
, topic3
topicOperator
the topic operator when multiple topic combinations are used
limited to and
or or
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
limited to 1000 records per query, use the page
parameter for subsequent records
Sample Response
"Invalid API Key"
To resolve, ensure that you have copy pasted the right key from the right explorer.
New API Keys may also take a moment to be fully activated, so if your fresh key is throwing an error consider waiting for a few minutes.
"Max rate limit reached, please use API Key for higher rate limit"
This error occurs when you exceed the rate limit assigned to your specific API key.
"Error! Missing Or invalid Action name"
This error occurs when you do not specify, or specify an invalid module
and action
name.
To resolve, double check your API query to use a valid module and action name.
"Error! Block number already pass"
"Error! Invalid address format"
"Contract source code not verified"
These error messages returned are specific to certain endpoints and their related parameters.
To resolve, kindly refer to the specific endpoint's documentation, and check for the correct format or values to be specified as parameters.
"Query Timeout occured. Please select a smaller result dataset"
"Unexpected err, timeout occurred or server too busy. Please try again later"
This error occurs when you have sent a particularly large query that did not manage to be completed in time.
Returns the Contract Application Binary Interface ( ABI ) of a verified smart contract.
Query Parameters
address
the contract address
that has a verified source code
Sample Response
Returns the Solidity source code of a verified smart contract.
Query Parameters
address
the contract address
that has a verified source code
Sample Response
Returns a contract's deployer address and transaction hash it was created, up to 5 at a time.
Query Parameters
contractaddresses
the contract address
, up to 5 at a time
Sample Response
Query Parameters
chainId
codeformat
single file, use
solidity-single-file
JSON file ( recommended ), use solidity-standard-json-input
sourceCode
the Solidity source code
constructorArguements
optional, include if your contract uses constructor arguments
contractaddress
the address your contract is deployed at
contractname
the name of your contract, such as
contracts/Verified.sol:Verified
compilerversion
Sample Response
Submits a Vyper contract source code to Swellchainscan for verification.
Query Parameters
codeformat
use vyper-json
sourceCode
constructorArguments
optional, include if your contract uses constructor arguments
contractaddress
the address your contract is deployed at
contractname
the name of your contract, such as
contracts/Verified.vy:Verified
compilerversion
compiler version used, such as vyper:0.4.0
optimizationUsed
use 0
for no optimisation and 1
for optimisation used
Sample Response
Returns the success or error status of a contract verification request.
Query Parameters
guid
the unique guid
received from the verification request
Sample Response
Submits a proxy contract source code to Swellchainscan for verification.
Requires a valid Swellchainscan API key, it will be rejected otherwise
Current daily limit of 100 submissions per day per user (subject to change)
Only supports HTTP post
Upon successful submission you will receive a GUID (50 characters) as a receipt
You may use this GUID to track the status of your submission
Verified proxy contracts will display the "Read/Write as Proxy" of the implementation contract under the contract address's contract tab
The best way to reach out to us regarding general inquiries, advertising, updating token information, and API technical support.
Keep in mind that as a block explorer service, we cannot cancel, refund or reverse transactions as we do not process them.
Similarly, all endpoints and parameter formatting remain the same across testnet explorers, you are only required to change the relevant API endpoint URL as follows.
Returns the estimated time, in seconds, for a transaction to be confirmed on the blockchain.
Returns the current Safe, Proposed and Fast gas prices.
No parameters required.
Sample Response
Returns the historical daily average gas limit of the Ethereum network.
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-01-31
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the total amount of gas used daily for transctions on the Ethereum network.
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-01-31
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the daily average gas price used on the Ethereum network.
Query Parameters
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-01-31
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Sample Response
Returns the current amount of an ERC-20 token in circulation.
Returns the current balance of an ERC-20 token of an address.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance
Sample Response
Returns the amount of an ERC-20 token in circulation at a certain block height.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
blockno
Sample Response
Returns the balance of an ERC-20 token of an address at a certain block height.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for balance
blockno
Sample Response
Return the current ERC20 token holders and number of tokens held.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Sample Response
Return a simple count of the number of ERC20 token holders.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
Sample Response
Returns project information and social media links of an ERC20/ERC721/ERC1155 token.
📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Query Parameters
contractaddress
the contract address
of the ERC-20/ERC-721 token to retrieve token info
Sample Response
Returns the ERC-20 tokens and amount held by an address.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Query Parameters
address
the string
representing the address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Sample Response
Returns the ERC-721 tokens and amount held by an address.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Query Parameters
address
the string
representing the address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Sample Response
Returns the ERC-721 token inventory of an address, filtered by contract address.
Query Parameters
address
the string
representing the address to check for inventory
contractaddress
the string
representing the ERC-721 token contractaddress to check for inventory
page
the integer
page number, if pagination is enabled
offset
the number of records displayed per page
limited to 1000 records per query, use the page
parameter for subsequent records
Sample Response
For compatibility with Parity, please prefix all hex strings with " 0x ".
Returns the number of most recent block
No parameters required.
Sample response
Returns information about a block by block number.
Query Parameters
tag
the block number, in hex eg. 0xC36B3C
boolean
the boolean
value to show full transaction objects.
when true
, returns full transaction objects and their information, when false
only returns a list of transactions.
Sample response
Returns information about a uncle by block number.
Query Parameters
tag
the block number, in hex eg. 0xC36B3C
index
the position of the uncle's index in the block, in hex eg. 0x5
Sample response
Returns the number of transactions in a block.
Query Parameters
tag
the block number, in hex eg. 0x10FB78
Sample response
Returns the information about a transaction requested by transaction hash.
Query Parameters
txhash
the string
representing the hash of the transaction
Sample Response
Returns information about a transaction by block number and transaction index position.
Query Parameters
tag
the block number, in hex eg. 0x10FB78
index
the position of the uncle's index in the block, in hex eg. 0x0
Sample Response
Returns the number of transactions performed by an address.
Query Parameters
address
the string
representing the address to get transaction count
tag
the string
pre-defined block parameter, either earliest
, pending
or latest
Sample Response
Submits a pre-signed transaction for broadcast to the Ethereum network.
Query Parameters
hex
the string
representing the signed raw transaction data to broadcast.
Sample Response
Returns the receipt of a transaction by transaction hash.
Query Parameters
txhash
the string
representing the hash of the transaction
Sample Response
Executes a new message call immediately without creating a transaction on the block chain.
Query Parameters
to
the string
representing the address to interact with
data
the hash of the method signature and encoded parameters
tag
the string
pre-defined block parameter, either earliest
, pending
or latest
Sample Response
Returns code at a given address.
Query Parameters
address
the string
representing the address to get code
tag
the string
pre-defined block parameter, either earliest
, pending
or latest
Sample Response
Returns the value from a storage position at a given address.
This endpoint is still experimental and may have potential issues
Query Parameters
address
the string
representing the address to get code
position
the hex code of the position in storage, eg 0x0
tag
the string
pre-defined block parameter, either earliest
, pending
or latest
Sample Response
Returns the current price per gas in wei.
No parameters required.
Sample Response
Makes a call or transaction, which won't be added to the blockchain and returns the used gas.
Query Parameters
data
the hash of the method signature and encoded parameters
to
the string
representing the address to interact with
value
the value sent in this transaction, in hex eg. 0xff22
gas
the amount of gas provided for the transaction, in hex eg. 0x5f5e0ff
gasPrice
the gas price paid for each unit of gas, in wei
post EIP-1559, the gasPrice
has to be higher than the block's baseFeePerGas
Sample Response
Returns the current amount of Ether in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.
Returns the current amount of Ether in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn ETH from the beacon chain.
Returns the latest price of 1 ETH.
No parameters required.
Sample Response
Returns the size of the Ethereum blockchain, in bytes, over a date range.
Query Parameters
Sample Response
Returns the total number of discoverable Ethereum nodes.
No parameters required.
Sample Response
Returns the amount of transaction fees paid to miners per day.
No parameters required.
Sample Response
Returns the number of new Ethereum addresses created per day.
Query Parameters
Sample Response
Returns the daily average gas used over gas limit, in percentage.
Query Parameters
Sample Response
Returns the historical measure of processing power of the Ethereum network.
Query Parameters
Sample Response
Returns the number of transactions performed on the Ethereum blockchain per day.
Query Parameters
Sample Response
Returns the historical mining difficulty of the Ethereum network.
Query Parameters
Sample Response
Returns the historical price of 1 ETH.
Query Parameters
Sample Response
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
An API call that encounters an error will return 0 as its status code
and display the cause of the error under the result
field.
This error occurs when you specify an invalid API Key, or use a key from an explorer on a .
To resolve, adhere to the of your available plan by waiting for a certain amount of time before each request. If you are using a script or application, apply throttling to limit the frequency of calls.
If you require some help getting started, try copying the sample queries provided in the and pasting them into your browser.
To resolve, consider selecting a smaller date/block range, though you may if you think the issue may be performance related.
Find verified contracts on our page.
Try this endpoint in your
Tip : You can also download a of which the code publishers have provided a corresponding Open Source license for redistribution.
Try this endpoint in your
Try this endpoint in your
Submits a contract source code to an explorer for verification.
Tutorial : A full walk through of submitting .
Note : This endpoint is limited to 100 verifications/day, regardless of API PRO tier.
the to submit verification, such as 1
for mainnet
used, such as v0.8.24+commit.e11b9ed9
Note : This endpoint is limited to 100 verifications/day, regardless of API PRO tier.
the Vyper source code, in
Try this endpoint in your
If your encounter an error, reference our
Beware of phishing attempts and emails impersonating the team at Swellchainscan Take note of our official support and communication channels as below.
If your issues are related to transactions, you may find helpful articles over at the
Reach out to us via a
An API key generated on Swellchainscan can be used across all mainnet and testnet explorers.
Mainnet
Sepolia
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the page.
Try this endpoint in your
Query Parameters
gasprice
the price paid per unit of gas, in wei
Sample Response
Post EIP-1559 changes :
Learn more about the
Try this endpoint in your
Note: The gas prices are returned in Gwei.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the page.
Try this endpoint in your
Query Parameters
contractaddress
the contract address
of the ERC-20 token
Sample Response
Try this endpoint in your
Tip : The result
is returned in the token's smallest decimal representation.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
the integer
block number to check total supply for eg.
Tip : The result
is returned in the token's smallest decimal representation.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
the integer
block number to check total supply for eg.
Tip : The result
is returned in the token's smallest decimal representation.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
For the full documentation of available parameters and descriptions, please visit the official docs.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Tip: Send a POST request if your hex string is particularly long.
For more information on creating a signed raw transaction, visit this
Note: The result
represents the transaction hash of the submitted raw transaction.
Try this endpoint in your
Try this endpoint in your
Note: The gas
parameter is capped at 2x the current block gas limit.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Tip: The result
is returned in wei.
Easily convert Ethereum units using our
Try this endpoint in your
Note: The gas
parameter is capped at 2x the current block gas limit.
Reference for various API tiers and their rate limits .
All keys created share the same combined limit
Endpoints with are under the API Pro subscription. To upgrade your API plan, kindly visit .
Try this endpoint in your
No parameters required.
Sample Response
Try this endpoint in your
No parameters required.
Sample Response
Try this endpoint in your
Tip : The timestamps
are represented in
Try this endpoint in your
Tip : The chainSize
is represented in bytes.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Tip : The networkHashRate
is represented in .
Try this endpoint in your
Try this endpoint in your
Tip : The networkDifficulty
is represented in .
Try this endpoint in your
Tip : The value
is represented in US Dollars ( USD ).
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
startdate
the starting date in yyyy-MM-dd
format, eg. 2019-02-01
enddate
the ending date in yyyy-MM-dd
format, eg. 2019-02-28
clienttype
syncmode
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Free
5 calls/second , up to 100,000 calls/day
Standard
10 calls/second , up to 200,000 calls/day
Advanced
20 calls/second , up to 500,000 calls/day
Professional
30 calls/second , up to 1,000,000 calls/day
Dedicated
the Ethereum to use, either geth
or parity
the to run, either default
or archive