Skip to content

Our API uses versioning through the Accept header and content negotiation.

Specifying API Version

To request a specific version of the API, include the version in the Accept header of your request:

Accept: application/vnd.blockgraph.v{version}+json

Replace {version} with the desired API version number (e.g., v1, v2).

Example:

Accept: application/vnd.blockgraph.v1+json

Default Version

If no version is specified in the Accept header, the API will default to the latest stable version. The response will include:

Content-Type: application/vnd.blockgraph.v1+json

Supported Versions

  • v1 (Current stable version)