Skip to main content
The Bringin REST API lets you onboard users, create crypto ↔ fiat connections, top up debit cards, and check balances and transactions.

Base URLs

EnvironmentURL
Sandboxhttps://dev.bringin.xyz
Productionhttps://api.bringin.xyz

Authentication

All requests require an api-key header:
api-key: YOUR_API_KEY
  • Master key — for onboarding endpoints
  • Per-user key — for everything else
Some endpoints also require HMAC signing. See Authentication for details.