API Reference
Complete documentation for the QaziLink REST API.
Base URL
All API requests should be made tohttps://api.qazilink.com/v1Authentication
Use Bearer tokens for API authentication:Authorization: Bearer YOUR_API_KEYEndpoints
#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"
}
``
