Migration guide

Moving a Blockberry Mina API client to mina-explorer-api.

The one change: swap the base URL, keep everything else.

- https://api.blockberry.one/mina-mainnet/v1/...
+ https://mina-explorer-api.minaprotocol.com/mina-mainnet/v1/...

What stays the same

What changes

Verify the switch

After changing the base URL, a quick smoke check:

curl -H "x-api-key: $YOUR_KEY" \
  https://mina-explorer-api.minaprotocol.com/mina-mainnet/v1/blocks/latest-block-state-hash

Interactive reference: Swagger UI · ReDoc · OpenAPI spec.

← Back to the compatibility matrix