Base URL

https://api.arowana.app/v1
All paths in this reference are relative to /v1. There is one production base URL — use this in all your API calls.

Versioning

VersionPathNotes
Current/v1Additive changes (new fields, routes) may ship without a major bump.
Future/v2Breaking changes migrate with notice and dual-run where possible.

Transport

TopicConvention
TLSHTTPS only in production.
EncodingUTF-8 JSON unless a route returns binary (invoices).
AuthAuthenticationAuthorization: Bearer.

How to read this reference

  • Guides explain concepts (Learn and Concepts).
  • API reference pages document HTTP methods, paths, and representative payloads with inline field documentation.
  • Field types, enums, and validation rules are documented inline on each endpoint page.

Authentication

Bearer tokens, scoping, and errors.

Conventions

Rate limits, idempotency, pagination, errors.

Messages

Core send, revoke, and status routes.

Errors

HTTP status catalog and client handling.