Skip to main content
All endpoints below are under https://api.puffinmoney.com/v1/gateway/api and require the X-API-Key header — see Authentication. See Bridging & swaps for how automatic routing works.

Quote a transfer

POST /bridge/quote
quote.route is an internal, opaque routing identifier — read-only, informational, not meant to be parsed or shown to your customers. POST /bridge picks the same route for the same inputs.

Execute a transfer

POST /bridge — same body as the quote request, plus optional Idempotency-Key header. Reserves and debits the source wallet atomically, then kicks off the transfer on whichever route was quoted. Returns immediately with a pending transfer — it does not wait for completion.

Get transfer status

GET /bridge/:id

Errors