Dexlens
  • About us
    • Welcome to Dexlens
    • Contract Addresses
    • DEXL Pass
    • Pricing
    • Disclaimer
    • Security Alert
  • How it works
    • Overview
    • Data Integration
    • Signal Generation
    • Smart Wallet Tracking
    • Dexlens Terminal
  • SDK & API
    • SDK
    • API
      • How do I get my API Key?
      • Blockchains
        • EVM based blockchains
        • Non-EVM based chains
      • DEX & DEX Aggregators
      • Non Fungible Tokens
      • Derivatives
      • Lending & Borrowing
      • Liquid Staking
      • Oracles
      • Real world assets
      • Yield Aggregators
      • Websockets
Powered by GitBook
On this page
  • /getbalance
  • /getblock
  • /getgasprice
  • /getstorage
  • /gettransaction
  • /getgasfees
  • /portfolio
  • /getusertransactions
  • /sendtransaction
  • /genericsmartcontractmethod
  • /decodetransaction
  1. SDK & API
  2. API
  3. Blockchains

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.

PreviousBlockchainsNextNon-EVM based chains

Last updated 1 month ago