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

API

REST API for trading bots and integrations

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

Mode
Description

1 Hour Option

Hourly expiration volatility trading

1 Day Option

Daily expiration volatility trading

Prerequisites

  • A BaseVol account with a connected wallet

  • An API key generated from the BaseVol dashboard

  • Basic understanding of volatility trading concepts

Getting Started

Quick Start

Support & Community

Last updated