Developer API

Integrate Nyarev into your agentic logic

Query financial and compute intelligence programmatically. Get ranked paths for cross-border payments and LLM inference in real time.

Financial Corridors

Standard REST API for authenticated institutional queries.

GET /api/corridors/NGN_GHS/rates
Authorization: Bearer nyr_live_...

Compute Resources

x402 protocol support for digital-native agent settlement.

GET /api/x402/corridors/FAST/rates
X-Payment-Verified: <stellar_receipt>

Intelligence Response

{
  "corridor": "NGN_GHS",
  "type": "FINANCIAL",
  "recommendation": {
    "rail": "stellar_usdc",
    "fee": 0.0008,
    "settlementSeconds": 5,
    "health": 98
  },
  "all_rails": [
    {
      "rail": "stellar_usdc",
      "fee": 0.0008,
      "settlement": 5,
      "health": 98
    },
    {
      "rail": "cngn",
      "fee": 0.0012,
      "settlement": 10,
      "health": 95
    },
    {
      "rail": "papss",
      "fee": 0.003,
      "settlement": 120,
      "health": 90
    }
  ]
}