Ir al contenido principal

Metis Solana Trading API

Actualizado el
May 11, 2026

Introduction to Metis

Quicknode's Metis add-on allows you to make full use of the easiest way for developers to access liquidity on Solana, bringing together Jupiter's V6 Swap API, Jupiter's Limit Order API, Pump.fun trading, Trading websockets, and more. Never worry about setting up or maintaining a server either with our rolling restarts and elite level latency. Markets and pools show up immediately.

Accessing Metis API

You can access the Metis API through our public or private endpoints:

  • Public Endpoint: https://public.jupiterapi.com (more info at jupiterapi.com)
  • Private Endpoints: available here or by adding Metis to your Quicknode account from your dashboard.

Note: Some endpoints are only available to paid subscribers of Metis - Jupiter Swap API (see details below).

Free Plan Endpoint

Users on the free plan are issued a public Jupiter API endpoint (https://public.jupiterapi.com) rather than a private Quicknode endpoint. To receive a dedicated private endpoint with enhanced rate limits, upgrade to a paid Metis plan via the Quicknode Marketplace.


Nota

Subscribing to either the Pump Fun API or the Metis API gives you access to both APIs under a shared subscription. You will receive one API key (e.g., https://jupiter-swap-api.quiknode.pro/KEY), which can be used interchangeably with both add-ons. No need to subscribe separately.

Supported Protocols

  • Jupiter Swap v6 API
  • Jupiter Limit Order API
  • Pump.fun Trading
  • Jupiter Trading Websockets
  • Commission/Referral Webhooks

Supported Methods


Punto finalCategoryTipoDescripciónPaid
/priceJupiter Swap v6OBTENERReal-time price of SPL Tokens
/quoteJupiter Swap v6OBTENERGet best price quote
/swapJupiter Swap v6PUBLICARGenerates a Solana transaction from a quote*
/swap-instructionsJupiter Swap v6PUBLICARGenerates Solana transaction instructions from a quote*
/program-id-to-labelJupiter Swap v6OBTENERReturns a hash, whose key is the program id and value is the label
/tokensJupiter Swap v6OBTENERReturns a list of all the tradable mints.
/new-poolsJupiter Swap v6OBTENERReturns recently deployed Solana liquidity pools and tokens
/pump-fun/quotePump.funOBTENERGet the best priced quote on Pump.fun
/pump-fun/swapPump.funPUBLICARReturns a Solana transaction that you can use to swap on Pump.fun*
/pump-fun/swap-instructionsPump.funPUBLICARReturns Solana transaction instructions that you can use to swap on Pump.fun
/limit-orders/createJupiter Limit OrdersPUBLICARGet unsigned transactions needed to create a limit order
/limit-orders/{pubkey}Jupiter Limit OrdersOBTENERReturns the details of a specific limit order
/limit-orders/cancelJupiter Limit OrdersPUBLICARGet unsigned transactions needed to cancel a limit order
/limit-orders/openJupiter Limit OrdersOBTENERReturns a list of all open limit orders associated to a wallet
/limit-orders/feeJupiter Limit OrdersOBTENERReturns the fee in basis points Jupiter charges to fulfill orders
/limit-orders/historyJupiter Limit OrdersOBTENERReturns a list of all limit orders associated to a wallet
/wsWebsocketsWSSubscribe to receive a notification from the Jupiter API to get the best priced quote
/wsWebsocketsWSSubscribe to receive a notification from the Jupiter API you can use from the quote you get from /quote
/webhooks/referral-accountWebhooksPUBLICARSpecification of webhook for referral accounts creation
/webhooks/commission-claimWebhooksPUBLICARSpecification of webhook for claiming token commissions
/webhooks/commission-swapWebhooksPUBLICARSpecification of webhook for commission swaps

*Please note swap fees are included for Free Trial plans using these endpoints. Please visit JupiterAPI.com for more details.

Guides & Sample Code

¡Nos encanta recibir comentarios!

Si tienes algún comentario o pregunta sobre esta documentación, háznoslo saber. ¡Nos encantaría saber tu opinión!

Comparte este documento