Query OTC Recharge Order List
On-ramp
Deposit List
List OTC recharge orders. startTime and endTime are required.
GET
Query OTC Recharge Order List
Overview
This page documents theGET /open/otc/api/recharge/list endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Notes
- Authentication uses the standard GatePay signed headers.
- This page documents the standard merchant endpoint.
- For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Headers
Merchant application client ID used to identify the calling app.
HMAC signature generated from the request according to GatePay signing rules.
Unix timestamp used for replay protection and signature verification.
Random nonce used together with the timestamp to prevent replay attacks.
Merchant ID.
Query Parameters
Filter by order status.
Available options:
PENDING, PROCESSING, DONE, CANCEL, ERROR Start of the query time range (epoch millis). Required.
End of the query time range (epoch millis). Required.
Page number. Use -1 to fetch all records without pagination.
Number of records per page. Required when page >= 0. Max 1000.

