> For the complete documentation index, see [llms.txt](https://basevol.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basevol.gitbook.io/docs/developers/api.md).

# API

The BaseVol API allows external developers to programmatically interact with the BaseVol platform. You can fetch market data, manage orders, and monitor your account — all through a simple REST API.

### What Can You Do with the API?

* **Fetch Market Data** — Get available products, current rounds, and server time
* **Place & Manage Orders** — Submit, cancel, and close positions for 1-Hour and 1-Day options
* **Monitor Account** — Check balances and API usage statistics
* **Build Trading Bots** — Automate your volatility trading strategies

### API Architecture

* **Protocol**: REST API over HTTPS
* **Format**: JSON request and response bodies
* **Base URL**: `https://api.basevol.com/api/v1`
* **Authentication**: API Key via `X-API-Key` header

### Supported Trading Modes

<table><thead><tr><th width="180">Mode</th><th>Description</th></tr></thead><tbody><tr><td>1 Hour Option</td><td>Hourly expiration volatility trading</td></tr><tr><td>1 Day Option</td><td>Daily expiration volatility trading</td></tr></tbody></table>

### Prerequisites

* A BaseVol account with a connected wallet
* An API key generated from the BaseVol dashboard
* Basic understanding of volatility trading concepts

### Getting Started

{% content-ref url="/pages/evoFnaP4kMtgZnetAZ27" %}
[Quick Start](/docs/developers/api/quick-start.md)
{% endcontent-ref %}

### Support & Community

* **Telegram**
  * Public Chat: [@basevol](https://t.me/basevol)
  * Talk to Team: [@basevol\_concierge\_bot](https://t.me/basevol_concierge_bot)
* **Twitter**: [@BaseVolApp](https://x.com/BaseVolApp)
