Token API
Select what you want to achieve:
Get Tokensβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
1 | getWalletTokenBalances | Get ERC20 token balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20 |
2 | getTokenMetadataBySymbol | Get ERC20 token metadata by symbols | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/metadata/symbols |
3 | getTokenMetadata | Get ERC20 token metadata by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/metadata |
Get Priceβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
4 | getTokenPrice | Get ERC20 token price | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/price |
5 | getMultipleTokenPrices | Get multiple token prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/prices |
Get Balanceβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
6 | getWalletTokenBalances | Get ERC20 token balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20 |
7 | getTokenAllowance | Get ERC20 token allowance | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/allowance |
Get Transfersβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
8 | getWalletTokenTransfers | Get ERC20 token transfers by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers |
9 | getTokenTransfers | Get ERC20 token transfers by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/transfers |
Get Pairs & Liquidityβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
10 | getPairReserves | Get DEX token pair reserves | Method Documentation | https://deep-index.moralis.io/api/v2.2/:pair_address/reserves |
11 | getPairAddress | Get DEX token pair address | Method Documentation | https://deep-index.moralis.io/api/v2.2/:token0_address/:token1_address/pairAddres |
Get Token Statsβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
12 | getTokenStats | Get ERC20 token stats | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/stats |