🔥Pumpswap

Fastest and easiest way to query parsed Pumpswap Data

Pump.fun is a Solana-based platform that has gained significant traction for its streamlined approach to creating and trading tokens (meme coins). Pump.fun tokens, once automatically migrating to Raydium upon bonding curve completion, now trade exclusively on Pumpswap AMM, their own decentralized exchange.

Going through our getting started section will help you understand few basics first.

Getting Started

TLDR: In order to start querying protocols, follow these steps:

  • Get an API key if you don't have one.

  • Head to any GraphQL client of your choice, for example Hasura.

  • Enter the GraphQL endpoint for your preferred network

    • Mainnet: https://programs.shyft.to/v0/graphql/?api_key={api-key}&network=mainnet-beta

    • Devnet: https://programs.shyft.to/v0/graphql/?api_key={api-key}&network=devnet

  • Start filtering, sorting and querying data.

The schema names for pump.fun AMM are the following

  • pump_fun_amm_Pool

  • pump_fun_amm_GlobalConfig

out of which pump_fun_amm_Pool is the most significant one.

Last updated

Was this helpful?