Moralis
communityWeb3 development platform with APIs for tokens, NFTs, wallets, DeFi, and cross-chain data.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://deep-index.moralis.io/api/v2.2/{address}/erc20Get token balances for wallet
Parameters
chaineth|polygon|bsc|arbitrum (stringoptionaladdresswallet address (stringrequiredReturns
tokens[] with token_address, name, symbol, decimals, balance, usd_price, portfolio_percentageGET
https://deep-index.moralis.io/api/v2.2/{address}/nftGet NFTs for wallet
Parameters
chaineth|polygon (stringoptionallimitresults (integeroptionaladdresswallet address (stringrequiredReturns
result[] with token_address, token_id, name, metadata, collection_name, floor_price, possible_spamGET
https://deep-index.moralis.io/api/v2.2/erc20/{address}/priceGet token price
Parameters
chaineth|polygon|bsc (stringoptionaladdresstoken contract address (stringrequiredReturns
usdPrice, usdPriceFormatted, nativePrice, exchangeName, tokenName, tokenSymbol, tokenDecimals