DevelopersAPI-FIRST INFRASTRUCTURE
API-FIRST INFRASTRUCTURE
Build on Gryllex
JWT REST for MoMo buy/sell, vault balances, and rates. Inbound settlement events land on Gryllex — not on a webhook you configure yet.
Core endpoints
GET
/crypto/ratesYellow Card fiat↔crypto rates (XAF)
POST
/crypto/buyBuy USDT/BTC/ETH with Cameroon MoMo
POST
/crypto/sellSell crypto to MoMo cash-out
GET
/crypto/portfolioYellow Card vault + XAF balances
POST
/yellowcard/webhooks/callbackInbound Yellow Card settlement events
curl -X POST "https://api.gryllex.com/api/v1/crypto/buy" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"fiatAmount":5000,"asset":"USDT","network":"MTN","msisdn":"670000000"}'Session JWT
Authenticate as a user and pass Authorization: Bearer on each request. User-issued API keys are not available yet.
Inbound webhooks
Yellow Card and S3P send settlement events to Gryllex. Outbound webhooks to your app are not live.
Swagger docs
Explore the live REST surface — rates, buy, sell, portfolio, payments. No JS/Python SDK yet.
Open Swagger →