Obtenir les détails d'une transaction
DIRECT API
Transaction Status
Get the status of a transaction
GET
Obtenir les détails d'une transaction
Documentation Index
Fetch the complete documentation index at: https://docs-api.dexchange.sn/llms.txt
Use this file to discover all available pages before exploring further.
Transaction Status
Retrieve the details and status of a specific transaction.Endpoint
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer YOUR_API_KEY |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| transactionId | string | Unique transaction identifier |
Response
Successful Response (200)
Error Response (404)
Error Codes
| HTTP Code | Description |
|---|---|
| 400 | Invalid parameters |
| 401 | Invalid API key |
| 403 | API under maintenance |
| 404 | Transaction not found |
Request Example
Notes
-
Possible Statuses
PENDING- Awaiting processingPROCESSING- Being processedSUCCESS- Transaction successfulFAILED- Transaction failedCANCELLED- Transaction cancelled
-
Security
- Only transactions linked to your API key are accessible
- Expired transactions are also returned
- History is maintained for reference