Start to query the order payment time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SS
Example:
2021-12-01 00:00:00
pay_result_end_by
string
required
The query order payment time ends, within 365 days (inclusive) from the start time. Time zone :GMT+0 in the format YYYY-MM-DD HH: MM: SS
Example:
2021-12-01 23:59:59
page_no
integer
required
The page number. Default :1, a fillable integer that controls the number of pages fetched by passing in pagE_no, total number of pages = TOTAL_results ÷ PAGE_size. If this parameter is not passed, use the default value.
Example:
1
page_size
integer
required
Number of items per page. Default value: 10; Maximum value :100. The value can be an integer. Through page_no and page_size combination of multiple calls to achieve page turning to obtain full data. If this parameter is not passed, use the default value.
Example:
100
Header Params
nonce
integer
required
random integer
Default:
12
timestamp
string
required
Long; Epoch timestamp ms; timestamp needs to be within 10 minutes from time of request!