EVM based blockchains
Endpoints for EVM Based Blockchains
https://api.dexlens.io/chain/${chainid}
/getbalance
Retrieve the balance of a specified user or account.
/getblock
Fetch details about a specific block within the blockchain.
/getgasprice
Obtain the current gas price data.
/getstorage
Access the stored data from a specified smart contract.
/gettransaction
Get detailed information on a specific transaction.
/getgasfees
Retrieve the current gas fees for transactions.
/portfolio
Access user's portfolio details, including assets and balances.
/getusertransactions
Fetch a list of transactions associated with a specified user.
/sendtransaction
Initiate a new transaction on the blockchain.
/genericsmartcontractmethod
Call a generic method on a smart contract.
/decodetransaction
Decode the details of a specified transaction.
Last updated