{ "opencollection": "1.0.0", "info": { "name": "TRADING Account Reconciliation API", "version": "1.0.0" }, "items": [ { "info": { "name": "Reconciliation", "type": "folder" }, "items": [ { "info": { "name": "Apply for Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/fiat/v1/apply/merchant_bill", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply for the reconciliation report. The transaction statement file for the previous day is generated after 10:00 AM (UTC+8) each day." }, { "info": { "name": "Retrieve the Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.pro.coins.ph/openapi/fiat/v1/download/merchant_bill", "params": [ { "name": "fileKey", "value": "", "type": "query", "description": "Unique download file key." }, { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ] }, "docs": "Download the reconciliation report file (ZIP format). The download link is valid for 30 minutes." } ] } ], "bundled": true }