# Believe API ## Docs - [Get Current Batch](https://docs.believe.app/api-reference/endpoint/flywheel/batch-current.md): This endpoint retrieves the currently active flywheel batch for a specific token, if one exists. - [Execute Batch Transaction](https://docs.believe.app/api-reference/endpoint/flywheel/batch-execute.md): This endpoint executes a flywheel batch after approval, processing all pipeline transactions and returning detailed execution results. - [Initialize Batch Transaction](https://docs.believe.app/api-reference/endpoint/flywheel/batch-init.md): This endpoint compiles flywheel pipelines into Solana transaction instructions and creates a batch transaction for approval. - [Get Batch Status](https://docs.believe.app/api-reference/endpoint/flywheel/batch-status.md): This endpoint retrieves the current status and details of a flywheel batch by its ID. - [Burn Tokens (Deprecated)](https://docs.believe.app/api-reference/endpoint/tokenomics/burn.md): This endpoint allows burning tokens based on a provided proof, with an option to persist proof data on-chain. - [Burn Batch Tokens (Deprecated)](https://docs.believe.app/api-reference/endpoint/tokenomics/burn-batch.md): This endpoint allows burning multiple tokens in a single request, each based on a provided proof, with an option to persist proof data on-chain for each. - [Get Market Summary (Deprecated)](https://docs.believe.app/api-reference/endpoint/tokenomics/market-summary.md): This endpoint retrieves comprehensive market data for a specified token address including market cap, liquidity, price, and supply information. - [Error Codes](https://docs.believe.app/api-reference/error-codes.md): Error Codes reference - [Getting Started](https://docs.believe.app/api-reference/getting-started.md): Complete guide to setting up and using the Believe API - [Glossary](https://docs.believe.app/api-reference/glossary.md): Key terms and concepts in the Believe Flywheel API - [Introduction](https://docs.believe.app/api-reference/introduction.md): API Documentation for Believe API v2 - [Proof Schema Definition](https://docs.believe.app/api-reference/proof-schema.md): Guidance on defining JSON Schemas for your proof types used with the Flywheel API. - [Use Cases & Examples](https://docs.believe.app/api-reference/use-cases.md): Real-world business scenarios and complete flywheel implementations ## OpenAPI Specs - [openapi](https://docs.believe.app/api-reference/openapi.json) ## Optional - [Website](https://believe.app) - [iOS App](https://apps.apple.com/us/app/believe/id6737437664)