Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key
Version: 2.2

Token API

Select what you want to achieve:

Get Token Metadata

No.MethodDescriptionAPI ReferenceURL
1getTokenMetadataGet token metadataMethod Documentationhttps://solana-gateway.moralis.io/token/:network/:address/metadata

Get Token Balances

No.MethodDescriptionAPI ReferenceURL
1getSPLGet token balance by walletMethod Documentationhttps://solana-gateway.moralis.io/account/:network/:address/tokens
2balanceGet native balance by walletMethod Documentationhttps://solana-gateway.moralis.io/account/:network/:address/balance
3getPortfolioGet portfolio by walletMethod Documentationhttps://solana-gateway.moralis.io/account/:network/:address/portfolio

Get Token Swaps

No.MethodDescriptionAPI ReferenceURL
1getSwapsByPairAddressGet swaps by pair addressMethod Documentationhttps://solana-gateway.moralis.io/token/:network/pairs/:pairAddress/swaps
2getSwapsByWalletAddressGet swaps by wallet addressMethod Documentationhttps://solana-gateway.moralis.io/token/:network/:tokenAddress/swaps
3getSwapsByTokenAddressGet swaps by token addressMethod Documentationhttps://solana-gateway.moralis.io/account/:network/:walletAddress/swaps

Get Pairs & Liquidity

No.MethodDescriptionAPI ReferenceURL
1getTokenPairsGet token pairs by addressMethod Documentationhttps://solana-gateway.moralis.io/token/:network/:address/pairs
2getTokenPairStatsGet token pair statisticsMethod Documentationhttps://solana-gateway.moralis.io/token/:network/pairs/:pairAddress/stats
3getAggregatedTokenPairStatsGet aggregated token pair statisticsMethod Documentationhttps://solana-gateway.moralis.io/token/:network/:address/pairs/stats

Get Token Prices

No.MethodDescriptionAPI ReferenceURL
1getTokenPriceGet token priceMethod Documentationhttps://solana-gateway.moralis.io/token/:network/:address/price
2getCandleSticksGet OHLCV candlesticks by pair addressMethod Documentationhttps://solana-gateway.moralis.io/token/:network/pairs/:pairAddress/ohlcv