aiendpoint.dev
ServicesMoralis

Moralis

community

Web3 development platform with APIs for tokens, NFTs, wallets, DeFi, and cross-chain data.

Visit site ↗

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.

https://moralis.ioapikeydeveloperfinanceconfidence: 90/1000 discoveries1 contributors
GEThttps://deep-index.moralis.io/api/v2.2/{address}/erc20

Get token balances for wallet

Parameters

chaineth|polygon|bsc|arbitrum (stringoptional
addresswallet address (stringrequired

Returns

tokens[] with token_address, name, symbol, decimals, balance, usd_price, portfolio_percentage
GEThttps://deep-index.moralis.io/api/v2.2/{address}/nft

Get NFTs for wallet

Parameters

chaineth|polygon (stringoptional
limitresults (integeroptional
addresswallet address (stringrequired

Returns

result[] with token_address, token_id, name, metadata, collection_name, floor_price, possible_spam
GEThttps://deep-index.moralis.io/api/v2.2/erc20/{address}/price

Get token price

Parameters

chaineth|polygon|bsc (stringoptional
addresstoken contract address (stringrequired

Returns

usdPrice, usdPriceFormatted, nativePrice, exchangeName, tokenName, tokenSymbol, tokenDecimals