Backend dev interface

OFEX API

Client portal, wallets, payments, support, trading and P2P contracts.

Statusonline
Version0.1.0
Timestamp2026-08-27T08:26:40.556Z
Port4000
Databaseprisma
Walletsprisma / enabled
Ledgerprisma / enabled

Core

  • GET /
  • GET /meta
  • GET /health
  • GET /docs

Auth

  • POST /auth/register
  • POST /auth/login
  • POST /auth/logout
  • POST /auth/refresh
  • GET /auth/me

KYC

  • GET /kyc/me
  • POST /kyc/submit
  • GET /kyc/status
  • GET /admin/kyc/applications
  • POST /admin/kyc/applications/:id/approve

Wallets

  • GET /wallets/balances
  • GET /wallets/transactions
  • GET /wallets/addresses
  • POST /wallets/deposit-requests
  • POST /wallets/withdrawal-requests
  • POST /wallets/internal-transfers

Ledger

  • GET /ledger/balances
  • GET /ledger/entries

Payments / 2can

  • POST /payments/crypto-purchase
  • GET /payments
  • GET /payments/payouts
  • GET /payments/callback-events
  • POST /payments/2can/callback
  • POST /payments/2can/payout-callback

Support

  • GET /support/tickets
  • POST /support/tickets
  • GET /support/tickets/:id
  • POST /support/tickets/:id/messages

Trade

  • GET /markets
  • GET /markets/tickers
  • GET /markets/:symbol/candles?interval=1h
  • GET /markets/:symbol/orderbook
  • GET /markets/:symbol/trades
  • GET /orders
  • POST /orders
  • DELETE /orders/:id

P2P

  • GET /p2p/offers
  • GET /p2p/trades
  • POST /p2p/trades
  • POST /p2p/trades/:id/messages
  • POST /p2p/trades/:id/pay
  • POST /p2p/trades/:id/dispute