What's new in the documentation
Here, the latest documentation updates are listed by the month they were implemented.
November 2023
Added documentation for the Gas API, which offers up-to-date information on the computational costs associated with executing operations or transactions on Ethereum Virtual Machine (EVM) compatible chains.
The NFT API has been deprecated. We recommend Moralis as an alternative. We have set up a seamless onboarding process and API mapping with the Moralis team. You can contact Moralis directly at email support, or sign up for a plan.
Added API documentation for the Celo, Avalanche, and Polygon networks.
October 2023
- Added API documentation for the Optimism network.
September 2023
Added API documentation for Arbitrum, Linea, Polygon, Palm, and BNB Smart Chain.
Updated the tutorial which tracks ERC-20 token transfers to work with Web3.js v4.x.
August 2023
Deprecated the Infura Transactions (ITX) service.
Revised the Ethereum JSON-RPC docs for easy copy-pasting. Descriptions are enhanced.
Removed support for the Filecoin network.
Added documentation for Linea debug JSON-RPC methods.
July 2023
Added documentation for the eth_maxPriorityFeePerGas method.
Added the missing
block number
parameter for the eth_estimateGas method.Replaced the deprecated
ipfs-http-client
library with thekubo-rpc-client
IPFS library.Added a constraint of 5000 (five thousand) parameters per request to eth_getLogs documentation.
Added a new Rust-based tutorial for sending an EIP-1559 transaction and a legacy transaction to Ethereum blockchain, using Sepolia testnet.
Updated the Web3.js code to version 4.x in Ethereum tutorials Monitor transfers using Python and Send a transaction using Python.
Added a new Rust-based tutorial for sending an ERC-20 token to Ethereum blockchain, using Sepolia testnet.
June 2023
Updated the Web3.js code to version 4.x in Ethereum tutorial Retrieve the balance of an ERC-20 token.
Updated the Web3.js code to version 4.x in Ethereum tutorial Send a transaction using web3.js.