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

Last updated