DeAPI
  • DeAPI
  • Page
  • Solana
    • Get TX result on processing stage
    • Get token price
    • Subscribe to token price updates
  • Get token metadata
  • Subscribe to all swaps
  • Subscribe to token migrations
  • EVM
    • Subscribe to token price updates
  • Subscribe to all swaps
  • Get token metadata
Powered by GitBook
On this page
  1. Solana

Get token price

Getting the current price of a token on Solana can be a difficult task, you have to use RPC methods to get the state of pools or access the API of screeners and aggregators

We work differently. Our gRPC node parses transactions from the largest DEXes and cache the latest prices. You can quickly get them using our GET endpoint

https://deapi.org/solana/price/9VxExA1iRPbuLLdSJ2rB3nyBxsyLReT4aqzZBMaBaY1p

PreviousGet TX result on processing stageNextSubscribe to token price updates

Last updated 2 months ago