Release notes
Changelog
API version history. Subscribe to api@bitmessa.com for breaking change notifications.
v2.1.0
July 2026
- Changed Public docs scoped to Partner API only (17 endpoints)
- Added Public fee rates endpoint (
GET /bitcoin/public/currentfeerates)
- Changed OpenAPI auth header documented as
secretkey
v2.0.0
July 2025
- Added OpenAPI 3.1 specification with 32 documented endpoints (public docs reduced to 17 Partner endpoints in v2.1.0)
- Added Webhook registration (
POST /webhooks)
- Added Referral system endpoints (not part of public Partner API; removed from docs in v2.1.0)
- Added Commercial rates endpoint (
GET /rates/current)
- Changed Canonical base URL:
https://api.bitmessa.com
- Changed Documentation migrated to OpenAPI-first reference
- Breaking Removed undocumented
api2.bitmessa.com hostname — use api.bitmessa.com
v1.5.0
July 2025
- Added Bitcoin RPC proxy endpoints under
/bitcoin/* (not part of public Partner API; only GET /bitcoin/public/currentfeerates remains documented)
- Added Bank account resolve and assign flow
- Changed Payment finalize endpoint path updated
- Fixed Rate response now includes platform status flags (
bot, site)
v1.0.0
2016 – 2024
- Added Initial REST API — BTC/USDT to Naira conversion
- Added
GET /get/rate public rates endpoint
- Added Payment lifecycle: create, monitor, assign bank, finalize
- Added
secretkey header authentication