OpenAPI
On this page

OpenAPI specification

Our entire API is defined using the OpenAPI 3.x specification. This standard format allows you to import the API surface into your developer tools, generate client SDKs, or enable AI agents to understand our endpoints.

Connect

Use the direct link to the specification or download the JSON file to your machine.

What you get

Type Safety

Import the schema into your TypeScript project to get full autocompletion and type checking for all requests and responses.

Auto-generated SDKs

Use tools like OpenAPI Generator or Fern to create high-quality client libraries in any programming language.

AI Agent Integration

Connect Bitcoin API to ChatGPT Actions, Cursor, or Windsurf by providing the OpenAPI URL.

How to use

Postman

See the dedicated Postman guide for one-click import and fallbacks.

Insomnia / Bruno

Select CreateImport from URL and provide the link. You'll get a pre-configured workspace ready for testing.