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
2getSPLGet token balance by walletMethod Documentationhttps://solana-gateway.moralis.io/account/:network/:address/tokens
3balanceGet native balance by walletMethod Documentationhttps://solana-gateway.moralis.io/account/:network/:address/balance
4getPortfolioGet portfolio by walletMethod Documentationhttps://solana-gateway.moralis.io/account/:network/:address/portfolio

Get Token Swaps

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

Get Pairs & Liquidity

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

Get Token Prices

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

Get Token Snipers

No.MethodDescriptionAPI ReferenceURL
13getSnipersByPairAddressGet snipers by pair addressMethod Documentationhttps://solana-gateway.moralis.io/token/:network/pairs/:pairAddress/snipers