คาร์บิเน็ตลูกค้า API
นอกเหนือจากประโยชน์ต่างๆจากการทำงานกับ InstaForex แล้ว ลูกค้าทุกๆท่านในบริษัทของเราสามารถที่จะได้รับผลประโยชน์กับการบริการใหม่อีกด้วย
API เป็นฟังก์ชั่นห้องสมุดขนาดใหญ่ที่พร้อมสำหรับการใช้งานของลูกค้า InstaForex ทุกๆคน ด้วยการบริการแบบใหม่นี้ คุณสามารถที่จะมีการทำงานหลักของ Client Cabinet ในแหล่งข่าวจากเว็ปไซต์ใดๆก็ตาม
เพราะฉะนั้นลูกค้าของบริษัท InstaForex ทุกท่านสามารถจะใช้ประโยชน์จากเซตทางเลือกของ Client Cabinet ดังกล่าวได้ คำถามหรือข้อสงสัยใดๆจะเปิดให้ซักถามเกี่ยวกับ การเปิด-ปิดเทรด, ยอดบัญชีคงเหลือ, การปิดทั้งหลายทั้งปวงในช่วงระยะเวลาใดเวลาหนึ่งที่แน่นอน, โบนัสสถิติ, ประวัติการล็อคอิน และการสรุปบัญชี
ระดับการเข้าถึงทั้งหมด
ระดับการเข้าถึงClient Cabinet API ฟังก์ชั่น มีอยู่ทั้งหมด 2 ระดับ
การเข้าถึงแบบฟรีนั้นไม่ได้ต้องการข้อมูลเพิ่มเติมแต่อย่างใด
ทั้งหมดนี้ขึ้นอยู่กับการตั้งค่ากับขอบเขตของการเข้าถึงที่คุณสามารถจะดูข้อมูลได้ก็ต่อเมื่อ หลังจากใส่รหัสหรือรหัสIP และIP mask ลงไปแล้วเท่านั้น
Client Cabinet API สามารถทำให้ลูกค้าของบริษัท InstaForex ทุกราย ในการตรวจสอบรักษาบัญชีการเทรด โดยปราศจากการล็อคอินเข้าสู่ Client Cabinet บนเว็ปไซต์อย่างเป็นทางการของบริษัท
ตัวอย่าง PHP
$apiPassword = "password";
$data = array("Login" => $Login, "Password" => $apiPassword);
$data_string = json_encode($data);
$apiAuthenticationMethod = '';
$ch = curl_init('https://client-api.instaforex.com/'.$apiAuthenticationMethod);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json', 'Content-Length: ' . strlen($data_string)));
$token = curl_exec($ch);
curl_close($ch);
$apiMethodUrl = '';
$ch = curl_init('https://client-api.instaforex.com/'.$apiMethodUrl.$Login);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($ch, CURLOPT_HTTPHEADER, array('passkey: '.$token));
$result = curl_exec($ch);
echo $result;
ตัวอย่าง C#
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Formatting;
using System.Text;
namespace ClientPartnerApiDemoProject{
const string pass = "your pass";
var token = GetToken(login, pass);
var result = GetCommissionRecords(login, token);
foreach (var trade in result){
HttpContent tokenContent = new ObjectContent(typeof(AccessTokenRequest), new AccessTokenRequest { Login = login, Password = password }, new JsonMediaTypeFormatter());
var token = client.PostAsync("https://client-api.instaforex.com/api/Authentication/RequestPartnerApiToken", tokenContent).Result.Content.ReadAsStringAsync().Result;
return token;
client.DefaultRequestHeaders.Add("passkey", token);
var result = client.GetAsync(string.Format("https://client-api.instaforex.com/partner/GetCommissionRecords/{0}", login)).Result.Content.ReadAsAsync
- >().Result;
return result;
public string Password { get; set; }
ดูเพิ่มเติม
ทีม InstaForex Loprais ผู้เข้าร่วมการแข่งขันดาการ์แรลลี่อย่างเป็นทางการ
InstaForex เป็นผู้สนับสนุนโดยหลักของ ผู้เข้าร่วมการแข่งขันดาการ์แรลลี่อย่างเป็นทางการของทีม InstaForex Loprais ซึ่งทีมนี้นั้นเป็นการร่วมโปรเจคของ InstaForex ทีม Loprais ซึ่งเป็นผู้เข้าร่วมการแข่งขันดาการ์แรลลี่อยู่เป็นประจำ และเครื่องยนต์เกี่ยวกับ Tatra ซึ่งเสนอให้ทางทีมด้วยรถบรรทุกที่เลืองชื่อ ข้อตกลงของการร่วมกันสร้างทีมนั้น ได้มีการเซ็นสัญญาในเดือนพฤษภาคม ปีค.ศ. 2011 โดยผู้ขับเคลื่อนของทีม Ales Loprais และผู้แทนผู้อำนวยการทั่วไปของ InstaForex Dmitry Savchenko มันเป็นเหตุการณ์ที่อยู่ช่วงขณะของทั้งสองฝ่ายบริษัท ทั้งครอบครัว Loprais และบริษัท InstaForex
ทีม InstaForex Loprais ผู้เข้าร่วมการแข่งขันดาการ์แรลลี่อย่างเป็นทางการ
InstaForex เป็นผู้สนับสนุนโดยหลักของ ผู้เข้าร่วมการแข่งขันดาการ์แรลลี่อย่างเป็นทางการของทีม InstaForex Loprais ซึ่งทีมนี้นั้นเป็นการร่วมโปรเจคของ InstaForex ทีม Loprais ซึ่งเป็นผู้เข้าร่วมการแข่งขันดาการ์แรลลี่อยู่เป็นประจำ และเครื่องยนต์เกี่ยวกับ Tatra ซึ่งเสนอให้ทางทีมด้วยรถบรรทุกที่เลืองชื่อ ข้อตกลงของการร่วมกันสร้างทีมนั้น ได้มีการเซ็นสัญญาในเดือนพฤษภาคม ปีค.ศ. 2011 โดยผู้ขับเคลื่อนของทีม Ales Loprais และผู้แทนผู้อำนวยการทั่วไปของ InstaForex Dmitry Savchenko มันเป็นเหตุการณ์ที่อยู่ช่วงขณะของทั้งสองฝ่ายบริษัท ทั้งครอบครัว Loprais และบริษัท InstaForex
Grand Choice Contest by InstaForex
InstaForex always strives to help you fulfill your biggest dreams. We all have different dreams and goals. We have taken it into account before launching our new contest. This time, we have prepared more than one prize. The winner will have the opportunity to decide which of the dreams to pursue.
Grand Choice Contest by InstaForex
InstaForex always strives to help you fulfill your biggest dreams. We all have different dreams and goals. We have taken it into account before launching our new contest. This time, we have prepared more than one prize. The winner will have the opportunity to decide which of the dreams to pursue.
InstaSpot
We have created a convenient service for buying, selling, and exchanging currencies, cryptocurrencies, and other assets.
InstaSpot is a trustworthy service for a trader, miner, freelancer, and for everyone who does business on the Internet.
Familiarize yourself with a user-friendly and reliable exchanger for digital currencies and other popular assets. InstaSpot is based on the principle of P2P trading, which allows buyers and sellers to interact directly without intermediaries. At the same time, InstaForex acts as a guarantor of the secured transaction.
InstaSpot
We have created a convenient service for buying, selling, and exchanging currencies, cryptocurrencies, and other assets.
InstaSpot is a trustworthy service for a trader, miner, freelancer, and for everyone who does business on the Internet.
Familiarize yourself with a user-friendly and reliable exchanger for digital currencies and other popular assets. InstaSpot is based on the principle of P2P trading, which allows buyers and sellers to interact directly without intermediaries. At the same time, InstaForex acts as a guarantor of the secured transaction.
InstaForex ช่วยลูกค้าให้ฝันกลายเป็นจริง!
การเข้าร่วมในแคมเปญ InstaForex ถือเป็นโอกาสที่พิเศษในการทำฝันให้เป็นจริง คุณอาจคว้าอุปกรณ์ทันสมัยหรือรถยนต์คันหรู นอกจากนี้เทรดเดอร์ที่มากประสบการณ์และมือใหม่สามารถเข้าร่วมในการแข่งขันได้
ดังนั้นมาเข้าร่วมและลองลุ้นโชคไปกับ InstaForex! โปรดทราบว่าบางคราวชัยชนะไม่ได้เป็นเรื่องที่สำคัญที่สุด นอกเหนือจากนี้คุณจะยังได้รับประสบการณ์และทักษะการซื้อขาย, การแข่งขันอันคุ้มค่าและรางวัลที่เหมาะสม
InstaForex ช่วยลูกค้าให้ฝันกลายเป็นจริง!
การเข้าร่วมในแคมเปญ InstaForex ถือเป็นโอกาสที่พิเศษในการทำฝันให้เป็นจริง คุณอาจคว้าอุปกรณ์ทันสมัยหรือรถยนต์คันหรู นอกจากนี้เทรดเดอร์ที่มากประสบการณ์และมือใหม่สามารถเข้าร่วมในการแข่งขันได้
ดังนั้นมาเข้าร่วมและลองลุ้นโชคไปกับ InstaForex! โปรดทราบว่าบางคราวชัยชนะไม่ได้เป็นเรื่องที่สำคัญที่สุด นอกเหนือจากนี้คุณจะยังได้รับประสบการณ์และทักษะการซื้อขาย, การแข่งขันอันคุ้มค่าและรางวัลที่เหมาะสม
ไปแตะขอบฟ้าร่วมกับ InstaForex!
InstaForex ได้เซ็นสัญญาข้อตกลงร่วมกับ สายการบินของประเทศเช็ก โดยมีแบรนด์ของInstaForexอยู่บนเครื่องบิน การเทรดกับInstaForexไม่ได้หมายความถึง ความสะดวกสบายและประสิทธิภาพของสินค้าที่ยอดเยี่ยมแล้วเท่านั้น แต่ยังหมายถึงการดำเนินการที่รวดเร็วที่สุดอีกด้วย ในทุกๆวันการเทรดเงินตราระดับสูงใหม่นั้น กลายเป็นการร่วมมือของนักเทรด กับบริษัทของเราที่ใกล้ชิดแน่นแฟ้นมากยิ่งขึ้น
ไปแตะขอบฟ้าร่วมกับ InstaForex!
InstaForex ได้เซ็นสัญญาข้อตกลงร่วมกับ สายการบินของประเทศเช็ก โดยมีแบรนด์ของInstaForexอยู่บนเครื่องบิน การเทรดกับInstaForexไม่ได้หมายความถึง ความสะดวกสบายและประสิทธิภาพของสินค้าที่ยอดเยี่ยมแล้วเท่านั้น แต่ยังหมายถึงการดำเนินการที่รวดเร็วที่สุดอีกด้วย ในทุกๆวันการเทรดเงินตราระดับสูงใหม่นั้น กลายเป็นการร่วมมือของนักเทรด กับบริษัทของเราที่ใกล้ชิดแน่นแฟ้นมากยิ่งขึ้น