Base URL#
All URLs referenced in the documentation have the following base:Response Status Code#
| Status Code | Desciption | Notes |
|---|
| 200 | OK | The request was successful. |
| 400 | Bad Request | The request could not be understood by the server. Parameter might be invalid. |
| 401 | Unauthorized | The request might be contain invalid X-API-KEY. |
| 403 | Forbidden | Not authorized to access the resource or Insufficient user credits. |
| 404 | Not Found | The requested resource is not found. |
| 409 | Conflict | Duplicate transaction. |
| 429 | Too Many Request | The request is exceeded the rate limit. |
| 500 | Internal Server Error | The server could not return the representation. Please contact admin. |
Example Response#
Modified at 2025-07-15 17:28:24