REST API · 2026.Q1

One API.
Every Flow.

Integrate wallets, spot, OTC, P2P, futures, and settlement into your product. JSON over HTTPS, HMAC-signed, Africa-first.

api.gidipex.com
# 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%"
    }
     ...
  ]
}
Active Markets
15+
Listed Assets
40+
API Uptime
99.99%
Release
2026.Q1
Core Modules

What you
can build.

Every module shares the same authentication, ledger primitives, and event webhooks. Pick what you need and ship.

Spot Trading REST
/api/v1/spot/orders
Place market and limit orders, cancel, and stream order book updates across all spot pairs.
OTC Swap Real-time
/api/v1/otc/quote
Get instant quotes and execute fixed-spread OTC swaps with direct USD corridor settlement.
P2P Escrow REST
/api/v1/p2p/offers
Create offers, lock escrow, release funds, and handle dispute resolution programmatically.
Futures Up to 100x
/api/v1/futures/positions
Open and manage leveraged perpetual positions, query funding rates, and adjust margin.
Wallets & Deposits Multi-Asset
/api/v1/wallets
Generate deposit addresses, query balances, and monitor on-chain confirmations for all supported assets.
Settlements Webhooks
/api/v1/settlements
Trigger payouts, verify settlement status, and receive real-time webhook events for merchant ledger entries.

From zero
to live.

HMAC-signed requests, JSON responses, consistent error envelopes. Read the iDoc portal and ship in an afternoon.

Open iDoc Portal → Contact Dev Support
  1. 01
    Create an account
    Sign up at gidipex.com, complete KYC, and unlock the API Console in your dashboard.
  2. 02
    Generate API keys
    Create a key pair from the Console. Store your secret — it's shown once.
  3. 03
    Make your first call
    Hit GET /api/v1/spot/markets with your key. Confirm auth with a 200 ok response.
  4. 04
    Go live
    Swap the base URL from sandbox to production. Rate limits scale with your API tier.