{ "opencollection": "1.0.0", "info": { "name": "TRADING Account Order History API", "version": "1.0.0" }, "items": [ { "info": { "name": "Order History", "type": "folder" }, "items": [ { "info": { "name": "Get Order Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.pro.coins.ph/openapi/fiat/v1/details", "params": [ { "name": "internalOrderId", "value": "", "type": "query", "description": "ID of the order for which the user wishes to retrieve details." }, { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ] }, "docs": "Retrieves information about a specific fiat currency order." }, { "info": { "name": "Fiat Order History V2 (USER_DATA)", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/fiat/v2/history", "params": [ { "name": "timestamp", "value": "", "type": "query", "description": "Unix timestamp in milliseconds." }, { "name": "signature", "value": "", "type": "query", "description": "HMAC-SHA256 signature." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to query all fiat related history.\n\n**Weight:** 1\n\nParameters are passed as a JSON body." } ] } ], "bundled": true }