Onramp Platform API

Build onramp and offramp flows in any country. This reference documents every public endpoint.

Base URL
All endpoints are versioned under /api/v1.
partner.dattaremit.com/api/v1
Quick start
Three steps from zero to a successful request.
  1. Create an account and verify your email.
  2. Open /dashboard/api-keys and generate a key. Save the raw token — it is shown only once.
  3. Call any endpoint with Authorization: Bearer <key>.
Conventions
Things that hold true for every endpoint.
  • All requests and responses use JSON.
  • Currency codes follow ISO 4217 (3 uppercase letters, e.g. USD, NGN, EUR).
  • Country codes follow ISO 3166-1 alpha-2 (2 uppercase letters, e.g. US, NG).
  • Timestamps are ISO 8601 in UTC.
  • Decimal amounts are returned as strings to avoid floating-point precision loss.
  • Successful list responses are wrapped in a data array. Errors return error (and sometimes details).
Authentication
How to generate, send, and rotate API keys.
API reference
FX rates, end-users, KYC.
Webhooks
Receive signed events for KYC and payment updates.
Quick start · GET /api/v1/fx-rates
curl
curl partner.dattaremit.com/api/v1/fx-rates \
  -H "Authorization: Bearer sk_live_..."