# Hadron Docs ## Docs - [Get Pool](https://docs.hadron.fi/api-reference/get-pool.md): Returns detailed information for a single Hadron pool. - [List Pools](https://docs.hadron.fi/api-reference/list-pools.md): Returns a paginated list of all Hadron pools with token metadata, TVL, volume, and fees. - [Midprice History](https://docs.hadron.fi/api-reference/midprice-history.md): Returns sampled midprice history for a pool over a time range. - [API Overview](https://docs.hadron.fi/api-reference/overview.md): REST API for accessing Hadron pool data, midprice history, volume, swaps, and protocol metrics. - [Protocol Metrics](https://docs.hadron.fi/api-reference/protocol-metrics.md): Returns protocol-wide aggregate statistics across all Hadron pools. - [Recent Swaps](https://docs.hadron.fi/api-reference/recent-swaps.md): Returns swap events for a pool, ordered newest first. Cursor-paginated — you can walk the full history of a pool by following `next_cursor`. - [Recent Transactions](https://docs.hadron.fi/api-reference/recent-transactions.md): Returns Hadron transactions for a pool, ordered newest first. Cursor-paginated — you can walk the full history of a pool by following `next_cursor`. - [Volume History](https://docs.hadron.fi/api-reference/volume-history.md): Returns historical trading volume for a pool in daily buckets. - [Curves](https://docs.hadron.fi/concepts/curves.md) - [Points and Interpolations](https://docs.hadron.fi/concepts/interpolations.md) - [Mid-price And Base Spread](https://docs.hadron.fi/concepts/mid-price.md) - [Toxic Flow Prevention](https://docs.hadron.fi/concepts/toxic-flow-prevention.md) - [Core Design](https://docs.hadron.fi/core-design.md): Designed For Modularity - [Update Oracle and Curves](https://docs.hadron.fi/examples/bid-and-ask.md) - [HumidiFi](https://docs.hadron.fi/examples/humidifi.md): Rebuilding HumidiFi's Curve With Hadron - [Mixed Interpolation](https://docs.hadron.fi/examples/mixed-interpolation.md) - [Integrating as an Order Book](https://docs.hadron.fi/examples/order-book.md): Hadron is fully reducible to an order book, with one key difference. - [Risk Curves](https://docs.hadron.fi/examples/risk-curves.md) - [Solfi V2](https://docs.hadron.fi/examples/solfiv2.md): Rebuilding Solfi's Curve With Hadron - [Fees](https://docs.hadron.fi/fees.md) - [Introduction](https://docs.hadron.fi/introduction.md) - [Pool Admin Controls](https://docs.hadron.fi/sdk/admin-ts.md) - [Configuring Your Pool](https://docs.hadron.fi/sdk/configuring-your-pool.md) - [Crank](https://docs.hadron.fi/sdk/crank-ts.md) - [Error Reference](https://docs.hadron.fi/sdk/errors.md): All Hadron program error codes and what they mean. - [Oracle Management](https://docs.hadron.fi/sdk/oracle-management.md) - [Hadron Quickstart](https://docs.hadron.fi/sdk/quickstart.md) - [Reading Pool State](https://docs.hadron.fi/sdk/reading-pool-state.md) - [Configuring Your Pool](https://docs.hadron.fi/sdk/rust/configure-pool.md) - [Crank](https://docs.hadron.fi/sdk/rust/crank.md) - [Error Reference](https://docs.hadron.fi/sdk/rust/error-reference.md) - [Hadron Quickstart](https://docs.hadron.fi/sdk/rust/hadron-quickstart.md) - [Oracle Management](https://docs.hadron.fi/sdk/rust/oracle-management.md) - [Pool Admin Control](https://docs.hadron.fi/sdk/rust/pool-admin-control.md) - [Reading Pool State](https://docs.hadron.fi/sdk/rust/reading-pool-state.md) - [Pool Functions](https://docs.hadron.fi/sdk/rust/reference/pool-functions.md): Complete guide to creating and using Hadron in Rust. - [Segmenting Flow](https://docs.hadron.fi/sdk/rust/segmenting-flow.md) - [Swapping Through Hadron](https://docs.hadron.fi/sdk/rust/swapping-through-hadron.md) - [Segmenting Flow](https://docs.hadron.fi/sdk/segmenting-flow.md) - [Swapping Through Hadron Pools](https://docs.hadron.fi/sdk/swaps-ts.md) - [Prefabs](https://docs.hadron.fi/toxic-cliw-copied-1.md): Pre-built curves for advanced makers ## OpenAPI Specs - [openapi](https://docs.hadron.fi/api-reference/openapi.json)