{ "opencollection": "1.0.0", "info": { "name": "TRADING Account Trading - OTC API", "version": "1.0.0" }, "items": [ { "info": { "name": "Trading - OTC", "type": "folder" }, "items": [ { "info": { "name": "OTC Get Supported Trading Pairs", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/otc-trade/v1/get-supported-trading-pairs", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ] }, "docs": "Returns a list of all available OTC trading pairs. Business Account only." }, { "info": { "name": "Create RFQ", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/otc-trade/v1/create-rfq", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a quote for a specified source and target currency pair. Business Account only." }, { "info": { "name": "Accept RFQ", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/otc-trade/v1/accept-rfq", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Accept the quote and receive the result instantly. Business Account only." }, { "info": { "name": "Manual Settle", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/otc-trade/v1/manual-settle", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Manually settle deferred-settlement orders. Business Account only." } ] } ], "bundled": true }