API PRO Endpoints
Last updated
Last updated
The following is a complete list of additional API endpoints available under the API PRO subscription.
To upgrade your API plan, kindly visit Etherscan APIs.
Returns the balance of an address at a certain block height.
Note : This API endpoint is throttled to 2 calls/second regardless of API PRO tier.
Try this endpoint in your browser
Query Parameters
address
the string
representing the address to check for balance
blockno
Returns the daily average block size within a date range.
Query Parameters
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
Returns the number of blocks mined daily and the amount of block rewards.
Query Parameters
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
Returns the amount of block rewards distributed to miners daily.
Query Parameters
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
Returns the daily average of time needed for a block to be successfully mined.
Query Parameters
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
Returns the number of 'Uncle' blocks mined daily and the amount of 'Uncle' block rewards.
Query Parameters
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
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
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
Returns project information and social media links of an ERC-20/ERC-721 token.
Query Parameters
contractaddress
the contract address
of the ERC-20/ERC-721 token to retrieve token info
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
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
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
Returns the amount of transaction fees paid to miners per day.
No parameters required.
Returns the number of new Ethereum addresses created per day.
Query Parameters
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
Returns the daily average gas used over gas limit, in percentage.
Query Parameters
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
Returns the historical measure of processing power of the Ethereum network.
Query Parameters
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
Returns the number of transactions performed on the Ethereum blockchain per day.
Query Parameters
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
Returns the historical mining difficulty of the Ethereum network.
Query Parameters
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
Returns the historical Ether daily market capitalization.
Query Parameters
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
Returns the historical price of 1 ETH.
Query Parameters
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
the integer
block number to check balance for eg.
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your browser
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 browser
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 browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Tip : The networkHashRate
is represented in GigaHashes ( GH/s ).
Try this endpoint in your browser
Try this endpoint in your browser
Tip : The networkDifficulty
is represented in TeraHashes ( TH/s ).
Try this endpoint in your browser
Tip : The marketCap
is represented in million US Dollars ( USD ).
Try this endpoint in your browser
Tip : The value
is represented in US Dollars ( USD ).