Historical Rates for charts
Oauth2 streaming workflow
Step 1: Connect to websocket
var uri = 'wss://demo.fxcib.com/api/WebSocket/Getees?key=123123123';
websocket = new WebSocket(uri);
websocket.onopen = function () {
console.log("Connected");
event.preventDefault();
}
Step 2: Get Historical Rates
Request Body
Name
Type
Description
Last updated