Skip to main content

API Overview

Fiatsend exposes RESTful endpoints via REST API routes. This page summarizes key groups and links to the OpenAPI spec.

Authentication & Users

  • POST /api/auth/login, POST /api/auth/logout, GET /api/auth/me
  • GET/PUT /api/users/profile, POST /api/users/kyc-upload, GET /api/users/kyc-status

Transactions & Conversion

  • POST /api/convert/usdt-to-ghs, GET /api/convert/rate, POST /api/convert/confirm
  • GET /api/transactions, GET /api/transactions/:id, POST /api/transactions/webhook

Mobile Money

  • POST /api/mobile-money/transfer, GET /api/mobile-money/balance, POST /api/mobile-money/verify, GET /api/mobile-money/providers

OpenAPI

The live Fiatsend OpenAPI is available at https://developer.fiatsend.network.

Import it into your preferred client (Postman/Insomnia) to explore endpoints and generate SDKs.