Endpoints at a glance
GET /v1/accounts/:id— fetch an account and live balance.POST /v1/transfers— atomic transfer with an idempotency key.GET /v1/ledger— paginated, filterable ledger feed.POST /v1/refunds— issue a refund tied to a tracking code.
Authentication
Bearer tokens scoped to a single account. Rotate from the dashboard at any time; previous tokens expire instantly.
Rate limits
1,000 requests per minute on read endpoints, 200 per minute on writes. Headroom is available on request — just email support@indigoescrow.example.
