> For the complete documentation index, see [llms.txt](https://docs.dexlens.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlens.io/sdk-and-api/api/blockchains/evm-based-blockchains.md).

# EVM based blockchains

{% hint style="success" %}
<https://api.dexlens.io/chain/${chainid}>
{% endhint %}

### /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.
