Skip to main content
Version: 1.0.0

BRC-20 API

BRC-20 fungible token indexer API. Tracks BRC-20 token deployments, mints, and transfers on Bitcoin.

Response Format

All endpoints return responses in the following format:

{
"error": null,
"result": { ... }
}

On error, "error" contains a message string with HTTP status 400 or 500.

Paginated endpoints additionally return limit and offset at the top level:

{
"error": null,
"result": { ... },
"limit": 20,
"offset": 0
}

Pagination

Several endpoints support pagination via limit and offset query parameters.

  • limit: Number of results per page (default: 20, max: 20)
  • offset: Number of results to skip (default: 0)

Notes

  • Token tickers are automatically lowercased
  • All balances are returned as decimal strings