Base URL: https://api.stellarsend.io/v1
All protected endpoints require Authorization: Bearer <jwt>.
GET /accounts/:address— Fetch Stellar account info
POST /send— Submit a paymentPOST /payments/preview— Preview fee breakdownGET /transactions/:address— List payment history. Paginated by cursor (cursor/next_cursor) by default, avoiding aCOUNT(*)on every request; the legacypage/per_pagemode is still supported for existing consumers but costs a fullCOUNT(*)+OFFSETscan per request (#54).
GET /contacts— List saved contactsPOST /contacts— Add a contactDELETE /contacts/:id— Remove a contact
GET /rates/xlm— Current XLM/USD rate
GET /health— Liveness probeGET /health/deep— Readiness probe (DB + Horizon)