api-pump.fun
  • General
    • Getting started
  • Reference
    • API Reference
      • Generate API Key
      • Balance
      • Token information
      • Get Quote
      • Bonding Curve
      • King of The Hill
      • Trade tokens
      • Trade tokens [local RPC]
      • Create token
  • Streams
    • Websocket subscription
Powered by GitBook
On this page
  1. General

Getting started

Just one step to start trading

All endpoints (information, trade and streams, etc.) are protected by a free API key.

For requests to GET endopints (streams, quotas, bonding curve, balances, etc.) it is enough to use only the API key.

For requests to POST endpoints (trade & token creation), choose one of 3 ways to interact with our API:

  • Signing transactions on the API side using a one-time wallet

  • Signing transactions on the API side, using the private key from the request parameters

  • Local signing of transactions using your own RPC node

To get started, generate a free API key to access endpoints Generate API Key

PreviousGeneralNextAPI Reference

Last updated 10 months ago