The global exchange for dollars

Buy dollars with local currencies using stablecoins.

USDC/cNGN

Bid:

Ask:

MarketLastBidAsk
USDC/cNGN

Access the best liquidity directly

One REST API and WebSocket stream for USDC/cNGN markets on Numo.

curl --request GET \
  --url 'https://api.numofx.com/v1/book?symbol=USDCcNGN-SPOT'

200 OK

// ui_intent.price is the rate in cNGN per USDC
{
  "asks": [{
    "limit_price": "0.000728436",
    "spot_contract": { "ui_intent": { "price": "1372.80", "size": "1.19" } }
  }]
}