For the complete documentation index, see llms.txt. This page is also available as Markdown.

Orca Whirlpool

Let us see how we can query the entire Orca Whirlpool Protocol

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.

Explore Orca Whirlpool Accounts in Postman

Last updated