LogoLogo
  • Overview
  • Getting Started
  • 🔑How do I get my API Key?
  • 📑List of All Endpoints
  • ⚙️SDK
    • Overview
    • Getting Started
  • ⛓️INTEGRATIONS
    • ⚡Blockchains
      • EVM based blockchains
        • Ethereum
        • Binance Smart Chain
        • Avalanche - C
        • Avalanche - P
        • Avalanche - X
        • Polygon
        • Cronos
        • Arbitrum
        • Fantom
        • Optimism
        • Base
        • zkSync Era
        • Mantle
      • Non-EVM based chains
        • Tron
        • Solana
        • Near
        • Algorand
        • Aptos
        • Sui
        • Starknet
        • TON
        • Cosmos Hub
        • Osmosis
        • Stacks
        • Bitcoin
        • Stellar
          • Stellar RWA
        • XRP Ledger
          • XRP Ledger RWA
    • ⚡Bridges
      • Stargate
      • Stargate V2
      • Squid Router
      • Squid Router V2
      • Allbridge Classic
      • Allbridge Core
    • ⚡DEX & DEX Aggregators
      • Uniswap V2
      • Uniswap V3
      • Uniswap X
      • Sushiswap V2
      • PancakeSwap V2
      • PancakeSwap V3
      • Aerodrome
      • Camelot V3
      • Curve V2
      • Balancer V2
      • STON.fi
      • Trader Joe
      • Orca
      • Raydium
      • SDEX
      • Cetus
      • REF Finance
      • Liquidswap
      • Sologenic
      • Alex
      • 0x (Aggregator)
      • 1inch (Aggregator)
      • Kyberswap (Aggregator)
        • Kyberswap ( Limit Order Endpoints )
      • Jupiter (Aggregator)
    • ⚡Derivatives
      • dYdX V4
    • ⚡Fungible Tokens
      • ERC20
      • WETH
    • ⚡Lending Protocols
      • Aave V2
      • Aave V3
      • Compound V2
      • Compound V3
      • Morpho
    • ⚡Yield Aggregators
      • Yearn Finance V2
      • Harvest Finance
      • Pendle
    • ⚡Liquid Staking
      • Chorus One
      • Lido V2
      • Stader
      • Benqi
      • Jito
      • EigenLayer
    • ⚡Non Fungible Tokens
      • ERC721
      • ERC1155
      • Metaplex
    • ⚡Oracles
      • ChainLink
      • WinkLink
      • Pyth Network
      • RedStone
    • ⚡Stablecoins
      • EVM
    • ⚡Synthetics
      • Synthetix
    • ⚡Supported Wallets
      • MPC Wallets
        • DFNS
        • FORDEFI
        • FIREBLOCKS
        • CIRCLE
      • HD Wallets
        • PHANTOM
        • COINBASE
        • TON Wallet
      • Wallet Connect v2
  • How To
    • Execute a Local Swap
    • Execute a Cross Chain Swap
    • Use Limit Orders
    • Lend and Borrow
    • Provision Liquidity
      • Adding Liquidity
      • Removing liquidity
    • Yield Farm
    • Use Our Transaction Decoder
    • Submit an RFQ
    • Subscribe to Events
    • Stream Data (WebSocket)
      • Stream Transaction
      • Stream Trade
      • Stream Gas
      • Stream Ticker Price
    • Source Pricing
    • Track Memecoins
    • Manage Token Approvals
  • Use Cases
    • Trade Reconciliation
    • Portfolio Management
    • Trading Features
    • On-Chain Data: DEX Liquidity Pool Forensics
    • Transaction and Pool Analysis
  • Account Abstraction
    • Overview
      • User Endpoints
      • Paymaster Endpoint
      • Bundler Endpoint
    • ⚙️SDK - Overview
  • Additional Info
    • Error Messages
    • Client-Side Security Essentials
    • Compute Unit Costs
    • API Metadata
    • Audit Certificate
    • Brand Assets
    • FAQs
    • Quicknode Marketplace
      • DEX
      • Lending Protocols
  • ID's
    • Chain IDs
    • Bridge IDs
      • Internal Chain IDs for Bridges
    • DEX IDs
    • Lending Protocol IDs
    • Yield Aggregator ID
    • Liquid Staking IDs
    • Oracle IDs
    • Stablecoin IDs
    • Derivatives IDs
    • Synthetics IDs
  • Mapping
    • Blockchains
    • DEXs
      • Uniswap V2
      • Uniswap V3
      • Sushiswap
      • PancakeSwap
      • Curve
      • Balancer
    • Lending Protocols
      • Aave
      • Compound
  • Protocol Spender
    • Spender list
Powered by GitBook
On this page
  • /getapprovaldata
  • /estimategas
  • /createfeetransaction
  • /gettokenaddress
  • /gettickerprice
  • SendTransaction() process
  1. INTEGRATIONS

Blockchains

We support all major public blockchains

expand.network provides connectivity to various EVM and Non-EVM based chains for both, query(Read) and transaction(Write). So now, the developer does not need to worry about how different blockchains work. The developer will be required to know only the chainID to perform multiple operations on different chains.

For example, if a developer wants to send two transactions, one on the Ethereum mainnet and another on Solana, then they just need to call the sendtransaction API with different chain IDs in the request body.

Following are the common APIs implemented for all the various chains:-

Name
Type
Description

getbalance

Read

Get the balance or number of the given token in the requested public address.

getblock

Read

Get details of a block.

getgasprice

Read

Get the current gas price from the network.

getstorage

Read

Get data stored in the given slot.

gettransaction

Read

Get details of a transaction.

getgasfees

Read

Retrieves gas fee spent in a particular range.

getusertransactions

Read

Get the historical transaction details for a specific user address. Available on Ethereum, Binance Smart Chain, Avalanche - P/C/X, Polygon, Fantom, Stellar and TON.

gethistoricalrewards

Read

Get the historical transaction details focusing on staking rewards for a specific user address. Available on Avax-P.

getevents

Read

Get a filtered list of events emitted by a given ledger range, within a maximum 24 hours of recent ledgers. Currently available on Stellar.

getlatestledger

Read

Get details for the current latest known ledger of the node. Currently available on Stellar.

portfolio

Read

Get detailed information about the verified assets or tokens currently associated with a user's wallet address. Available on Ethereum as well as Arbitrum, Avalanche, Base, Binance Smart Chain, Cronos, Fantom, Near, Optimism, Polygon, Stellar and Solana.

getflashbotblocks

Read

Get details of the flashbot blocks.

getflashbottransactions

Read

Get details of the flashbot transactions.

getflashbotbundle

Read

Get details of the specified flashbot bundle.

gettokenmarketdata

Read

Get the market data for a given asset on the Ethereum chain.

gettokenmapping

Read

Get the top 40 popular tokens on the EVM chains

getapprovaldata

Read

Retrieves approval-related information for a specified address, including token details, amount approved, spender, risk factor, value at risk, and timestamp. Currently supported for Ethereum chain.

Write

This endpoint lets users collect fees on transactions via the Expand API or plug-in.

estimategas

Write

Generates and returns an estimate of how much gas would be necessary to complete a transaction.

settrustline

Write

Implement a trustline between issuer and distributor. Currently available on Stellar.

rwa/issue

Write

Executes a payment operation to create (or mint) an asset on the Stellar network.

rwa/freeze

Write

Executes a transaction to revoke an existing trustline’s authorization, thereby freezing the asset held by an account on the Stellar network.

rwa/burn

Write

Executes a transaction to burn or delete an asset on the Stellar network.

rwa/transfer

Write

Trigger a payment operation to send an amount in a specific asset (XLM or non-XLM) to a destination account on the Stellar network.

sendtransaction

Write

Sign and send transactions on the chain.

createaccount

write

Initiates a transaction to fund a newly created account using the public key as the account ID.

simulatetransaction

write

Submit a trial contract invocation to simulate how it would be executed by the network. This endpoint calculates the effective transaction data, required authorizations, and minimal resource fee. It provides a way to test and analyze the potential outcomes of a transaction without actually submitting it to the Stellar network.

genericsmartcontractmethod

Write

Calls read functions of verified smart contracts. Available on ethereum.

decodetransaction

Write

Get the decoded transaction for the provided raw transaction. Available on ethereum, binance, avalanche, polygon, cronos, arbitrum, fantom, optimism, solana, stellar and near.

Read

Retrieves approval-related information for a specified address, including token details, amount approved, spender, risk factor, value at risk, and timestamp. This is currently available for EVM chains

Every chain requires a different set of parameters to perform the common operations. Please refer to the sub-sections for details.

To perform sendtransaction() successfully, the user needs to sign the transaction first.

/getapprovaldata

GET https://historicallp.api.expand.network/chain/getapprovaldata

Query Parameter

Name
Type
Description

address*

String

The public address of the user.

chainId

String

chainSymbol

String

rpc

String

Remote procedural call URL.

pageToken

String

The page cursor present at the top to fetch the next page data.

https://historicallp.api.expand.network/chain/getapprovaldata?chainId=56&address=0x65A8F07Bd9A8598E1b5B6C0a88F4779DBC077675
{
    "status": 200,
    "msg": "success",
    "data": {
        "nextPageToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYWdlIjoxLCJjb250cmFjdEFkZHJlc3MiOiIweGZhZThlNjRjZGRlNzM1NTBlN2Q3ZjA0Njk1NTdhMzNhNDE3YjI4NjgiLCJjb250cmFjdFR5cGUiOiJlcmMyMCIsImFwcHJvdmVyQWRkcmVzcyI6IjB4NjVhOGYwN2JkOWE4NTk4ZTFiNWI2YzBhODhmNDc3OWRiYzA3NzY3NSIsInNwZW5kZXJBZGRyZXNzIjoiMHgxMTExMTExMjU0ZmI2YzQ0YmFjMGJlZDI4NTRlNzZmOTA2NDMwOTdkIiwiaWF0IjoxNzMzMzkzODE2fQ.y7FANxpXgtdgk83CIqPHHk2jutj1NZrueTu4XR39jnk",
        "approvals": [
            {
                "tokenAddress": "0xffeecbf8d7267757c2dc3d13d730e97e15bfdf7f",
                "tokenSymbol": "BORING",
                "spender": "0xe7b388d44fa9069385e174efe6f10616b149fe86",
                "allowance": "115792089237316195423570985008687907853269984665640564036939768402646829639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1668720058"
            },
            {
                "tokenAddress": "0xffeecbf8d7267757c2dc3d13d730e97e15bfdf7f",
                "tokenSymbol": "BORING",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640563892563776604972513032835",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1688315609"
            },
            {
                "tokenAddress": "0xffeecbf8d7267757c2dc3d13d730e97e15bfdf7f",
                "tokenSymbol": "BORING",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640563979724133720178046426639",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1704261178"
            },
            {
                "tokenAddress": "0xffeecbf8d7267757c2dc3d13d730e97e15bfdf7f",
                "tokenSymbol": "BORING",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640563879721856107913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1649694300"
            },
            {
                "tokenAddress": "0xffeecbf8d7267757c2dc3d13d730e97e15bfdf7f",
                "tokenSymbol": "BORING",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640563447809936703527957376182",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1728966764"
            },
            {
                "tokenAddress": "0xffeb8287de7dc756067e171e9919c730f0636680",
                "tokenSymbol": "LAVA",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1730006073"
            },
            {
                "tokenAddress": "0xffeb8287de7dc756067e171e9919c730f0636680",
                "tokenSymbol": "LAVA",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1732528906"
            },
            {
                "tokenAddress": "0xffba7529ac181c2ee1844548e6d7061c9a597df4",
                "tokenSymbol": "CAPS",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640561790168545683103269739709",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1710865847"
            },
            {
                "tokenAddress": "0xffba7529ac181c2ee1844548e6d7061c9a597df4",
                "tokenSymbol": "CAPS",
                "spender": "0x6352a56caadc4f1e25cd6c75970fa768a3304e64",
                "allowance": "115792089237316195423570985008687907853269984665640563533217452007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1688661067"
            },
            {
                "tokenAddress": "0xffba7529ac181c2ee1844548e6d7061c9a597df4",
                "tokenSymbol": "CAPS",
                "spender": "0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
                "allowance": "115792089237316195423570985008687907853269984665640563530483818469617955326242",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1709938847"
            },
            {
                "tokenAddress": "0xffba7529ac181c2ee1844548e6d7061c9a597df4",
                "tokenSymbol": "CAPS",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640554282926385749167167311770",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1726827052"
            },
            {
                "tokenAddress": "0xffba7529ac181c2ee1844548e6d7061c9a597df4",
                "tokenSymbol": "CAPS",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640563038265690880827039639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1643151681"
            },
            {
                "tokenAddress": "0xffba7529ac181c2ee1844548e6d7061c9a597df4",
                "tokenSymbol": "CAPS",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640546375573747739243615886867",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1726935057"
            },
            {
                "tokenAddress": "0xffba7529ac181c2ee1844548e6d7061c9a597df4",
                "tokenSymbol": "CAPS",
                "spender": "0x111111125421ca6dc452d289314280a0f8842a65",
                "allowance": "115792089237316195423570985008687907853269984665640562330663181186017639770448",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1728136480"
            },
            {
                "tokenAddress": "0xff2f5e8e796b6739ac9d73b8fe916568abb871b5",
                "tokenSymbol": "OXAI",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "807000000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1676764296"
            },
            {
                "tokenAddress": "0xff2f5e8e796b6739ac9d73b8fe916568abb871b5",
                "tokenSymbol": "OXAI",
                "spender": "0x58892974758a4013377a45fad698d2ff1f08d98e",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "807000000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1676742598"
            },
            {
                "tokenAddress": "0xff2f5e8e796b6739ac9d73b8fe916568abb871b5",
                "tokenSymbol": "OXAI",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "807000000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1676742005"
            },
            {
                "tokenAddress": "0xff2f5e8e796b6739ac9d73b8fe916568abb871b5",
                "tokenSymbol": "OXAI",
                "spender": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "807000000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1677323691"
            },
            {
                "tokenAddress": "0xfeea0bdd3d07eb6fe305938878c0cadbfa169042",
                "tokenSymbol": "8PAY",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640564018755141282105772081151",
                "valueAtRisk": "66114939279596",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1667599217"
            },
            {
                "tokenAddress": "0xfeea0bdd3d07eb6fe305938878c0cadbfa169042",
                "tokenSymbol": "8PAY",
                "spender": "0xbc3b4e7517c06019f30bf2f707ed2770b85f9928",
                "allowance": "88582937105451500231690829",
                "valueAtRisk": "66114939279596",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1643496563"
            },
            {
                "tokenAddress": "0xfeea0bdd3d07eb6fe305938878c0cadbfa169042",
                "tokenSymbol": "8PAY",
                "spender": "0xabd380327fe66724ffda91a87c772fb8d00be488",
                "allowance": "115792089237316195423570985008687907853269984665640563686732493885041162846207",
                "valueAtRisk": "66114939279596",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1667590483"
            },
            {
                "tokenAddress": "0xfeea0bdd3d07eb6fe305938878c0cadbfa169042",
                "tokenSymbol": "8PAY",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "66114939279596",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1666545316"
            },
            {
                "tokenAddress": "0xfeea0bdd3d07eb6fe305938878c0cadbfa169042",
                "tokenSymbol": "8PAY",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640563818699602112242849105734",
                "valueAtRisk": "66114939279596",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1643236661"
            },
            {
                "tokenAddress": "0xfeea0bdd3d07eb6fe305938878c0cadbfa169042",
                "tokenSymbol": "8PAY",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640563950088107850441750668765",
                "valueAtRisk": "66114939279596",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1668723837"
            },
            {
                "tokenAddress": "0xfeea0bdd3d07eb6fe305938878c0cadbfa169042",
                "tokenSymbol": "8PAY",
                "spender": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "allowance": "115792089237316195423570985008687907853269984665640563960590978914048759408961",
                "valueAtRisk": "66114939279596",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1667593810"
            },
            {
                "tokenAddress": "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
                "tokenSymbol": "NPC",
                "spender": "0xb6f6d86a8f9879a9c87f643768d9efc38c1da6e7",
                "allowance": "115792089237316195423570985008687907853269984665640559108239333620033129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733360475"
            },
            {
                "tokenAddress": "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
                "tokenSymbol": "NPC",
                "spender": "0x89b8aa89fdd0507a99d334cbe3c808fafc7d850e",
                "allowance": "115792089237316195423570985008687907853269984665640564014730119975274334607750",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1731462369"
            },
            {
                "tokenAddress": "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
                "tokenSymbol": "NPC",
                "spender": "0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
                "allowance": "115792089237316195423570985008687907853269984665640563955016596244110458115131",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1732136471"
            },
            {
                "tokenAddress": "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
                "tokenSymbol": "NPC",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640563831028951525553927377069",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733331837"
            },
            {
                "tokenAddress": "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
                "tokenSymbol": "NPC",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640559692407482619727486063955",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733376768"
            },
            {
                "tokenAddress": "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
                "tokenSymbol": "NPC",
                "spender": "0x111111125421ca6dc452d289314280a0f8842a65",
                "allowance": "115792089237316195423570985008687907853269984665640563940044437479669111988344",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1732047349"
            },
            {
                "tokenAddress": "0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa",
                "tokenSymbol": "VINU",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665390694744878574445754311797562",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1688479376"
            },
            {
                "tokenAddress": "0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa",
                "tokenSymbol": "VINU",
                "spender": "0xc3711bdbe7e3063bf6c22e7fed42f782ac82baee",
                "allowance": "115792089237316195423570985008687907853269984662680603427879681348390663645612",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1731384555"
            },
            {
                "tokenAddress": "0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa",
                "tokenSymbol": "VINU",
                "spender": "0x89b8aa89fdd0507a99d334cbe3c808fafc7d850e",
                "allowance": "115792089237316195423570985008687907853269984665509450503980459156749934889463",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1713000340"
            },
            {
                "tokenAddress": "0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa",
                "tokenSymbol": "VINU",
                "spender": "0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
                "allowance": "115792089237316195423570985008687907853269984665528698069767620919182718847703",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1713818023"
            },
            {
                "tokenAddress": "0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa",
                "tokenSymbol": "VINU",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984664984253402875469701431494604645",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1725232254"
            },
            {
                "tokenAddress": "0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa",
                "tokenSymbol": "VINU",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984663430082943664701452924119016950",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1702137193"
            },
            {
                "tokenAddress": "0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa",
                "tokenSymbol": "VINU",
                "spender": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "allowance": "115792089237316195423570985008687907853269984665358774015781171453706388855794",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1680018141"
            },
            {
                "tokenAddress": "0xfea292e5ea4510881bdb840e3cec63abd43f936f",
                "tokenSymbol": "COPI",
                "spender": "0x6352a56caadc4f1e25cd6c75970fa768a3304e64",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "61232287749",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1701504058"
            },
            {
                "tokenAddress": "0xfea292e5ea4510881bdb840e3cec63abd43f936f",
                "tokenSymbol": "COPI",
                "spender": "0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
                "allowance": "115792089237316195423570985008687907853269984665640563841025160163090908818076",
                "valueAtRisk": "61232287749",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1729707303"
            },
            {
                "tokenAddress": "0xfea292e5ea4510881bdb840e3cec63abd43f936f",
                "tokenSymbol": "COPI",
                "spender": "0x5c80ae9c3396ca4394f9d8e6786ed9aa74489afe",
                "allowance": "115792089237316195423570985008687907853269984665640559901513676071324823057288",
                "valueAtRisk": "61232287749",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1728769113"
            },
            {
                "tokenAddress": "0xfea292e5ea4510881bdb840e3cec63abd43f936f",
                "tokenSymbol": "COPI",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640563488597074998378105510455",
                "valueAtRisk": "61232287749",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1703112862"
            },
            {
                "tokenAddress": "0xfe73bb1cdd5a544a4c856468a9c6487e552a3fae",
                "tokenSymbol": "OMC",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1705678977"
            },
            {
                "tokenAddress": "0xfe73bb1cdd5a544a4c856468a9c6487e552a3fae",
                "tokenSymbol": "OMC",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1705679544"
            },
            {
                "tokenAddress": "0xfe73bb1cdd5a544a4c856468a9c6487e552a3fae",
                "tokenSymbol": "OMC",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1705677392"
            },
            {
                "tokenAddress": "0xfe642f7463b7a2ab67690209ed5a070a46b66064",
                "tokenSymbol": "PLAYFI",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640564020842029622133129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1730407988"
            },
            {
                "tokenAddress": "0xfe642f7463b7a2ab67690209ed5a070a46b66064",
                "tokenSymbol": "PLAYFI",
                "spender": "0x89b8aa89fdd0507a99d334cbe3c808fafc7d850e",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1730489565"
            },
            {
                "tokenAddress": "0xfe642f7463b7a2ab67690209ed5a070a46b66064",
                "tokenSymbol": "PLAYFI",
                "spender": "0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
                "allowance": "115792089237316195423570985008687907853269984665640564030226608880623129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1730507376"
            },
            {
                "tokenAddress": "0xfe642f7463b7a2ab67690209ed5a070a46b66064",
                "tokenSymbol": "PLAYFI",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640564026014463266421837047294",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1730489595"
            },
            {
                "tokenAddress": "0xfe642f7463b7a2ab67690209ed5a070a46b66064",
                "tokenSymbol": "PLAYFI",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1727827516"
            },
            {
                "tokenAddress": "0xfe56d5892bdffc7bf58f2e84be1b2c32d21c308b",
                "tokenSymbol": "KNC",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640564037977537000031281170693",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1648655341"
            },
            {
                "tokenAddress": "0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f",
                "tokenSymbol": "SDEX",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640563528636605726246974393382",
                "valueAtRisk": "31359636365021785577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1692059015"
            },
            {
                "tokenAddress": "0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f",
                "tokenSymbol": "SDEX",
                "spender": "0xb6f6d86a8f9879a9c87f643768d9efc38c1da6e7",
                "allowance": "2276984211592829806155246553",
                "valueAtRisk": "31359636365021785577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733393001"
            },
            {
                "tokenAddress": "0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f",
                "tokenSymbol": "SDEX",
                "spender": "0x89b8aa89fdd0507a99d334cbe3c808fafc7d850e",
                "allowance": "115792089237316195423570985008687907853269984665640546354491787520065798533378",
                "valueAtRisk": "31359636365021785577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733367756"
            },
            {
                "tokenAddress": "0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f",
                "tokenSymbol": "SDEX",
                "spender": "0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
                "allowance": "115792089237316195423570985008687907853269984665640563576958628813653129639935",
                "valueAtRisk": "31359636365021785577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733233774"
            },
            {
                "tokenAddress": "0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f",
                "tokenSymbol": "SDEX",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640563633656883890896991973900",
                "valueAtRisk": "31359636365021785577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733266628"
            },
            {
                "tokenAddress": "0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f",
                "tokenSymbol": "SDEX",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640563608118068882755527943909",
                "valueAtRisk": "31359636365021785577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733234032"
            },
            {
                "tokenAddress": "0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f",
                "tokenSymbol": "SDEX",
                "spender": "0x111111125421ca6dc452d289314280a0f8842a65",
                "allowance": "115792089237316195423570985008687907853269984665640563840167461519883129639935",
                "valueAtRisk": "31359636365021785577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1733285237"
            },
            {
                "tokenAddress": "0xfd7b3a77848f1c2d67e05e54d78d174a0c850335",
                "tokenSymbol": "ONT",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640564038957406386977486511619",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1643986916"
            },
            {
                "tokenAddress": "0xfd799ddcca8ab5c1ad8a3d64a58d4e907c9d0b71",
                "tokenSymbol": "TAP",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640563983064207424020312752127",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1668193014"
            },
            {
                "tokenAddress": "0xfd799ddcca8ab5c1ad8a3d64a58d4e907c9d0b71",
                "tokenSymbol": "TAP",
                "spender": "0xbc3b4e7517c06019f30bf2f707ed2770b85f9928",
                "allowance": "115792089237316195423570985008687907853269984665640563819468343713876691199574",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1673514765"
            },
            {
                "tokenAddress": "0xfd799ddcca8ab5c1ad8a3d64a58d4e907c9d0b71",
                "tokenSymbol": "TAP",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1668192126"
            },
            {
                "tokenAddress": "0xfd799ddcca8ab5c1ad8a3d64a58d4e907c9d0b71",
                "tokenSymbol": "TAP",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1673311394"
            },
            {
                "tokenAddress": "0xfd799ddcca8ab5c1ad8a3d64a58d4e907c9d0b71",
                "tokenSymbol": "TAP",
                "spender": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "allowance": "115792089237316195423570985008687907853269984665640563984130468809048399747273",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1662925015"
            },
            {
                "tokenAddress": "0xfd5af95c12446b60d23e16a4ea95690ce942e5dc",
                "tokenSymbol": "FREL",
                "spender": "0xbc3b4e7517c06019f30bf2f707ed2770b85f9928",
                "allowance": "997352256275522425710252679",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1680046854"
            },
            {
                "tokenAddress": "0xfd2700c51812753215754de9ec51cdd42bf725b9",
                "tokenSymbol": "ROUTE",
                "spender": "0x21c1e74caadf990e237920d5515955a024031109",
                "allowance": "100000000000000000000000000000000000000000000000000000000000000000",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1724175827"
            },
            {
                "tokenAddress": "0xfd2700c51812753215754de9ec51cdd42bf725b9",
                "tokenSymbol": "ROUTE",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640564039002410120052659039626",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1730243616"
            },
            {
                "tokenAddress": "0xfd2700c51812753215754de9ec51cdd42bf725b9",
                "tokenSymbol": "ROUTE",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1730243607"
            },
            {
                "tokenAddress": "0xfce246750b6ff65b5799418ab07ce502f053a20a",
                "tokenSymbol": "CPEPE",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665627945304756180818954057004744",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1649807079"
            },
            {
                "tokenAddress": "0xfccf5becfcc0978a3a766476bb58d5f13565d999",
                "tokenSymbol": "NESG",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640564039436488904066772699400",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1725148861"
            },
            {
                "tokenAddress": "0xfccf5becfcc0978a3a766476bb58d5f13565d999",
                "tokenSymbol": "NESG",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039347272494847802961375",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1725151289"
            },
            {
                "tokenAddress": "0xfc2b9f95ef1e5ab03c341accc7fd2586eb1a551f",
                "tokenSymbol": "bMVL",
                "spender": "0x3f621973a1363c2ecc8b256e9c0a1c3e62d2cefe",
                "allowance": "354367205209786569293736",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1686723634"
            },
            {
                "tokenAddress": "0xfbcf80ed90856af0d6d9655f746331763efdb22c",
                "tokenSymbol": "NT",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640563953307299636605759920199",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1683115049"
            },
            {
                "tokenAddress": "0xfbcf80ed90856af0d6d9655f746331763efdb22c",
                "tokenSymbol": "NT",
                "spender": "0xabd380327fe66724ffda91a87c772fb8d00be488",
                "allowance": "115792089237316195423570985008687907853269984665640563776936432928882578967830",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1668034354"
            },
            {
                "tokenAddress": "0xfbcf80ed90856af0d6d9655f746331763efdb22c",
                "tokenSymbol": "NT",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640563795025418260722649371562",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1665776619"
            },
            {
                "tokenAddress": "0xfbcf80ed90856af0d6d9655f746331763efdb22c",
                "tokenSymbol": "NT",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1680469419"
            },
            {
                "tokenAddress": "0xfb7400707df3d76084fbeae0109f41b178f71c02",
                "tokenSymbol": "DOWS",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640564002815294559713945976831",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1678906619"
            },
            {
                "tokenAddress": "0xfb7400707df3d76084fbeae0109f41b178f71c02",
                "tokenSymbol": "DOWS",
                "spender": "0xbc3b4e7517c06019f30bf2f707ed2770b85f9928",
                "allowance": "40652401117958971319827281",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1643400374"
            },
            {
                "tokenAddress": "0xfb7400707df3d76084fbeae0109f41b178f71c02",
                "tokenSymbol": "DOWS",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640563946131899899932122808319",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1648652802"
            },
            {
                "tokenAddress": "0xfb7400707df3d76084fbeae0109f41b178f71c02",
                "tokenSymbol": "DOWS",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640563785710256945372696795683",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1677965908"
            },
            {
                "tokenAddress": "0xfb6115445bff7b52feb98650c87f44907e58f802",
                "tokenSymbol": "AAVE",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457474411313333553394",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1715952593"
            },
            {
                "tokenAddress": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e",
                "tokenSymbol": "FLOKI",
                "spender": "0xabd380327fe66724ffda91a87c772fb8d00be488",
                "allowance": "115792089237316195423570985008687907853269984665640564039457218746913129639935",
                "valueAtRisk": "70873810564577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1668534442"
            },
            {
                "tokenAddress": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e",
                "tokenSymbol": "FLOKI",
                "spender": "0x6352a56caadc4f1e25cd6c75970fa768a3304e64",
                "allowance": "62942790903587627",
                "valueAtRisk": "70873810564577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1709865333"
            },
            {
                "tokenAddress": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e",
                "tokenSymbol": "FLOKI",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "70873810564577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1666003377"
            },
            {
                "tokenAddress": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e",
                "tokenSymbol": "FLOKI",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457359173677455672801",
                "valueAtRisk": "70873810564577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1709865366"
            },
            {
                "tokenAddress": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e",
                "tokenSymbol": "FLOKI",
                "spender": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "allowance": "115792089237316195423570985008687907853269984665640564039453739666833553030364",
                "valueAtRisk": "70873810564577",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1667934155"
            },
            {
                "tokenAddress": "0xfb288d60d3b66f9c3e231a9a39ed3f158a4269aa",
                "tokenSymbol": "PPAY",
                "spender": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "967000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1675848886"
            },
            {
                "tokenAddress": "0xfb288d60d3b66f9c3e231a9a39ed3f158a4269aa",
                "tokenSymbol": "PPAY",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "967000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1642832816"
            },
            {
                "tokenAddress": "0xfb288d60d3b66f9c3e231a9a39ed3f158a4269aa",
                "tokenSymbol": "PPAY",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "967000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1668947624"
            },
            {
                "tokenAddress": "0xfb288d60d3b66f9c3e231a9a39ed3f158a4269aa",
                "tokenSymbol": "PPAY",
                "spender": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "967000000000000000",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1672863800"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0xb6f6d86a8f9879a9c87f643768d9efc38c1da6e7",
                "allowance": "115792089237316195423570985008687907853269984665640562895682360698323129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1707241922"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0x89b8aa89fdd0507a99d334cbe3c808fafc7d850e",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1713331476"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1713330933"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0x31c2f6fcff4f8759b3bd5bf0e1084a055615c768",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1713331572"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1714837969"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0x13f4ea83d0bd40e75c8222255bc855a974568dd4",
                "allowance": "115792089237316195423570985008687907853269984665640562265098743125446980535166",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1714677116"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1714837876"
            },
            {
                "tokenAddress": "0xfafd4cb703b25cb22f43d017e7e0d75febc26743",
                "tokenSymbol": "WEYU",
                "spender": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "allowance": "115792089237316195423570985008687907853269984665640563476548442725166113346662",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1707609250"
            },
            {
                "tokenAddress": "0xfae8e64cdde73550e7d7f0469557a33a417b2868",
                "tokenSymbol": "Croge",
                "spender": "0x665b70283be3e014e9d2482545040df77b17d9fb",
                "allowance": "115792089237316195423570985008687907853000000000",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1711500953"
            },
            {
                "tokenAddress": "0xfae8e64cdde73550e7d7f0469557a33a417b2868",
                "tokenSymbol": "Croge",
                "spender": "0x1111111254fb6c44bac0bed2854e76f90643097d",
                "allowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
                "valueAtRisk": "0",
                "riskFactor": "LOW RISK",
                "lastUpdated": "1665522820"
            }
        ]
    }
}

/estimategas

POST https://api.expand.network/chain/estimategas

Request Body

Name
Type
Description

chainId

String

chainSymbol

String

data*

String

Encoded function call data.

from*

String

Address of the sender of the token.

to*

String

Address of the recipient of the token.

value

String

Amount being sent with the transaction.

rpc

String

Remote procedural call URL.

{
  "chainId": "1",
  "data": "0xb6f9de9500000000000000000000000000000000000000000000000000027504c2d159000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000b999e0cb5f5e075b11239093e82703dbf0e561d60000000000000000000000000000000000000000000000000000018ef59ee21e0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000c3705517b4002ecd90185e07a9fcdfe8e93e9248",
  "from": "0x56Eddb7aa87536c09CCc2793473599fD21A8b17F",
  "to": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
  "value": "160000000000000000"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "estimatedGas": "153222"
    }
}

/createfeetransaction

This endpoint lets users collect fees on transactions via the Expand API or plug-in. By default, it deducts 5 basis points from the transaction value, but the fee can be customized.

POST https://api.expand.network/chain/createfeetransaction

Request Body

Name
Type
Description

rpc

string

Remote procedural call URL.

chainId*

String

chainSymbol

String

from*

String

Address of the sender

to

String

Address of the recipient

gas*

String

Maximum gas limit provided by the sender, for the transaction.

value*

String

Amount being sent with the transaction.

data

String

Encoded function call data.

gasPrice

String

The price per unit of gas

referenceId*

String

Reference ID value that the user receives from the POST response.

{
  "chainId": "8453",
  "from": "0xdAe2F6EdDdA6fb4fb60cc02633DE27e2b431B402",
  "to": "0x6131B5fae19EA4f9D964eAc0408E4408b66337b5",
  "value": "0",
  "gas": "256356",
  "data": "0x8af033fb000000000000000000000000c7d3ab410d49b664d03fe5b1038852ac852b1b290000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000000000000004e00000000000000000000000001a3e429d2d22149cc61e0f539b112a227c844aa30000000000000000000000000b3e328455c4059eeb9e3f84b5543f74e24e7e1b0000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000dae2f6eddda6fb4fb60cc02633de27e2b431b4020000000000000000000000000000000000000000000000000de0b6b3a7640000000000000000000000000000000000000000000000000000000040ca9ec52b8e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000681c888e00000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000cd6efb9c75c79449f5a0d689c5528154d162762e00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000de0b6b3a764000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e0100000034000000cd6efb9c75c79449f5a0d689c5528154d162762e020000000000000000000000000000000000000003000003e800000032001a3e429d2d22149cc61e0f539b112a227c844aa3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000055bcedfd000000000000000000051c421677206000000000000000000000000000000000000000000000000000000000000002877b22536f75726365223a22657870616e64222c22416d6f756e74496e555344223a22302e303032333431383930373631373837303932222c22416d6f756e744f7574555344223a22302e3030303131373430393532393738323533383338222c22526566657272616c223a22222c22466c616773223a302c22416d6f756e744f7574223a223731393232323532363933393139222c2254696d657374616d70223a313734363639393233302c22526f7574654944223a2264333035333133322d373061382d346266362d393636372d6537336465663537303834633a34353336333036382d343039312d346438622d386137642d626232393732356438643631222c22496e74656772697479496e666f223a7b224b65794944223a2231222c225369676e6174757265223a225839694942713276356d49627774386b5545454d765577434573564b4d445576596e464c33737138315758556e434b484e31796d39444f346b5979744774786931493132524b646e634972304c376a54494f2f63534166537079436c7446457a676d5a5669516b7044625277376d4f354a4238364f5258674f6c5564787237756d786138696b6649584259304b4e49574f55624e484c61444264597457594666544a5252426c4d715579696e4d53746636387239786a68564677343678626d736d7643486b4d394951776338482b2b6d68397466734f46315742654b56546452453856572b41755666586a6378454e6f536c5a6e666a58514e584d4c49314b54682b48736d55697971506866513857717472585a7169424870356a364333373051524535763175774467746e38785a41493747387737384e655a7957454f715653565059737964474d4d35534462574c416f675758673d3d227d7d00000000000000000000000000000000000000000000000000",
  "estimationCheck": true,
  "referenceId": "1bdb1e332fae44dfaced44428fd2387c"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "8453",
        "from": "0xdAe2F6EdDdA6fb4fb60cc02633DE27e2b431B402",
        "to": "0xB2f172233436206A067eB859CB99ae69e6AF490D",
        "value": "607561709",
        "gas": "256356",
        "nonce": "1"
    }
}

/gettokenaddress

Return the token address

GET https://api.expand.network/chain/gettokenaddress

Query Parameter

Name
Type
Description

tokenSymbol*

String

The public address of the user.

chainId

String

chainSymbol

String

https://api.expand.network/chain/gettokenaddress?tokenSymbol=savax&chainId=43114
{
    "status": 200,
    "msg": "success",
    "data": {
        "tokenAddress": "0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be"
    }
}

/gettickerprice

Return the token symbols and their addresses for which the ticker price is provided by the streamTickerPrice service.(Currently available for Ethereum)

GET https://api.expand.network/chain/gettickerprice

Query Parameter

Name
Type
Description

chainId

String

chainSymbol

String

https://api.expand.network/chain/gettickerprice
{
    "status": 200,
    "msg": "success",
    "data": {
        "STTAO": "0xb60acd2057067dc9ed8c083f5aa227a244044fd6",
        "ALPH": "0x590f820444fa3638e022776752c5eef34e2f89a6",
        "REQ": "0x8f8221afbb33998d8584a2b05749ba73c37a938a",
        "ARB": "0xb50721bcf8d664c30412cfbc6cf7a15145234ad1",
        "ENS": "0xc18360217d8f7ab5e7c516566761ea12ce7f9d72",
        "FET": "0xaea46a60368a7bd060eec7df8cba43b7ef41ad85",
        "WMINIMA": "0x669c01caf0edcad7c2b8dc771474ad937a7ca4af",
        "METH": "0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa",
        "TRIBE": "0xc7283b66eb1eb5fb86327f08e1b5816b0720212b",
        "SYRUP": "0x643c4e15d7d62ad0abec4a9bd4b001aa3ef52d66",
        "PRIME": "0xb23d80f5fefcddaa212212f028021b41ded428cf",
        "SAVM": "0x15e6e0d4ebeac120f9a97e71faa6a0235b85ed12",
        "MPL": "0x33349b282065b0284d756f0577fb39c158f935e6",
        "KAS": "0x112b08621e27e10773ec95d250604a041f36c582",
        "NEXO": "0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
        "CAKE": "0x152649ea73beab28c5b49b26eb48f7ead6d4c898",
        "TONCOIN": "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
        "FLOAT": "0xb05097849bca421a3f51b249ba6cca4af4b97cb9",
        "NXRA": "0x644192291cc835a93d6330b24ea5f5fedd0eef9e",
        "WSTETH": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
        "FLT": "0x236501327e701692a281934230af0b6be8df3353",
        "ACX": "0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f",
        "PUFFER": "0x4d1c297d39c5c1277964d0e3f8aa901493664530",
        "WEETH": "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee",
        "SPX": "0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c",
        "FEI": "0x956f47f50a910163d8bf957cf5846d573e7f87ca",
        "BEARDY": "0x32c6f1c1731ff8f98ee2ede8954f696446307846",
        "CVXCRV": "0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7",
        "SEI": "0xbdf43ecadc5cef51b7d1772f722e40596bc1788b",
        "UNI": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
        "ESOV": "0xbdab72602e9ad40fc6a6852caf43258113b8f7a5",
        "FORT": "0x41545f8b9472d758bb669ed8eaeeecd7a9c4ec29",
        "WDOGE": "0x35a532d376ffd9a705d0bb319532837337a398e7",
        "CTA": "0x90685e300a4c4532efcefe91202dfe1dfd572f47",
        "ZCHF": "0xb58e61c3098d85632df34eecfb899a1ed80921cb",
        "RSC": "0xd101dcc414f310268c37eeb4cd376ccfa507f571",
        "FOLD": "0xd084944d3c05cd115c09d072b9f44ba3e0e45921",
        "LUSD": "0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
        "SUIAI": "0xd19b72e027cd66bde41d8f60a13740a26c4be8f3",
        "ASF": "0x59a529070fbb61e6d6c91f952ccb7f35c34cf8aa",
        "SWETH": "0xf951e335afb289353dc249e82926178eac7ded78",
        "DSYNC": "0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
        "ALVA": "0x8e729198d1c59b82bd6bba579310c40d740a11c2",
        "XFT": "0x76bc677d444f1e9d57daf5187ee2b7dc852745ae",
        "BAT": "0x0d8775f648430679a709e98d2b0cb6250d2887ef",
        "GLM": "0x7dd9c5cba05e151c895fde1cf355c9a1d5da6429",
        "SNPAD": "0x772358ef6ed3e18bde1263f7d229601c5fa81875",
        "PAR": "0x68037790a0229e9ce6eaa8a99ea92964106c4703",
        "WETH": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
        "RLUSD": "0x8292bb45bf1ee4d140127049757c2e0ff06317ed",
        "SQT": "0x09395a2a58db45db0da254c7eaa5ac469d8bdc85",
        "DEFI": "0x6b0faca7ba905a86f221ceb5ca404f605e5b3131",
        "RLB": "0x046eee2cc3188071c02bfc1745a6b17c656e3f3d",
        "KP3R": "0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44",
        "FLIP": "0x826180541412d574cf1336d22c0c0a287822678a",
        "BOBA": "0x42bbfa2e77757c645eeaad1655e0911a7553efbc",
        "POWR": "0x595832f8fc6bf59c85c527fec3740a1b7a361269",
        "NKN": "0x5cf04716ba20127f1e2297addcf4b5035000c9eb",
        "PENDLE": "0x808507121b80c02388fad14726482e061b8da827",
        "USD0": "0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5",
        "SHFL": "0x8881562783028f5c1bcb985d2283d5e170d88888",
        "AGRS": "0x738865301a9b7dd80dc3666dd48cf034ec42bdda",
        "REZ": "0x3b50805453023a91a8bf641e279401a0b23fa6f9",
        "BONE": "0x9813037ee2218799597d83d4a5b6f3b6778218d9",
        "PLU": "0xd8912c10681d8b21fd3742244f44658dba12264e",
        "BADGER": "0x3472a5a71965499acd81997a54bba8d852c6e53d",
        "DXN": "0x80f0c1c49891dcfdd40b6e0f960f84e6042bcb6f",
        "LINK": "0x514910771af9ca656af840dff83e8264ecf986ca",
        "G": "0x9c7beba8f6ef6643abd725e45a4e8387ef260649",
        "CHEX": "0x9ce84f6a69986a83d92c324df10bc8e64771030f",
        "CRV": "0xd533a949740bb3306d119cc777fa900ba034cd52",
        "MATIC": "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
        "LDO": "0x5a98fcbea516cf06857215779fd812ca3bef1b32",
        "EURA": "0x1a7e4e63778b4f12a199c062f3efdd288afcbce8",
        "TAIKO": "0x10dea67478c5f8c5e2d90e5e9b26dbe60c54d800",
        "RETH": "0xae78736cd615f374d3085123a210448e74fc6393",
        "MMX": "0x614da3b37b6f66f7ce69b4bbbcf9a55ce6168707",
        "FORTH": "0x77fba179c79de5b7653f68b5039af940ada60ce0",
        "PXETH": "0x04c154b66cb340f3ae24111cc767e0184ed00cc6",
        "SX": "0xbe9f61555f50dd6167f2772e9cf7519790d96624",
        "SKAI": "0xcf078da6e85389de507ceede0e3d217e457b9d49",
        "RAI": "0xc575bd129848ce06a460a19466c30e1d0328f52c",
        "BERASTONE": "0x97ad75064b20fb2b2447fed4fa953bf7f007a706",
        "BASEDAI": "0x44971abf0251958492fee97da3e5c5ada88b9185",
        "WCOMAI": "0xc78b628b060258300218740b1a7a5b3c82b3bd9f",
        "ORN": "0x0258f474786ddfd37abce6df6bbb1dd5dfc4434a",
        "YFI": "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
        "GHO": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
        "WFLOW": "0x5c147e74d63b1d31aa3fd78eb229b65161983b2b",
        "LLD": "0x054c9d4c6f4ea4e14391addd1812106c97d05690",
        "ADX": "0xade00c28244d5ce17d72e40330b1c318cd12b7c3",
        "VEE": "0x340d2bde5eb28c1eed91b2f790723e3b160613b7",
        "MAGIC": "0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a",
        "TORN": "0x77777feddddffc19ff86db637967013e6c6a116c",
        "OBI": "0xbb3a8fd6ec4bf0fdc6cd2739b1e41192d12b1873",
        "EURQ": "0x8df723295214ea6f21026eeeb4382d475f146f9f",
        "$PAAL": "0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
        "INDEX": "0x0954906da0bf32d5479e25f46056d22f08464cab",
        "FRAX": "0x853d955acef822db058eb8505911ed77f175b99e",
        "NMT": "0x03aa6298f1370642642415edc0db8b957783e8d6",
        "NYM": "0x525a8f6f3ba4752868cde25164382bfbae3990e1",
        "EXRD": "0x6468e79a80c0eab0f9a2b574c8d5bc374af59414",
        "GOHM": "0x0ab87046fbb341d058f17cbc4c1133f25a20a52f",
        "POOL": "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
        "APU": "0x594daad7d77592a2b97b725a7ad59d7e188b5bfa",
        "HIFI": "0x4b9278b94a1112cad404048903b8d343a810b07e",
        "BKN": "0x0a638f07acc6969abf392bb009f216d22adea36d",
        "HAY": "0xfa3e941d1f6b7b10ed84a0c211bfa8aee907965e",
        "FDM": "0x60d91f6d394c5004a782e0d175e2b839e078fb83",
        "DHN": "0x32462ba310e447ef34ff0d15bce8613aa8c4a244",
        "LCX": "0x037a54aab062628c9bbae1fdb1583c195585fe41",
        "BNB": "0xb8c77482e45f1f44de1745f52c74426c631bdd52",
        "BZZ": "0x19062190b1925b5b6689d7073fdfc8c2976ef8cb",
        "RSR": "0x320623b8e4ff03373931769a31fc52a4e78b5d70",
        "G-CRE": "0xa3ee21c306a700e682abcdfe9baa6a08f3820419",
        "SMT": "0xb17548c7b510427baac4e267bea62e800b247173",
        "AGIX": "0x5b7533812759b45c2b44c19e320ba2cd2681b542",
        "OL": "0x1f57da732a77636d913c9a75d685b26cc85dcc3a",
        "TRU": "0xf65b5c5104c4fafd4b709d9d60a185eae063276c",
        "SUSHI": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
        "DOG": "0xbaac2b4491727d78d2b78815144570b9f2fe8899",
        "FTM": "0x4e15361fd6b4bb609fa63c81a2be19d873717870",
        "ENA": "0x57e114b691db790c35207b2e685d4a43181e6061",
        "WBTC": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
        "STORJ": "0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac",
        "GNUS": "0x614577036f0a024dbc1c88ba616b394dd65d105a",
        "DAI": "0x6b175474e89094c44da98b954eedeac495271d0f",
        "COW": "0xdef1ca1fb7fbcdc777520aa7f396b4e015f497ab",
        "RIO": "0x94a8b4ee5cd64c79d0ee816f467ea73009f51aa0",
        "RNDR": "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24",
        "STG": "0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6",
        "ETH+": "0xe72b141df173b999ae7c1adcbf60cc9833ce56a8",
        "FAR": "0xf9fa60ef4f23f00cce403cc4d2c11baf4880a0d6",
        "WEPE": "0xccb365d2e11ae4d6d74715c680f56cf58bf4bf10",
        "TARA": "0x2f42b7d686ca3effc69778b6ed8493a7787b4d6e",
        "PRO": "0x226bb599a12c826476e3a771454697ea52e9e220",
        "EIGEN": "0xec53bf9167f50cdeb3ae105f56099aaab9061f83",
        "XVS": "0xd3cc9d8f3689b83c91b7b59cab4946b063eb894a",
        "KING": "0x8f08b70456eb22f6109f57b8fafe862ed28e6040",
        "QSP": "0x99ea4db9ee77acd40b119bd1dc4e33e1c070b80d",
        "AIOZ": "0x626e8036deb333b408be468f951bdb42433cbf18",
        "EEFI": "0x857ffc55b1aa61a7ff847c82072790cae73cd883",
        "GAME": "0x825459139c897d769339f295e962396c4f9e4a4d",
        "TRIAS": "0x3a856d4effa670c54585a5d523e96513e148e95d",
        "EMP": "0x39d5313c3750140e5042887413ba8aa6145a9bd2",
        "SDAI": "0x83f20f44975d03b1b09e64809b757c47f942beea",
        "UMA": "0x04fa0d235c4abf4bcf4787af4cf447de572ef828",
        "SDEUSD": "0x5c5b196abe0d54485975d1ec29617d42d9198326",
        "ZARP": "0xb755506531786c8ac63b756bab1ac387bacb0c04",
        "PAXG": "0x45804880de22913dafe09f4980848ece6ecbaf78",
        "VIRTUAL": "0x44ff8620b8ca30902395a7bd3f2407e1a091bf73",
        "COMP": "0xc00e94cb662c3520282e6f5717214004a7f26888",
        "CBETH": "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
        "FLUID": "0x6f40d4a6237c257fff2db00fa0510deeecd303eb",
        "RSS3": "0xc98d64da73a6616c42117b582e832812e7b8d57f",
        "AGETH": "0xe1b4d34e8754600962cd944b535180bd758e6c2e",
        "USDE": "0x4c9edd5852cd905f086c759e8383e09bff1e68b3",
        "PEPECOIN": "0xa9e8acf069c58aec8825542845fd754e41a9489a",
        "ANYONE": "0xfeac2eae96899709a43e252b6b92971d32f9c0f9",
        "NMR": "0x1776e1f26f98b1a5df9cd347953a26dd3cb46671",
        "MORPHO": "0x58d97b57bb95320f9a05dc918aef65434969c2b2",
        "ZRX": "0xe41d2489571d322189246dafa5ebde1f4699f498",
        "BIFI": "0xb1f1ee126e9c96231cc3d3fad7c08b4cf873b1f1",
        "APE": "0x4d224452801aced8b2f0aebe155379bb5d594381",
        "BIO": "0xcb1592591996765ec0efc1f92599a19767ee5ffa",
        "PERP": "0xbc396689893d065f41bc2c6ecbee5e0085233447",
        "CVX": "0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b",
        "CTX": "0x321c2fe4446c7c963dc41dd58879af648838f98d",
        "LMWR": "0x628a3b2e302c7e896acc432d2d0dd22b6cb9bc88",
        "AVA": "0xa6c0c097741d55ecd9a3a7def3a8253fd022ceb9",
        "WXRP": "0x39fbbabf11738317a448031930706cd3e612e1b9",
        "BMP": "0xbbbb2d4d765c1e455e4896a64ba3883e914abbbb",
        "VRA": "0xf411903cbc70a74d22900a5de66a2dda66507255",
        "EUL": "0xd9fcd98c322942075a5c3860693e9f4f03aae07b",
        "SNX": "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
        "KOIN": "0xed11c9bcf69fdd2eefd9fe751bfca32f171d53ae",
        "HOT": "0x6c6ee5e31d828de241282b9606c8e98ea48526e2",
        "USD0++": "0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",
        "BYTES": "0xa19f5264f7d7be11c451c093d8f92592820bea86",
        "L1X": "0x399ef659fdead53b3e7f97e9491e727925667945",
        "BMEX": "0xb113c6cf239f60d380359b762e95c13817275277",
        "MET": "0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",
        "GBTC": "0xdc9cb148ecb70876db0abeb92f515a5e1dc9f580",
        "OCEAN": "0x967da4048cd07ab37855c090aaf366e4ce1b9f48",
        "SSV": "0x9d65ff81a3c488d585bbfb0bfe3c7707c7917f54",
        "HUNT": "0x9aab071b4129b083b01cb5a0cb513ce7eca26fa5",
        "XRT": "0x7de91b204c1c737bcee6f000aaa6569cf7061cb7",
        "SPC": "0x86ed939b500e121c0c5f493f399084db596dad20",
        "PANDORA": "0x9e9fbde7c7a83c43913bddc8779158f1368f0413",
        "USR": "0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",
        "CULT": "0x0000000000c5dc95539589fbd24be07c6c14eca4",
        "RLC": "0x607f4c5bb672230e8672085532f7e901544a7375",
        "DEUSD": "0x15700b564ca08d9439c58ca5053166e8317aa138",
        "RUSD": "0x09d4214c03d01f49544c0448dbe3a27f768f2b34",
        "PUNDIX": "0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38",
        "CPOOL": "0x66761fa41377003622aee3c7675fc7b5c1c2fac5",
        "OUSD": "0x2a8e1e676ec238d8a992307b495b45b3feaa5e86",
        "MEOW": "0x0ec78ed49c2d27b315d462d43b5bab94d2c79bf8",
        "CELL": "0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099",
        "MVRWA": "0xa5cdea03b11042fc10b52af9eca48bb17a2107d2",
        "BUSD": "0x4fabb145d64652a948d72533023f6e7a623c7c53",
        "ETHFI": "0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb",
        "PRQ": "0x362bc847a3a9637d3af6624eec853618a43ed7d2",
        "DIA": "0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419",
        "RBN": "0x6123b0049f904d730db3c36a31167d9d4121fa6b",
        "DUSK": "0x940a2db1b7008b6c776d4faaca729d6d4a4aa551",
        "STRK": "0xca14007eff0db1f8135f4c25b34de49ab0d42766",
        "1INCH": "0x111111111117dc0aa78b770fa6a738034120c302",
        "AVL": "0x5c8d0c48810fd37a0a824d074ee290e64f7a8fa2",
        "OM": "0x3593d125a4f7849a1b059e64f4517a86dd60c95d",
        "WBNB": "0x418d75f65a02b3d53b2418fb8e1fe493759c7605",
        "ZETA": "0xf091867ec603a6628ed83d274e835539d82e9cc8",
        "KCS": "0xf34960d9d60be18cc1d5afc1a6f012a723a28811",
        "JUSTICE": "0x59d1e836f7b7210a978b25a855085cc46fd090b5",
        "DEVVE": "0x8248270620aa532e4d64316017be5e873e37cc09",
        "LYXE": "0xa8b919680258d369114910511cc87595aec0be6d",
        "A8": "0x3e5a19c91266ad8ce2477b91585d1856b84062df",
        "HEX": "0x2b591e99afe9f32eaa6214f7b7629768c40eeb39",
        "NGL": "0x12652c6d93fdb6f4f37d48a8687783c782bb0d10",
        "NEAR": "0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4",
        "STRDY": "0xaeb3607ec434454ceb308f5cd540875efb54309a",
        "SAFE": "0x5afe3855358e112b5647b952709e6165e1c1eeee",
        "DGI": "0x9a1741e151233a82cf69209a2f1bc7442b1fb29c",
        "CELO": "0x3294395e62f4eb6af3f1fcf89f5602d90fb3ef69",
        "EZETH": "0xbf5495efe5db9ce00f80364c8b423567e58d2110",
        "PYR": "0x430ef9263e76dae63c84292c3409d61c598e9682",
        "LPT": "0x58b6a8a3302369daec383334672404ee733ab239",
        "RCH": "0x57b96d4af698605563a4653d882635da59bf11af",
        "BEFI": "0x8b9b95292f890df47fff5ac9cbe93d5fc242bd51",
        "QNT": "0x4a220e6096b25eadb88358cb44068a3248254675",
        "PORTAL": "0x1bbe973bef3a977fc51cbed703e8ffdefe001fed",
        "LOOKS": "0xf4d2888d29d722226fafa5d9b24f9164c092421e",
        "CBBTC": "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
        "TUSD": "0x0000000000085d4780b73119b644ae5ecd22b376",
        "GROW": "0x761a3557184cbc07b7493da0661c41177b2f97fa",
        "OGPU": "0x067def80d66fb69c276e53b641f37ff7525162f6",
        "PUFETH": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
        "ONDO": "0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3",
        "WAMPL": "0xedb171c18ce90b633db442f2a6f72874093b49ef",
        "ECOX": "0xcccd1ba9f7acd6117834e0d28f25645decb1736a",
        "LOCK": "0x922d8563631b03c2c4cf817f4d18f6883aba0109",
        "FDUSD": "0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",
        "WAVAX": "0x85f138bfee4ef8e540890cfb48f620571d67eda3",
        "ICHI": "0x111111517e4929d3dcbdfa7cce55d30d4b6bc4d6",
        "USUAL": "0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e",
        "GTC": "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
        "ELA": "0xe6fd75ff38adca4b97fbcd938c86b98772431867",
        "PLUME": "0x4c1746a800d224393fe2470c70a35717ed4ea5f1",
        "XAI": "0x35e78b3982e87ecfd5b3f3265b601c046cdbe232",
        "ARKM": "0x6e2a43be0b1d33b726f0ca3b8de60b3482b8b050",
        "MYST": "0x4cf89ca06ad997bc732dc876ed2a7f26a9e7f361",
        "DPI": "0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",
        "DFX": "0x188d12eb13a5eadd0867074ce8354b1ad6f4790b",
        "API3": "0x0b38210ea11411557c13457d4da7dc6ea731b88a",
        "AAVE": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
        "MNT": "0x3c3a81e81dc49a522a592e7622a7e711c06bf354",
        "BOOE": "0x289ff00235d2b98b0145ff5d4435d3e92f9540a6",
        "XSWAP": "0x8fe815417913a93ea99049fc0718ee1647a2a07c",
        "PEAS": "0x02f92800f57bcd74066f5709f1daa1a4302df875",
        "POL": "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6",
        "USDC": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
        "USDT": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "SUSDE": "0x9d39a5de30e57443bff2a8307a4256c8797a3497",
        "PUNDIAI": "0x075f23b9cdfce2cc0ca466f4ee6cb4bd29d83bef",
        "DCK": "0x672f4fa517894496b8a958b4b3fca068ce513a39",
        "SOL": "0xd31a59c85ae9d8edefec411d448f90841571b89c",
        "ORA": "0x33333333fede34409fb7f67c6585047e1f653333",
        "$WELF": "0x2a92525fda8d3ab481f8e2a913b64b64bd1c9fdd",
        "TRAC": "0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
        "CGPT": "0x25931894a86d47441213199621f1f2994e1c39aa",
        "KRL": "0x464ebe77c293e473b48cfe96ddcf88fcf7bfdac0",
        "MAVIA": "0x24fcfc492c1393274b6bcd568ac9e225bec93584",
        "ILV": "0x767fe9edc9e0df98e07454847909b5e959d7ca0e",
        "GMT": "0x7ddc52c4de30e94be3a6a0a2b259b2850f421989",
        "TKX": "0x667102bd3413bfeaa3dffb48fa8288819e480a88",
        "GPU": "0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870",
        "ORDER": "0xabd4c63d2616a5201454168269031355f4764337",
        "MANA": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
        "STONE": "0x7122985656e38bdc0302db86685bb972b145bd3c",
        "WCFG": "0xc221b7e65ffc80de234bbb6667abdd46593d34f0",
        "USDF": "0xfa2b947eec368f42195f24f36d2af29f7c24cec2",
        "ETH2X-FLI": "0xaa6e8127831c9de45ae56bb1b0d4d4da6e5665bd",
        "CYBER": "0x14778860e937f509e651192a90589de711fb88a9",
        "PPT": "0xd4fa1460f537bb9085d22c7bccb5dd450ef28e3a",
        "MOVE": "0x3073f7aaa4db83f95e9fff17424f71d4751a3073",
        "SPARKLET": "0x0bc37bea9068a86c221b8bd71ea6228260dad5a2",
        "MAHA": "0x745407c86df8db893011912d3ab28e68b62e49b0",
        "PYUSD": "0x6c3ea9036406852006290770bedfcaba0e23a0e8",
        "WQUIL": "0x8143182a775c54578c8b7b3ef77982498866945d",
        "IMX": "0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",
        "GRT": "0xc944e90c64b2c07662a292be6244bdf05cda44a7",
        "FRXETH": "0x5e8422345238f34275888049021821e8e08caa1f",
        "OSMI": "0x5485a469faea1492191cfce7528ab6e58135aa4d",
        "FPIS": "0xc2544a32872a91f4a553b404c6950e89de901fdb",
        "GNO": "0x6810e776880c02933d47db1b9fc05908e5386b96",
        "STBU": "0xa6422e3e219ee6d4c1b18895275fe43556fd50ed",
        "TRADE": "0x6e5970dbd6fc7eb1f29c6d2edf2bc4c36124c0c1",
        "LNDX": "0x08a1c30bbb26425c1031ee9e43fa0b9960742539",
        "GFI": "0xdab396ccf3d84cf2d07c4454e10c8a6f5b008d2b",
        "WTAO": "0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44",
        "USDA": "0x8a60e489004ca22d775c5f2c657598278d17d9c2",
        "SYRUPUSDC": "0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b",
        "SD": "0x30d20208d987713f46dfd34ef128bb16c404d10f",
        "EURC": "0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
        "AUDD": "0x4cce605ed955295432958d8951d0b176c10720d5",
        "AUSD": "0x00000000efe302beaa2b3e6e1b18d08d69a9012a",
        "UOS": "0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",
        "ANON": "0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c",
        "SWFTC": "0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e",
        "SPOT": "0xc1f33e0cf7e40a67375007104b929e49a581bafe",
        "AXL": "0x467719ad09025fcc6cf6f8311755809d45a5e5f3",
        "WIGL": "0xf8206a19fca5999425358de4e4cdefc7f5c5d4ca",
        "WMC": "0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79",
        "XAUT": "0x68749665ff8d2d112fa859aa293f07a622782f38",
        "WAAC": "0x30ae41d5f9988d359c733232c6c693c0e645c77e",
        "XSGD": "0x70e8de73ce538da2beed35d14187f6959a8eca96",
        "SGT": "0x5b649c07e7ba0a1c529deaabed0b47699919b4a2",
        "GUSD": "0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
        "MPS": "0x96c645d3d3706f793ef52c19bbace441900ed47d",
        "DEXT": "0xfb7b4564402e5500db5bb6d63ae671302777c75a",
        "WEETHS": "0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88",
        "USN": "0xda67b4284609d2d48e5d10cfac411572727dc1ed",
        "TREE": "0xba25b2281214300e4e649fead9a6d6acd25f1c0a",
        "ZND": "0x2d8ea194902bc55431420bd26be92b0782dce91d",
        "SHX": "0xee7527841a932d2912224e20a405e1a1ff747084",
        "LQTY": "0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d",
        "DMT": "0x0b7f0e51cd1739d6c96982d55ad8fa634dd43a9c",
        "TRUU": "0xdae0fafd65385e7775cf75b1398735155ef6acd2",
        "INJ": "0xe28b3b32b6c345a34ff64674606124dd5aceca30",
        "SHRAP": "0x31e4efe290973ebe91b3a875a7994f650942d28f",
        "AXGT": "0xdd66781d0e9a08d4fbb5ec7bac80b691be27f21d",
        "WNXM": "0x0d438f3b5175bebc262bf23753c1e53d03432bde",
        "SUPER": "0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
        "SAITO": "0xfa14fa6958401314851a17d6c5360ca29f74b57b",
        "PROM": "0xfc82bb4ba86045af6f327323a46e80412b91b27d",
        "ORAI": "0x4c11249814f11b9346808179cf06e71ac328c1b5",
        "BB": "0xd459eceddafcc1d876a3be7290a2e16e801073a3",
        "DAR": "0x081131434f93063751813c619ecca9c4dc7862a3",
        "EDGE": "0x4ec1b60b96193a64acae44778e51f7bff2007831",
        "CBY": "0xb9d27bc093ed0a3b7c18366266704cfe5e7af77b",
        "EEIGEN": "0xe77076518a813616315eaaba6ca8e595e845eee9",
        "WMTX": "0xdbb5cf12408a3ac17d668037ce289f9ea75439d7",
        "SAND": "0x3845badade8e6dff049820680d1f14bd3903a5d0",
        "SWEAT": "0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35",
        "OETH": "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3",
        "VITA": "0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321",
        "MNW": "0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4",
        "GATSBY": "0xca7af58da871736994ce360f51ec6cd28351a3df",
        "MASK": "0x69af81e73a73b40adf4f3d4223cd9b1ece623074",
        "ZK": "0xc71b5f631354be6853efe9c3ab6b9590f8302e81",
        "SOIL": "0x54991328ab43c7d5d31c19d1b9fa048e77b5cd16",
        "KNC": "0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202",
        "EURE": "0x3231cb76718cdef2155fc47b5286d82e6eda273f",
        "ZRO": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
        "AGLD": "0x32353a6c91143bfd6c7d363b546e62a9a2489a20",
        "CHEQ": "0x70edf1c215d0ce69e7f16fd4e6276ba0d99d4de7",
        "WAXP": "0x2a79324c19ef2b89ea98b23bc669b7e7c9f8a517",
        "WBAI": "0x8ccd897ca6160ed76755383b201c1948394328c7",
        "EURT": "0xc581b735a1688071a1746c968e0798d642ede491",
        "OHM": "0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5",
        "OMIKAMI": "0x9e18d5bab2fa94a6a95f509ecb38f8f68322abd3",
        "HOME": "0xb8919522331c59f5c16bdfaa6a121a6e03a91f62",
        "TRX": "0x50327c6c5a14dcade707abad2e27eb517df87ab5",
        "LINA": "0x3e9bc21c9b189c09df3ef1b824798658d5011937",
        "LEO": "0x2af5d2ad76741191d15dfe7bf6ac92d4bd912ca3",
        "ID": "0x2dff88a56767223a5529ea5960da7a3f5f766406",
        "EURI": "0x9d1a7a3191102e9f900faa10540837ba84dcbae7",
        "RSETH": "0xa1290d69c65a6fe4df752f95823fae25cb99e5a7",
        "AXS": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
        "RETIK": "0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
        "MUBI": "0x38e382f74dfb84608f3c1f10187f6bef5951de93",
        "LSK": "0x6033f7f88332b8db6ad452b7c6d5bb643990ae3f",
        "ROUTE": "0x60f67e1015b3f069dd4358a78c38f83fe3a667a9",
        "QBX": "0x72fdc31f4a9a1edf6b6132d3c1754f1cdcf5d9b1",
        "RPL": "0xd33526068d116ce69f19a9ee46f0bd304f21a51f",
        "BOSON": "0xc477d038d5420c6a9e0b031712f61c5120090de9",
        "AIUS": "0x8afe4055ebc86bd2afb3940c0095c9aca511d852",
        "BIT": "0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5",
        "L3": "0x88909d489678dd17aa6d9609f89b0419bf78fd9a",
        "METIS": "0x9e32b13ce7f2e80a01932b42553652e053d6ed8e",
        "FJO": "0x69457a1c9ec492419344da01daf0df0e0369d5d0",
        "WLD": "0x163f8c2467924be0ae7b5347228cabf260318753",
        "WVTRS": "0x74950fc112473caba58193c6bf6412a6f1e4d7d2",
        "OVR": "0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697",
        "ABT": "0xb98d4c97425d9908e66e53a6fdf673acca0be986",
        "MUSE": "0xb6ca7399b4f9ca56fc27cbff44f4d2e4eef1fc81"
    }
}

SendTransaction() process

Following is a sequence diagram for sendTransaction() process in chains:-

PreviousGetting StartedNextEVM based blockchains

Last updated 9 days ago

For more details, click .

Retrieves approval-related information for a specified address, including token details, amount approved, spender, risk factor, value at risk, and timestamp. This is currently available for (Except zkSync Era)

Refer to the page for details.

Refer to the page for details.

Generates and returns an estimate of how much gas would be necessary to complete a transaction. This is currently available for

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

⛓️
⚡
here
EVM chains
EVM chains
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
createfeetransaction
getapprovaldata
Sequence Diagram for sendTransaction