Build on the Financial Layer of Africa

Integrate real-time NGN-RWF exchange into your product with our high-availability, low-latency API.

Real-time Rates

Access live P2P aggregated rates with millisecond latency.

Secure Auth

Enterprise-grade HMAC and Bearer token authentication.

Regional Scale

Optimized for the NGN-RWF corridor with more expanding soon.

GET /api/v1/rates
curl -X GET "https://api.rayswap.com/v1/rates" \
  -H "Authorization: Bearer YOUR_SECRET_KEY"
{
  "success": true,
  "data": {
    "NGN-RWF": {
      "rate": 1.0311,
      "lastUpdated": "2026-02-26 19:17:09"
    }
  }
}