Skip to main content

API Documentation

Coming Soon

Programmatic access to convertible bond data, BTC treasury metrics, and issuer analytics.

Coming Soon

The ConvMonitor API is under active development. The endpoints documented here reflect what we plan to ship. Sign up for updates to be notified when access becomes available.

Introduction

The ConvMonitor API provides programmatic access to convertible bond data, BTC treasury metrics, and issuer analytics for Bitcoin treasury companies. All data served through the API is the same data powering the ConvMonitor website.

Base URL

https://convmonitor.com/api/v1

Authentication

All requests require an API key passed via the Authorization header.

http
Authorization: Bearer cm_your_api_key_here

Response Format

All responses follow a consistent envelope format with a data field containing the payload and a meta field with request metadata.

json
{
  "data": { ... },
  "meta": {
    "timestamp": "2026-02-28T12:00:00Z",
    "version": "v1"
  }
}