Skip to main content

API Documentation

v1

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

Get API Access

To request an API key, reach out on X (@ConvMonitor1 or @SebastianFurn) or email convertiblemonitor@outlook.com.

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://convertiblemonitor.com/api/v1

Authentication

All requests require an API key passed via the x-api-key header.

http
x-api-key: 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"
  }
}