API Reference

Complete documentation for the QaziLink REST API.

Base URL

All API requests should be made to https://api.qazilink.com/v1

Authentication

Use Bearer tokens for API authentication: Authorization: Bearer YOUR_API_KEY

Endpoints

#

POST /transactions/create

Initiates a new secure transaction. Payload: ``json { "buyer_email": "buyer@example.com", "seller_email": "seller@example.com", "amount": 500, "currency": "USD", "category": "gaming" } ``