Integrate wallets, spot, OTC, P2P, futures, and settlement into your product. JSON over HTTPS, HMAC-signed, Africa-first.
# Check live spot markets
$ curl https://api.gidipex.com/api/v1/spot/markets \
-H "X-API-KEY: gx_live_•••••••••••••••••"
{
"status": "ok",
"data": [
{
"symbol": "BTC/USDT",
"last": "63420.00",
"change": "+2.41%"
},
{
"symbol": "ETH/USDT",
"last": "3044.00",
"change": "+1.18%"
}
...
]
}
Every module shares the same authentication, ledger primitives, and event webhooks. Pick what you need and ship.
HMAC-signed requests, JSON responses, consistent error envelopes. Read the iDoc portal and ship in an afternoon.
GET /api/v1/spot/markets with your key. Confirm auth with a 200 ok response.