Token API
Select what you want to achieve:
- Get Token Metadata
- Get Token Price
- Get Token Balances
- Get Token Approvals
- Get Token Transfers
- Get Token Top Traders
- Get Token Pairs & Liquidity
- Get Token Stats
- Get Token Owners
Get Token Metadata
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 Token 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 |
6 | getPairCandlesticks | Get the OHLCV candlesticks by using pair address | Method Documentation | https://deep-index.moralis.io/api/v2.2/pairs/:address/ohlcv |
Get Token Balances
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
7 | getWalletTokenBalances | Get ERC20 token balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20 |
8 | getWalletTokenBalancesPrices | Get Native & ERC20 token balances & prices by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/tokens |
9 | getTokenAllowance | Get ERC20 token allowance | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/allowance |
Get Token Approvals
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
10 | getWalletApprovals | Get ERC20 approvals by wallet | Method Documentation | https://deep-index.moralis.io/api-docs-2.2/#/Wallets/getWalletApprovals |
Get Token Transfers
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
11 | getWalletTokenTransfers | Get ERC20 token transfers by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers |
12 | getTokenTransfers | Get ERC20 token transfers by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/transfers |
Get Token Top Traders
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
13 | getTopProfitableWalletPerToken | Get Token Profitable Wallets | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/top-gainers |
Get Token Pairs & Liquidity
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
14 | getTokenPairs | Get token pairs by address | Method Documentation | https://deep-index.moralis.io/api/v2.2/:token_address/pairs |
15 | getPairStats | Get token pair statistics | Method Documentation | https://deep-index.moralis.io/api/v2.2//pairs/:address/stats |
16 | getAggregatedTokenPairStats | Get aggregated token pair statistics | Method Documentation | https://deep-index.moralis.io/api/v2.2/:token_address/pairs/stats |
17 | getPairAddress | Get DEX token pair address | Method Documentation | https://deep-index.moralis.io/api/v2.2/:token0_address/:token1_address/pairAddres |
18 | getPairReserves | Get DEX token pair reserves | Method Documentation | https://deep-index.moralis.io/api/v2.2/:pair_address/reserves |
Get Token Stats
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
19 | getTokenStats | Get ERC20 token stats | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/stats |
Get Token Owners
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
20 | getTokenOwners | Get ERC20 token owners | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:token_address/owners |