{"info":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","description":"<html><head></head><body><p>The Platform API is the programming interface to the Fintech platform. <br>\nThe API can be used to integrate your app or website with tradesmarter Fintech platform.  <br>\nThis enables partners to maximize the features within your application. <br>\nThe API follows a REST API design, meaning that you use standard HTTP methods to retrieve and manipulate resources. <br> <br></p>\n<h3 id=\"guidelines-and-conventions-\">Guidelines and Conventions .<br></h3>\n<p>The API endpoint requires login using basic HTTP auth. <br><br>The endpoint and login credentials will be given to you by your account manager.<br>\nIn this documentation, the following endpoint will be used: <a href=\"https://platform-api.tradesmarter.com\">https://platform-api.tradesmarter.com</a>.<br>\nParameters are accepted over POST or GET and their names are case-sensitive. <br> </p>\n<p>-- Our Servers supports Get and Post Calls . <br></p>\n<h3 id=\"active-end-points--zones-on-production-in-real-mode-\">Active End-Points / Zones On Production in Real Mode. <br></h3>\n<p>Please note that these API calls refers to Production on SandBox mode that's ignores geographical servers.<br></p>\n<p>After completing tests and QA , in real mode you will need to point the call to the appropriate zone.<br>\nThe appropriate zone will be delivered to you by Tradesmarter Team .  <br></p>\n<p>These are the end points : <br></p>\n<p>Main Zone         : <a href=\"https://Platform-api.tradesmarter.com/\">https://Platform-api.tradesmarter.com/</a> (Also SandBox) <br>\nEuro Zone         : <a href=\"https://Platform-api.eu-b.tradesmarter.com/\">https://Platform-api.eu-b.tradesmarter.com/</a> <br>\nHong Kong Zone    : <a href=\"https://Platform-api.hk-a.tradesmarter.com/\">https://Platform-api.hk-a.tradesmarter.com/</a> <br>\nAsia-Pacific Zone : <a href=\"https://Platform-api.ap-b.tradesmarter.com/\">https://Platform-api.ap-b.tradesmarter.com/</a> <br></p>\n <br>  \n\n<h3 id=\"php-authorization--set-option-feature--\">PHP Authorization / Set Option Feature  <br></h3>\n<p>Plese note that our system is also supporing (and encoraging) on production mode using : <br>  </p>\n<p>curl_setopt($ch, CURLOPT_USERPWD, 'api_user:password'); <br>  </p>\n<p>insted of <br>  </p>\n<p>curl_setopt($ch, CURLOPT_HTTPHEADER, array( <br><br>  \"Authorization: Basic dHNkZW1vYXBpOllrcUNlYTJS\" <br><br>)); <br>  </p>\n<p>The authentication details are required on every request.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5195003","collectionId":"4cd600aa-44e8-4194-8fb7-005d12db65a4","publishedId":"RWTsqFEh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-10-15T10:48:12.000Z"},"item":[{"name":"Login - Retriving Session ","item":[{"name":"Login As a User","id":"5f32be4c-060a-4599-8980-f2cae392272e","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//index/login?email=hello@example.com&password=eaba46ddc692ac867294716b1d68d9e7&session=098f6bcd4621d373cade4e832627b4f6&facebookAccessToken=NO5wqpV3gaaPWmCXEbVEoLMMA4Rr6BkaR5CBl11","description":"<p><b>Logs a user in and provides a session token for authenticated actions.<br /> This can be done either by email/password, or using the previous session token.</b></p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["index","login"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"email","value":"hello@example.com"},{"description":{"content":"<p>Required  - MD5 Format</p>\n","type":"text/plain"},"key":"password","value":"eaba46ddc692ac867294716b1d68d9e7"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"session","value":"098f6bcd4621d373cade4e832627b4f6"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"facebookAccessToken","value":"NO5wqpV3gaaPWmCXEbVEoLMMA4Rr6BkaR5CBl11"}],"variable":[]}},"response":[{"id":"c77ba565-2b01-440b-8f68-15f0352fc901","name":"Login","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//index/login?email=hello@example.com&password=eaba46ddc692ac867294716b1d68d9e7&session=098f6bcd4621d373cade4e832627b4f6&facebookAccessToken=NO5wqpV3gaaPWmCXEbVEoLMMA4Rr6BkaR5CBl11","host":["https://platform-api.tradesmarter.com/"],"path":["index","login"],"query":[{"key":"email","value":"hello@example.com"},{"key":"password","value":"eaba46ddc692ac867294716b1d68d9e7"},{"key":"session","value":"098f6bcd4621d373cade4e832627b4f6"},{"key":"facebookAccessToken","value":"NO5wqpV3gaaPWmCXEbVEoLMMA4Rr6BkaR5CBl11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"463","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 09:29:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"session\":\"e53e84b71218fa194b726a9053924908\",\"user\":{\"userID\":\"4543929\",\"email\":\"hello@example.com\",\"firstName\":\"hello\",\"lastName\":\"example\",\"dob\":\"1984-08-01\",\"location\":\"hk\",\"confirmed\":\"0\",\"validated\":\"0\",\"frozen\":\"1\",\"blocked\":\"0\",\"affiliateID\":\"\",\"facebookID\":null,\"vkID\":null,\"social\":\"0\",\"nickname\":\"\",\"loginConfirmed\":null,\"tester\":\"0\",\"accountLevel\":\"4\",\"practiceMode\":\"0\",\"firstRealModeDate\":\"2018-04-17 14:04:04\",\"loginDefaultMode\":null,\"locale\":\"en_HK\",\"mobile\":\"+852 55555555\",\"mobile2\":\"\",\"mobile2Verified\":\"0\",\"welcomeEmailSent\":\"1\",\"questionaryDone\":0,\"questionaryRequired\":0,\"questionaryEnabled\":1,\"showQuestionary\":0,\"payoutDeltas\":\"{\\\"1\\\":3,\\\"2\\\":3,\\\"11\\\":3}\",\"questionaryRandom\":\"1\",\"practiceExpired\":0,\"expirationDate\":\"\",\"nextResetDate\":\"\",\"practiceWalletExists\":false},\"loginConfirmed\":0,\"isVKSignUp\":false}"}],"_postman_id":"5f32be4c-060a-4599-8980-f2cae392272e"}],"id":"f4ec468b-3734-484f-82ef-6eacd8399f71","_postman_id":"f4ec468b-3734-484f-82ef-6eacd8399f71","description":"","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"Index & Platform Info","item":[{"name":"Countries","id":"92ca6e76-7a62-4021-9a06-5fdc32b69a9e","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//index/countries","description":"<p>Get a list of supported countries.</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["index","countries"],"host":["https://platform-api.tradesmarter.com/"],"query":[],"variable":[]}},"response":[{"id":"ff1cf676-212d-4b29-ac1a-5da88a09764f","name":"Countries","originalRequest":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//index/countries"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"4496","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 12:44:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"id\":\"af\",\"name\":\"Afghanistan\",\"dialCode\":\"93\",\"alpha3\":\"AFG\",\"defLang\":\"en\",\"gmtOffset\":\"270\",\"defaultCurrency\":\"0\"},{\"id\":\"al\",\"name\":\"Albania\",\"dialCode\":\"355\",\"alpha3\":\"ALB\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"dz\",\"name\":\"Algeria\",\"dialCode\":\"213\",\"alpha3\":\"DZA\",\"defLang\":\"ar\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"as\",\"name\":\"American Samoa\",\"dialCode\":\"1684\",\"alpha3\":\"ASM\",\"defLang\":\"en\",\"gmtOffset\":\"-660\",\"defaultCurrency\":\"0\"},{\"id\":\"ad\",\"name\":\"Andorra\",\"dialCode\":\"376\",\"alpha3\":\"AND\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"ao\",\"name\":\"Angola\",\"dialCode\":\"244\",\"alpha3\":\"AGO\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"ai\",\"name\":\"Anguilla\",\"dialCode\":\"1264\",\"alpha3\":\"AIA\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"ag\",\"name\":\"Antigua and Barbuda\",\"dialCode\":\"1268\",\"alpha3\":\"ATG\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"ar\",\"name\":\"Argentina\",\"dialCode\":\"54\",\"alpha3\":\"ARG\",\"defLang\":\"es\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"am\",\"name\":\"Armenia\",\"dialCode\":\"374\",\"alpha3\":\"ARM\",\"defLang\":\"en\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"aw\",\"name\":\"Aruba\",\"dialCode\":\"297\",\"alpha3\":\"ABW\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"au\",\"name\":\"Australia\",\"dialCode\":\"61\",\"alpha3\":\"AUS\",\"defLang\":\"en\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"at\",\"name\":\"Austria\",\"dialCode\":\"43\",\"alpha3\":\"AUT\",\"defLang\":\"de\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"az\",\"name\":\"Azerbaijan\",\"dialCode\":\"994\",\"alpha3\":\"AZE\",\"defLang\":\"en\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"bs\",\"name\":\"Bahamas\",\"dialCode\":\"1242\",\"alpha3\":\"BHS\",\"defLang\":\"en\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"bh\",\"name\":\"Bahrain\",\"dialCode\":\"973\",\"alpha3\":\"BHR\",\"defLang\":\"ar\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"bd\",\"name\":\"Bangladesh\",\"dialCode\":\"880\",\"alpha3\":\"BGD\",\"defLang\":\"en\",\"gmtOffset\":\"360\",\"defaultCurrency\":\"0\"},{\"id\":\"bb\",\"name\":\"Barbados\",\"dialCode\":\"1246\",\"alpha3\":\"BRB\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"by\",\"name\":\"Belarus\",\"dialCode\":\"375\",\"alpha3\":\"BLR\",\"defLang\":\"ru\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"be\",\"name\":\"Belgium\",\"dialCode\":\"32\",\"alpha3\":\"BEL\",\"defLang\":\"fr\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"bz\",\"name\":\"Belize\",\"dialCode\":\"501\",\"alpha3\":\"BLZ\",\"defLang\":\"en\",\"gmtOffset\":\"-360\",\"defaultCurrency\":\"0\"},{\"id\":\"bj\",\"name\":\"Benin\",\"dialCode\":\"229\",\"alpha3\":\"BEN\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"bm\",\"name\":\"Bermuda\",\"dialCode\":\"1441\",\"alpha3\":\"BMU\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"bt\",\"name\":\"Bhutan\",\"dialCode\":\"975\",\"alpha3\":\"BTN\",\"defLang\":\"en\",\"gmtOffset\":\"360\",\"defaultCurrency\":\"0\"},{\"id\":\"bo\",\"name\":\"Bolivia\",\"dialCode\":\"591\",\"alpha3\":\"BOL\",\"defLang\":\"es\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"ba\",\"name\":\"Bosnia and Herzegovina\",\"dialCode\":\"387\",\"alpha3\":\"BIH\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"bw\",\"name\":\"Botswana\",\"dialCode\":\"267\",\"alpha3\":\"BWA\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"bv\",\"name\":\"Bouvet Island\",\"dialCode\":\"55\",\"alpha3\":\"BVT\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"br\",\"name\":\"Brazil\",\"dialCode\":\"55\",\"alpha3\":\"BRA\",\"defLang\":\"pt\",\"gmtOffset\":\"-120\",\"defaultCurrency\":\"0\"},{\"id\":\"io\",\"name\":\"British Indian Ocean Territory\",\"dialCode\":\"246\",\"alpha3\":\"IOT\",\"defLang\":\"en\",\"gmtOffset\":\"360\",\"defaultCurrency\":\"0\"},{\"id\":\"bn\",\"name\":\"Brunei Darussalam\",\"dialCode\":\"673\",\"alpha3\":\"BRN\",\"defLang\":\"en\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"bg\",\"name\":\"Bulgaria\",\"dialCode\":\"359\",\"alpha3\":\"BGR\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"bf\",\"name\":\"Burkina Faso\",\"dialCode\":\"226\",\"alpha3\":\"BFA\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"bi\",\"name\":\"Burundi\",\"dialCode\":\"257\",\"alpha3\":\"BDI\",\"defLang\":\"en\",\"gmtOffset\":\"360\",\"defaultCurrency\":\"0\"},{\"id\":\"kh\",\"name\":\"Cambodia\",\"dialCode\":\"855\",\"alpha3\":\"KHM\",\"defLang\":\"en\",\"gmtOffset\":\"420\",\"defaultCurrency\":\"0\"},{\"id\":\"cm\",\"name\":\"Cameroon\",\"dialCode\":\"237\",\"alpha3\":\"CMR\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"ca\",\"name\":\"Canada\",\"dialCode\":\"1\",\"alpha3\":\"CAN\",\"defLang\":\"en\",\"gmtOffset\":\"-480\",\"defaultCurrency\":\"0\"},{\"id\":\"cv\",\"name\":\"Cape Verde\",\"dialCode\":\"238\",\"alpha3\":\"CPV\",\"defLang\":\"en\",\"gmtOffset\":\"-60\",\"defaultCurrency\":\"0\"},{\"id\":\"ky\",\"name\":\"Cayman Islands\",\"dialCode\":\"1345\",\"alpha3\":\"CYM\",\"defLang\":\"en\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"cf\",\"name\":\"Central African Republic\",\"dialCode\":\"236\",\"alpha3\":\"CAF\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"td\",\"name\":\"Chad\",\"dialCode\":\"235\",\"alpha3\":\"TCD\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"cl\",\"name\":\"Chile\",\"dialCode\":\"56\",\"alpha3\":\"CHL\",\"defLang\":\"es\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"cn\",\"name\":\"China\",\"dialCode\":\"86\",\"alpha3\":\"CHN\",\"defLang\":\"zh\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"co\",\"name\":\"Colombia\",\"dialCode\":\"57\",\"alpha3\":\"COL\",\"defLang\":\"es\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"km\",\"name\":\"Comoros\",\"dialCode\":\"269\",\"alpha3\":\"COM\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"cg\",\"name\":\"Congo\",\"dialCode\":\"242\",\"alpha3\":\"COG\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"cd\",\"name\":\"Congo, The Democratic Republic\",\"dialCode\":\"243\",\"alpha3\":\"COD\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"ck\",\"name\":\"Cook Islands\",\"dialCode\":\"682\",\"alpha3\":\"COK\",\"defLang\":\"en\",\"gmtOffset\":\"-600\",\"defaultCurrency\":\"0\"},{\"id\":\"cr\",\"name\":\"Costa Rica\",\"dialCode\":\"506\",\"alpha3\":\"CRI\",\"defLang\":\"es\",\"gmtOffset\":\"-360\",\"defaultCurrency\":\"0\"},{\"id\":\"ci\",\"name\":\"Cote D'Ivoire\",\"dialCode\":\"225\",\"alpha3\":\"CIV\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"hr\",\"name\":\"Croatia\",\"dialCode\":\"385\",\"alpha3\":\"HRV\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"cu\",\"name\":\"Cuba\",\"dialCode\":\"53\",\"alpha3\":\"CUB\",\"defLang\":\"es\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"cy\",\"name\":\"Cyprus\",\"dialCode\":\"357\",\"alpha3\":\"CYP\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"cz\",\"name\":\"Czech Republic\",\"dialCode\":\"420\",\"alpha3\":\"CZE\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"dk\",\"name\":\"Denmark\",\"dialCode\":\"45\",\"alpha3\":\"DNK\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"dj\",\"name\":\"Djibouti\",\"dialCode\":\"253\",\"alpha3\":\"DJI\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"dm\",\"name\":\"Dominica\",\"dialCode\":\"1767\",\"alpha3\":\"DMA\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"do\",\"name\":\"Dominican Republic\",\"dialCode\":\"1809\",\"alpha3\":\"DOM\",\"defLang\":\"es\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"ec\",\"name\":\"Ecuador\",\"dialCode\":\"593\",\"alpha3\":\"ECU\",\"defLang\":\"es\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"eg\",\"name\":\"Egypt\",\"dialCode\":\"20\",\"alpha3\":\"EGY\",\"defLang\":\"ar\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"sv\",\"name\":\"El Salvador\",\"dialCode\":\"503\",\"alpha3\":\"SLV\",\"defLang\":\"es\",\"gmtOffset\":\"-360\",\"defaultCurrency\":\"0\"},{\"id\":\"gq\",\"name\":\"Equatorial Guinea\",\"dialCode\":\"240\",\"alpha3\":\"GNQ\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"er\",\"name\":\"Eritrea\",\"dialCode\":\"291\",\"alpha3\":\"ERI\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"ee\",\"name\":\"Estonia\",\"dialCode\":\"372\",\"alpha3\":\"EST\",\"defLang\":\"et\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"et\",\"name\":\"Ethiopia\",\"dialCode\":\"251\",\"alpha3\":\"ETH\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"fk\",\"name\":\"Falkland Islands (Malvinas)\",\"dialCode\":\"500\",\"alpha3\":\"FLK\",\"defLang\":\"en\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"fo\",\"name\":\"Faroe Islands\",\"dialCode\":\"298\",\"alpha3\":\"FRO\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"fj\",\"name\":\"Fiji\",\"dialCode\":\"679\",\"alpha3\":\"FJI\",\"defLang\":\"en\",\"gmtOffset\":\"780\",\"defaultCurrency\":\"0\"},{\"id\":\"fi\",\"name\":\"Finland\",\"dialCode\":\"358\",\"alpha3\":\"FIN\",\"defLang\":\"fi\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"fr\",\"name\":\"France\",\"dialCode\":\"33\",\"alpha3\":\"FRA\",\"defLang\":\"fr\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"gf\",\"name\":\"French Guiana\",\"dialCode\":\"594\",\"alpha3\":\"GUF\",\"defLang\":\"en\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"pf\",\"name\":\"French Polynesia\",\"dialCode\":\"689\",\"alpha3\":\"PYF\",\"defLang\":\"en\",\"gmtOffset\":\"-600\",\"defaultCurrency\":\"0\"},{\"id\":\"ga\",\"name\":\"Gabon\",\"dialCode\":\"241\",\"alpha3\":\"GAB\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"gm\",\"name\":\"Gambia\",\"dialCode\":\"220\",\"alpha3\":\"GMB\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"ge\",\"name\":\"Georgia\",\"dialCode\":\"995\",\"alpha3\":\"GEO\",\"defLang\":\"en\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"de\",\"name\":\"Germany\",\"dialCode\":\"49\",\"alpha3\":\"DEU\",\"defLang\":\"de\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"gh\",\"name\":\"Ghana\",\"dialCode\":\"233\",\"alpha3\":\"GHA\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"gi\",\"name\":\"Gibraltar\",\"dialCode\":\"350\",\"alpha3\":\"GIB\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"gr\",\"name\":\"Greece\",\"dialCode\":\"30\",\"alpha3\":\"GRC\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"gl\",\"name\":\"Greenland\",\"dialCode\":\"299\",\"alpha3\":\"GRL\",\"defLang\":\"en\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"gd\",\"name\":\"Grenada\",\"dialCode\":\"1473\",\"alpha3\":\"GRD\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"gp\",\"name\":\"Guadeloupe\",\"dialCode\":\"590\",\"alpha3\":\"GLP\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"gu\",\"name\":\"Guam\",\"dialCode\":\"1671\",\"alpha3\":\"GUM\",\"defLang\":\"en\",\"gmtOffset\":\"600\",\"defaultCurrency\":\"0\"},{\"id\":\"gt\",\"name\":\"Guatemala\",\"dialCode\":\"502\",\"alpha3\":\"GTM\",\"defLang\":\"es\",\"gmtOffset\":\"-360\",\"defaultCurrency\":\"0\"},{\"id\":\"gn\",\"name\":\"Guinea\",\"dialCode\":\"224\",\"alpha3\":\"GIN\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"gw\",\"name\":\"Guinea-Bissau\",\"dialCode\":\"245\",\"alpha3\":\"GNB\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"gy\",\"name\":\"Guyana\",\"dialCode\":\"592\",\"alpha3\":\"GUY\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"ht\",\"name\":\"Haiti\",\"dialCode\":\"509\",\"alpha3\":\"HTI\",\"defLang\":\"en\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"va\",\"name\":\"Holy See (Vatican City State)\",\"dialCode\":\"379\",\"alpha3\":\"VAT\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"hn\",\"name\":\"Honduras\",\"dialCode\":\"504\",\"alpha3\":\"HND\",\"defLang\":\"es\",\"gmtOffset\":\"-360\",\"defaultCurrency\":\"0\"},{\"id\":\"hk\",\"name\":\"Hong Kong\",\"dialCode\":\"852\",\"alpha3\":\"HKG\",\"defLang\":\"zh\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"hu\",\"name\":\"Hungary\",\"dialCode\":\"36\",\"alpha3\":\"HUN\",\"defLang\":\"hu\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"is\",\"name\":\"Iceland\",\"dialCode\":\"354\",\"alpha3\":\"ISL\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"in\",\"name\":\"India\",\"dialCode\":\"91\",\"alpha3\":\"IND\",\"defLang\":\"en\",\"gmtOffset\":\"720\",\"defaultCurrency\":\"0\"},{\"id\":\"id\",\"name\":\"Indonesia\",\"dialCode\":\"62\",\"alpha3\":\"IDN\",\"defLang\":\"en\",\"gmtOffset\":\"420\",\"defaultCurrency\":\"0\"},{\"id\":\"ir\",\"name\":\"Iran, Islamic Republic\",\"dialCode\":\"98\",\"alpha3\":\"IRN\",\"defLang\":\"en\",\"gmtOffset\":\"210\",\"defaultCurrency\":\"0\"},{\"id\":\"iq\",\"name\":\"Iraq\",\"dialCode\":\"964\",\"alpha3\":\"IRQ\",\"defLang\":\"ar\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"ie\",\"name\":\"Ireland\",\"dialCode\":\"353\",\"alpha3\":\"IRL\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"il\",\"name\":\"Israel\",\"dialCode\":\"972\",\"alpha3\":\"ISR\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"it\",\"name\":\"Italy\",\"dialCode\":\"39\",\"alpha3\":\"ITA\",\"defLang\":\"it\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"jm\",\"name\":\"Jamaica\",\"dialCode\":\"1876\",\"alpha3\":\"JAM\",\"defLang\":\"en\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"jp\",\"name\":\"Japan\",\"dialCode\":\"81\",\"alpha3\":\"JPN\",\"defLang\":\"ja\",\"gmtOffset\":\"540\",\"defaultCurrency\":\"0\"},{\"id\":\"jo\",\"name\":\"Jordan\",\"dialCode\":\"962\",\"alpha3\":\"JOR\",\"defLang\":\"ar\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"kz\",\"name\":\"Kazakhstan\",\"dialCode\":\"7\",\"alpha3\":\"KAZ\",\"defLang\":\"ru\",\"gmtOffset\":\"360\",\"defaultCurrency\":\"0\"},{\"id\":\"ke\",\"name\":\"Kenya\",\"dialCode\":\"254\",\"alpha3\":\"KEN\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"ki\",\"name\":\"Kiribati\",\"dialCode\":\"686\",\"alpha3\":\"KIR\",\"defLang\":\"en\",\"gmtOffset\":\"840\",\"defaultCurrency\":\"0\"},{\"id\":\"kp\",\"name\":\"Korea (North)\",\"dialCode\":\"850\",\"alpha3\":\"PRK\",\"defLang\":\"ko\",\"gmtOffset\":\"540\",\"defaultCurrency\":\"0\"},{\"id\":\"kr\",\"name\":\"Korea (South)\",\"dialCode\":\"82\",\"alpha3\":\"KOR\",\"defLang\":\"ko\",\"gmtOffset\":\"540\",\"defaultCurrency\":\"0\"},{\"id\":\"kw\",\"name\":\"Kuwait\",\"dialCode\":\"965\",\"alpha3\":\"KWT\",\"defLang\":\"ar\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"kg\",\"name\":\"Kyrgyzstan\",\"dialCode\":\"996\",\"alpha3\":\"KGZ\",\"defLang\":\"en\",\"gmtOffset\":\"360\",\"defaultCurrency\":\"0\"},{\"id\":\"la\",\"name\":\"Laos\",\"dialCode\":\"856\",\"alpha3\":\"LAO\",\"defLang\":\"en\",\"gmtOffset\":\"420\",\"defaultCurrency\":\"0\"},{\"id\":\"lv\",\"name\":\"Latvia\",\"dialCode\":\"371\",\"alpha3\":\"LVA\",\"defLang\":\"lv\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"lb\",\"name\":\"Lebanon\",\"dialCode\":\"961\",\"alpha3\":\"LBN\",\"defLang\":\"ar\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"ls\",\"name\":\"Lesotho\",\"dialCode\":\"266\",\"alpha3\":\"LSO\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"lr\",\"name\":\"Liberia\",\"dialCode\":\"231\",\"alpha3\":\"LBR\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"ly\",\"name\":\"Libyan Arab Jamahiriya\",\"dialCode\":\"218\",\"alpha3\":\"LBY\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"li\",\"name\":\"Liechtenstein\",\"dialCode\":\"423\",\"alpha3\":\"LIE\",\"defLang\":\"de\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"lt\",\"name\":\"Lithuania\",\"dialCode\":\"370\",\"alpha3\":\"LTU\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"lu\",\"name\":\"Luxembourg\",\"dialCode\":\"352\",\"alpha3\":\"LUX\",\"defLang\":\"fr\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"mo\",\"name\":\"Macao\",\"dialCode\":\"853\",\"alpha3\":\"MAC\",\"defLang\":\"zh\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"mk\",\"name\":\"Macedonia\",\"dialCode\":\"389\",\"alpha3\":\"MKD\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"mg\",\"name\":\"Madagascar\",\"dialCode\":\"261\",\"alpha3\":\"MDG\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"mw\",\"name\":\"Malawi\",\"dialCode\":\"265\",\"alpha3\":\"MWI\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"my\",\"name\":\"Malaysia\",\"dialCode\":\"60\",\"alpha3\":\"MYS\",\"defLang\":\"en\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"mv\",\"name\":\"Maldives\",\"dialCode\":\"960\",\"alpha3\":\"MDV\",\"defLang\":\"en\",\"gmtOffset\":\"300\",\"defaultCurrency\":\"0\"},{\"id\":\"ml\",\"name\":\"Mali\",\"dialCode\":\"223\",\"alpha3\":\"MLI\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"mt\",\"name\":\"Malta\",\"dialCode\":\"356\",\"alpha3\":\"MLT\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"mh\",\"name\":\"Marshall Islands\",\"dialCode\":\"692\",\"alpha3\":\"MHL\",\"defLang\":\"en\",\"gmtOffset\":\"720\",\"defaultCurrency\":\"0\"},{\"id\":\"mq\",\"name\":\"Martinique\",\"dialCode\":\"596\",\"alpha3\":\"MTQ\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"mr\",\"name\":\"Mauritania\",\"dialCode\":\"222\",\"alpha3\":\"MRT\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"mu\",\"name\":\"Mauritius\",\"dialCode\":\"230\",\"alpha3\":\"MUS\",\"defLang\":\"en\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"yt\",\"name\":\"Mayotte\",\"dialCode\":\"262\",\"alpha3\":\"MYT\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"mx\",\"name\":\"Mexico\",\"dialCode\":\"52\",\"alpha3\":\"MEX\",\"defLang\":\"es\",\"gmtOffset\":\"-420\",\"defaultCurrency\":\"0\"},{\"id\":\"fm\",\"name\":\"Micronesia\",\"dialCode\":\"691\",\"alpha3\":\"FSM\",\"defLang\":\"en\",\"gmtOffset\":\"600\",\"defaultCurrency\":\"0\"},{\"id\":\"md\",\"name\":\"Moldova\",\"dialCode\":\"373\",\"alpha3\":\"MDA\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"mc\",\"name\":\"Monaco\",\"dialCode\":\"377\",\"alpha3\":\"MCO\",\"defLang\":\"fr\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"mn\",\"name\":\"Mongolia\",\"dialCode\":\"976\",\"alpha3\":\"MNG\",\"defLang\":\"en\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"me\",\"name\":\"Montenegro\",\"dialCode\":\"382\",\"alpha3\":\"MNE\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"ms\",\"name\":\"Montserrat\",\"dialCode\":\"1664\",\"alpha3\":\"MSR\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"ma\",\"name\":\"Morocco\",\"dialCode\":\"212\",\"alpha3\":\"MAR\",\"defLang\":\"ar\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"mz\",\"name\":\"Mozambique\",\"dialCode\":\"258\",\"alpha3\":\"MOZ\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"mm\",\"name\":\"Myanmar\",\"dialCode\":\"95\",\"alpha3\":\"MMR\",\"defLang\":\"en\",\"gmtOffset\":\"390\",\"defaultCurrency\":\"0\"},{\"id\":\"na\",\"name\":\"Namibia\",\"dialCode\":\"264\",\"alpha3\":\"NAM\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"nr\",\"name\":\"Nauru\",\"dialCode\":\"674\",\"alpha3\":\"NRU\",\"defLang\":\"en\",\"gmtOffset\":\"720\",\"defaultCurrency\":\"0\"},{\"id\":\"np\",\"name\":\"Nepal\",\"dialCode\":\"977\",\"alpha3\":\"NPL\",\"defLang\":\"en\",\"gmtOffset\":\"330\",\"defaultCurrency\":\"0\"},{\"id\":\"nl\",\"name\":\"Netherlands\",\"dialCode\":\"31\",\"alpha3\":\"NLD\",\"defLang\":\"nl\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"an\",\"name\":\"Netherlands Antilles\",\"dialCode\":\"599\",\"alpha3\":\"ANT\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"nc\",\"name\":\"New Caledonia\",\"dialCode\":\"687\",\"alpha3\":\"NCL\",\"defLang\":\"en\",\"gmtOffset\":\"660\",\"defaultCurrency\":\"0\"},{\"id\":\"nz\",\"name\":\"New Zealand\",\"dialCode\":\"64\",\"alpha3\":\"NZL\",\"defLang\":\"en\",\"gmtOffset\":\"780\",\"defaultCurrency\":\"0\"},{\"id\":\"ni\",\"name\":\"Nicaragua\",\"dialCode\":\"505\",\"alpha3\":\"NIC\",\"defLang\":\"es\",\"gmtOffset\":\"-360\",\"defaultCurrency\":\"0\"},{\"id\":\"ne\",\"name\":\"Niger\",\"dialCode\":\"227\",\"alpha3\":\"NER\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"ng\",\"name\":\"Nigeria\",\"dialCode\":\"234\",\"alpha3\":\"NGA\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"nu\",\"name\":\"Niue\",\"dialCode\":\"683\",\"alpha3\":\"NIU\",\"defLang\":\"en\",\"gmtOffset\":\"-660\",\"defaultCurrency\":\"0\"},{\"id\":\"nf\",\"name\":\"Norfolk Island\",\"dialCode\":\"672\",\"alpha3\":\"NFK\",\"defLang\":\"en\",\"gmtOffset\":\"660\",\"defaultCurrency\":\"0\"},{\"id\":\"mp\",\"name\":\"Northern Mariana Islands\",\"dialCode\":\"1670\",\"alpha3\":\"MNP\",\"defLang\":\"en\",\"gmtOffset\":\"600\",\"defaultCurrency\":\"0\"},{\"id\":\"no\",\"name\":\"Norway\",\"dialCode\":\"47\",\"alpha3\":\"NOR\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"om\",\"name\":\"Oman\",\"dialCode\":\"968\",\"alpha3\":\"OMN\",\"defLang\":\"ar\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"pk\",\"name\":\"Pakistan\",\"dialCode\":\"92\",\"alpha3\":\"PAK\",\"defLang\":\"en\",\"gmtOffset\":\"300\",\"defaultCurrency\":\"0\"},{\"id\":\"pw\",\"name\":\"Palau\",\"dialCode\":\"680\",\"alpha3\":\"PLW\",\"defLang\":\"en\",\"gmtOffset\":\"540\",\"defaultCurrency\":\"0\"},{\"id\":\"ps\",\"name\":\"Palestinian Territory\",\"dialCode\":\"970\",\"alpha3\":\"PSE\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"pa\",\"name\":\"Panama\",\"dialCode\":\"507\",\"alpha3\":\"PAN\",\"defLang\":\"es\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"pg\",\"name\":\"Papua New Guinea\",\"dialCode\":\"675\",\"alpha3\":\"PNG\",\"defLang\":\"en\",\"gmtOffset\":\"600\",\"defaultCurrency\":\"0\"},{\"id\":\"py\",\"name\":\"Paraguay\",\"dialCode\":\"595\",\"alpha3\":\"PRY\",\"defLang\":\"es\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"pe\",\"name\":\"Peru\",\"dialCode\":\"51\",\"alpha3\":\"PER\",\"defLang\":\"es\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"ph\",\"name\":\"Philippines\",\"dialCode\":\"63\",\"alpha3\":\"PHL\",\"defLang\":\"en\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"pl\",\"name\":\"Poland\",\"dialCode\":\"48\",\"alpha3\":\"POL\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"pt\",\"name\":\"Portugal\",\"dialCode\":\"351\",\"alpha3\":\"PRT\",\"defLang\":\"pt\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"pr\",\"name\":\"Puerto Rico\",\"dialCode\":\"1787\",\"alpha3\":\"PRI\",\"defLang\":\"es\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"qa\",\"name\":\"Qatar\",\"dialCode\":\"974\",\"alpha3\":\"QAT\",\"defLang\":\"ar\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"re\",\"name\":\"Reunion\",\"dialCode\":\"262\",\"alpha3\":\"REU\",\"defLang\":\"en\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"ro\",\"name\":\"Romania\",\"dialCode\":\"40\",\"alpha3\":\"ROU\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"ru\",\"name\":\"Russian Federation\",\"dialCode\":\"7\",\"alpha3\":\"RUS\",\"defLang\":\"ru\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"rw\",\"name\":\"Rwanda\",\"dialCode\":\"250\",\"alpha3\":\"RWA\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"sh\",\"name\":\"Saint Helena\",\"dialCode\":\"290\",\"alpha3\":\"SHN\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"kn\",\"name\":\"Saint Kitts and Nevis\",\"dialCode\":\"1869\",\"alpha3\":\"KNA\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"lc\",\"name\":\"Saint Lucia\",\"dialCode\":\"1758\",\"alpha3\":\"LCA\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"pm\",\"name\":\"Saint Pierre and Miquelon\",\"dialCode\":\"508\",\"alpha3\":\"SPM\",\"defLang\":\"en\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"vc\",\"name\":\"Saint Vincent and the Grenadines\",\"dialCode\":\"1784\",\"alpha3\":\"VCT\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"ws\",\"name\":\"Samoa\",\"dialCode\":\"685\",\"alpha3\":\"WSM\",\"defLang\":\"en\",\"gmtOffset\":\"840\",\"defaultCurrency\":\"0\"},{\"id\":\"sm\",\"name\":\"San Marino\",\"dialCode\":\"378\",\"alpha3\":\"SMR\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"st\",\"name\":\"Sao Tome and Principe\",\"dialCode\":\"239\",\"alpha3\":\"STP\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"sa\",\"name\":\"Saudi Arabia\",\"dialCode\":\"966\",\"alpha3\":\"SAU\",\"defLang\":\"ar\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"sn\",\"name\":\"Senegal\",\"dialCode\":\"221\",\"alpha3\":\"SEN\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"rs\",\"name\":\"Serbia\",\"dialCode\":\"381\",\"alpha3\":\"SRB\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"sc\",\"name\":\"Seychelles\",\"dialCode\":\"248\",\"alpha3\":\"SYC\",\"defLang\":\"en\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"sl\",\"name\":\"Sierra Leone\",\"dialCode\":\"232\",\"alpha3\":\"SLE\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"sg\",\"name\":\"Singapore\",\"dialCode\":\"65\",\"alpha3\":\"SGP\",\"defLang\":\"zh\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"sk\",\"name\":\"Slovakia\",\"dialCode\":\"421\",\"alpha3\":\"SVK\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"si\",\"name\":\"Slovenia\",\"dialCode\":\"386\",\"alpha3\":\"SVN\",\"defLang\":\"en\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"sb\",\"name\":\"Solomon Islands\",\"dialCode\":\"677\",\"alpha3\":\"SLB\",\"defLang\":\"en\",\"gmtOffset\":\"660\",\"defaultCurrency\":\"0\"},{\"id\":\"so\",\"name\":\"Somalia\",\"dialCode\":\"252\",\"alpha3\":\"SOM\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"za\",\"name\":\"South Africa\",\"dialCode\":\"27\",\"alpha3\":\"ZAF\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"gs\",\"name\":\"South Georgia and the South Sandwich Islands\",\"dialCode\":\"995\",\"alpha3\":\"SGS\",\"defLang\":\"en\",\"gmtOffset\":\"-120\",\"defaultCurrency\":\"0\"},{\"id\":\"es\",\"name\":\"Spain\",\"dialCode\":\"34\",\"alpha3\":\"ESP\",\"defLang\":\"es\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"lk\",\"name\":\"Sri Lanka\",\"dialCode\":\"94\",\"alpha3\":\"LKA\",\"defLang\":\"en\",\"gmtOffset\":\"330\",\"defaultCurrency\":\"0\"},{\"id\":\"sd\",\"name\":\"Sudan\",\"dialCode\":\"249\",\"alpha3\":\"SDN\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"sr\",\"name\":\"Suriname\",\"dialCode\":\"597\",\"alpha3\":\"SUR\",\"defLang\":\"en\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"sz\",\"name\":\"Swaziland\",\"dialCode\":\"268\",\"alpha3\":\"SWZ\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"se\",\"name\":\"Sweden\",\"dialCode\":\"46\",\"alpha3\":\"SWE\",\"defLang\":\"sv\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"ch\",\"name\":\"Switzerland\",\"dialCode\":\"41\",\"alpha3\":\"CHE\",\"defLang\":\"fr\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"sy\",\"name\":\"Syrian Arab Republic\",\"dialCode\":\"963\",\"alpha3\":\"SYR\",\"defLang\":\"ar\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"tw\",\"name\":\"Taiwan\",\"dialCode\":\"886\",\"alpha3\":\"TWN\",\"defLang\":\"zh\",\"gmtOffset\":\"480\",\"defaultCurrency\":\"0\"},{\"id\":\"tj\",\"name\":\"Tajikistan\",\"dialCode\":\"992\",\"alpha3\":\"TJK\",\"defLang\":\"en\",\"gmtOffset\":\"300\",\"defaultCurrency\":\"0\"},{\"id\":\"tz\",\"name\":\"Tanzania\",\"dialCode\":\"255\",\"alpha3\":\"TZA\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"th\",\"name\":\"Thailand\",\"dialCode\":\"66\",\"alpha3\":\"THA\",\"defLang\":\"th\",\"gmtOffset\":\"420\",\"defaultCurrency\":\"0\"},{\"id\":\"tl\",\"name\":\"Timor-Leste\",\"dialCode\":\"670\",\"alpha3\":\"TLS\",\"defLang\":\"en\",\"gmtOffset\":\"540\",\"defaultCurrency\":\"0\"},{\"id\":\"tg\",\"name\":\"Togo\",\"dialCode\":\"228\",\"alpha3\":\"TGO\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"tk\",\"name\":\"Tokelau\",\"dialCode\":\"690\",\"alpha3\":\"TKL\",\"defLang\":\"en\",\"gmtOffset\":\"780\",\"defaultCurrency\":\"0\"},{\"id\":\"to\",\"name\":\"Tonga\",\"dialCode\":\"676\",\"alpha3\":\"TON\",\"defLang\":\"en\",\"gmtOffset\":\"780\",\"defaultCurrency\":\"0\"},{\"id\":\"tt\",\"name\":\"Trinidad and Tobago\",\"dialCode\":\"1868\",\"alpha3\":\"TTO\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"tn\",\"name\":\"Tunisia\",\"dialCode\":\"216\",\"alpha3\":\"TUN\",\"defLang\":\"ar\",\"gmtOffset\":\"60\",\"defaultCurrency\":\"0\"},{\"id\":\"tr\",\"name\":\"Turkey\",\"dialCode\":\"90\",\"alpha3\":\"TUR\",\"defLang\":\"tr\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"tm\",\"name\":\"Turkmenistan\",\"dialCode\":\"993\",\"alpha3\":\"TKM\",\"defLang\":\"en\",\"gmtOffset\":\"300\",\"defaultCurrency\":\"0\"},{\"id\":\"tc\",\"name\":\"Turks and Caicos Islands\",\"dialCode\":\"1649\",\"alpha3\":\"TCA\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"tv\",\"name\":\"Tuvalu\",\"dialCode\":\"688\",\"alpha3\":\"TUV\",\"defLang\":\"en\",\"gmtOffset\":\"720\",\"defaultCurrency\":\"0\"},{\"id\":\"ug\",\"name\":\"Uganda\",\"dialCode\":\"256\",\"alpha3\":\"UGA\",\"defLang\":\"en\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"ua\",\"name\":\"Ukraine\",\"dialCode\":\"380\",\"alpha3\":\"UKR\",\"defLang\":\"ru\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"ae\",\"name\":\"United Arab Emirates\",\"dialCode\":\"971\",\"alpha3\":\"ARE\",\"defLang\":\"ar\",\"gmtOffset\":\"240\",\"defaultCurrency\":\"0\"},{\"id\":\"gb\",\"name\":\"United Kingdom\",\"dialCode\":\"44\",\"alpha3\":\"GBR\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"us\",\"name\":\"United States\",\"dialCode\":\"1\",\"alpha3\":\"USA\",\"defLang\":\"en\",\"gmtOffset\":\"-480\",\"defaultCurrency\":\"0\"},{\"id\":\"uy\",\"name\":\"Uruguay\",\"dialCode\":\"598\",\"alpha3\":\"URY\",\"defLang\":\"es\",\"gmtOffset\":\"-180\",\"defaultCurrency\":\"0\"},{\"id\":\"uz\",\"name\":\"Uzbekistan\",\"dialCode\":\"998\",\"alpha3\":\"UZB\",\"defLang\":\"en\",\"gmtOffset\":\"300\",\"defaultCurrency\":\"0\"},{\"id\":\"vu\",\"name\":\"Vanuatu\",\"dialCode\":\"678\",\"alpha3\":\"VUT\",\"defLang\":\"en\",\"gmtOffset\":\"660\",\"defaultCurrency\":\"0\"},{\"id\":\"ve\",\"name\":\"Venezuela\",\"dialCode\":\"58\",\"alpha3\":\"VEN\",\"defLang\":\"es\",\"gmtOffset\":\"-300\",\"defaultCurrency\":\"0\"},{\"id\":\"vn\",\"name\":\"Vietnam\",\"dialCode\":\"84\",\"alpha3\":\"VNM\",\"defLang\":\"en\",\"gmtOffset\":\"420\",\"defaultCurrency\":\"0\"},{\"id\":\"vg\",\"name\":\"Virgin Islands, British\",\"dialCode\":\"1284\",\"alpha3\":\"VGB\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"vi\",\"name\":\"Virgin Islands, U.S.\",\"dialCode\":\"1340\",\"alpha3\":\"VIR\",\"defLang\":\"en\",\"gmtOffset\":\"-240\",\"defaultCurrency\":\"0\"},{\"id\":\"wf\",\"name\":\"Wallis and Futuna\",\"dialCode\":\"681\",\"alpha3\":\"WLF\",\"defLang\":\"en\",\"gmtOffset\":\"720\",\"defaultCurrency\":\"0\"},{\"id\":\"eh\",\"name\":\"Western Sahara\",\"dialCode\":\"212\",\"alpha3\":\"ESH\",\"defLang\":\"en\",\"gmtOffset\":\"0\",\"defaultCurrency\":\"0\"},{\"id\":\"ye\",\"name\":\"Yemen\",\"dialCode\":\"967\",\"alpha3\":\"YEM\",\"defLang\":\"ar\",\"gmtOffset\":\"180\",\"defaultCurrency\":\"0\"},{\"id\":\"zm\",\"name\":\"Zambia\",\"dialCode\":\"260\",\"alpha3\":\"ZMB\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"},{\"id\":\"zw\",\"name\":\"Zimbabwe\",\"dialCode\":\"263\",\"alpha3\":\"ZWE\",\"defLang\":\"en\",\"gmtOffset\":\"120\",\"defaultCurrency\":\"0\"}]"}],"_postman_id":"92ca6e76-7a62-4021-9a06-5fdc32b69a9e"},{"name":"States","id":"1dc94368-0140-499e-98c1-f8064003840e","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//index/states","description":"<p>Get a list of supported states.</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["index","states"],"host":["https://platform-api.tradesmarter.com/"],"query":[],"variable":[]}},"response":[{"id":"ece38d88-4059-4e27-8eb1-abe15c12c687","name":"States","originalRequest":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//index/states"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1367","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 12:46:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"jp\":[{\"name\":\"Aichi\",\"id\":\"JP-23\"},{\"name\":\"Akita\",\"id\":\"JP-05\"},{\"name\":\"Aomori\",\"id\":\"JP-02\"},{\"name\":\"Chiba\",\"id\":\"JP-12\"},{\"name\":\"Ehime\",\"id\":\"JP-38\"},{\"name\":\"Fukui\",\"id\":\"JP-18\"},{\"name\":\"Fukuoka\",\"id\":\"JP-40\"},{\"name\":\"Fukushima\",\"id\":\"JP-07\"},{\"name\":\"Gifu\",\"id\":\"JP-21\"},{\"name\":\"Gunma\",\"id\":\"JP-10\"},{\"name\":\"Hiroshima\",\"id\":\"JP-34\"},{\"name\":\"Hokkaid\\u014d\",\"id\":\"JP-01\"},{\"name\":\"Hy\\u014dgo\",\"id\":\"JP-28\"},{\"name\":\"Ibaraki\",\"id\":\"JP-08\"},{\"name\":\"Ishikawa\",\"id\":\"JP-17\"},{\"name\":\"Iwate\",\"id\":\"JP-03\"},{\"name\":\"Kagawa\",\"id\":\"JP-37\"},{\"name\":\"Kagoshima\",\"id\":\"JP-46\"},{\"name\":\"Kanagawa\",\"id\":\"JP-14\"},{\"name\":\"K\\u014dchi\",\"id\":\"JP-39\"},{\"name\":\"Kumamoto\",\"id\":\"JP-43\"},{\"name\":\"Ky\\u014dto\",\"id\":\"JP-26\"},{\"name\":\"Mie\",\"id\":\"JP-24\"},{\"name\":\"Miyagi\",\"id\":\"JP-04\"},{\"name\":\"Miyazaki\",\"id\":\"JP-45\"},{\"name\":\"Nagano\",\"id\":\"JP-20\"},{\"name\":\"Nagasaki\",\"id\":\"JP-42\"},{\"name\":\"Nara\",\"id\":\"JP-29\"},{\"name\":\"Niigata\",\"id\":\"JP-15\"},{\"name\":\"\\u014cita\",\"id\":\"JP-44\"},{\"name\":\"Okayama\",\"id\":\"JP-33\"},{\"name\":\"Okinawa\",\"id\":\"JP-47\"},{\"name\":\"\\u014csaka\",\"id\":\"JP-27\"},{\"name\":\"Saga\",\"id\":\"JP-41\"},{\"name\":\"Saitama\",\"id\":\"JP-11\"},{\"name\":\"Shiga\",\"id\":\"JP-25\"},{\"name\":\"Shimane\",\"id\":\"JP-32\"},{\"name\":\"Shizuoka\",\"id\":\"JP-22\"},{\"name\":\"Tochigi\",\"id\":\"JP-09\"},{\"name\":\"Tokushima\",\"id\":\"JP-36\"},{\"name\":\"T\\u014dky\\u014d\",\"id\":\"JP-13\"},{\"name\":\"Tottori\",\"id\":\"JP-31\"},{\"name\":\"Toyama\",\"id\":\"JP-16\"},{\"name\":\"Wakayama\",\"id\":\"JP-30\"},{\"name\":\"Yamagata\",\"id\":\"JP-06\"},{\"name\":\"Yamaguchi\",\"id\":\"JP-35\"},{\"name\":\"Yamanashi\",\"id\":\"JP-19\"}],\"us\":[{\"name\":\"Alabama\",\"id\":\"al\"},{\"name\":\"Alaska\",\"id\":\"ak\"},{\"name\":\"Arizona\",\"id\":\"az\"},{\"name\":\"Arkansas\",\"id\":\"ar\"},{\"name\":\"California\",\"id\":\"ca\"},{\"name\":\"Colorado\",\"id\":\"co\"},{\"name\":\"Connecticut\",\"id\":\"ct\"},{\"name\":\"Delaware\",\"id\":\"de\"},{\"name\":\"Florida\",\"id\":\"fl\"},{\"name\":\"Georgia\",\"id\":\"ga\"},{\"name\":\"Hawaii\",\"id\":\"hi\"},{\"name\":\"Idaho\",\"id\":\"id\"},{\"name\":\"Illinois\",\"id\":\"il\"},{\"name\":\"Indiana\",\"id\":\"in\"},{\"name\":\"Iowa\",\"id\":\"ia\"},{\"name\":\"Kansas\",\"id\":\"ks\"},{\"name\":\"Kentucky\",\"id\":\"ky\"},{\"name\":\"Louisiana\",\"id\":\"la\"},{\"name\":\"Maine\",\"id\":\"me\"},{\"name\":\"Maryland\",\"id\":\"md\"},{\"name\":\"Massachusetts\",\"id\":\"ma\"},{\"name\":\"Michigan\",\"id\":\"mi\"},{\"name\":\"Minnesota\",\"id\":\"mn\"},{\"name\":\"Mississippi\",\"id\":\"ms\"},{\"name\":\"Missouri\",\"id\":\"mo\"},{\"name\":\"Montana\",\"id\":\"mt\"},{\"name\":\"Nebraska\",\"id\":\"ne\"},{\"name\":\"Nevada\",\"id\":\"nv\"},{\"name\":\"New Hampshire\",\"id\":\"nh\"},{\"name\":\"New Jersey\",\"id\":\"nj\"},{\"name\":\"New Mexico\",\"id\":\"nm\"},{\"name\":\"New York\",\"id\":\"ny\"},{\"name\":\"North Carolina\",\"id\":\"nc\"},{\"name\":\"North Dakota\",\"id\":\"nd\"},{\"name\":\"Ohio\",\"id\":\"oh\"},{\"name\":\"Oklahoma\",\"id\":\"ok\"},{\"name\":\"Oregon\",\"id\":\"or\"},{\"name\":\"Pennsylvania\",\"id\":\"pa\"},{\"name\":\"Rhode Island\",\"id\":\"ri\"},{\"name\":\"South Carolina\",\"id\":\"sc\"},{\"name\":\"South Dakota\",\"id\":\"sd\"},{\"name\":\"Tennessee\",\"id\":\"tn\"},{\"name\":\"Texas\",\"id\":\"tx\"},{\"name\":\"Utah\",\"id\":\"ut\"},{\"name\":\"Vermont\",\"id\":\"vt\"},{\"name\":\"Virginia\",\"id\":\"va\"},{\"name\":\"Washington\",\"id\":\"wa\"},{\"name\":\"Washington DC\",\"id\":\"dc\"},{\"name\":\"West Virginia\",\"id\":\"wv\"},{\"name\":\"Wisconsin\",\"id\":\"wi\"},{\"name\":\"Wyoming\",\"id\":\"wy\"}],\"ca\":[{\"name\":\"Alberta\",\"id\":\"ab\"},{\"name\":\"British Columbia\",\"id\":\"bc\"},{\"name\":\"Manitoba\",\"id\":\"mb\"},{\"name\":\"New Brunswick\",\"id\":\"nb\"},{\"name\":\"Newfoundland And Labrador\",\"id\":\"nl\"},{\"name\":\"Northwest Territories\",\"id\":\"nt\"},{\"name\":\"Nova Scotia\",\"id\":\"ns\"},{\"name\":\"Nunavut\",\"id\":\"nu\"},{\"name\":\"Ontario\",\"id\":\"on\"},{\"name\":\"Prince Edward Island\",\"id\":\"pe\"},{\"name\":\"Quebec\",\"id\":\"qc\"},{\"name\":\"Saskatchewan\",\"id\":\"sk\"},{\"name\":\"Yukon Territory\",\"id\":\"yt\"}],\"in\":[{\"name\":\"Andhra Pradesh\",\"id\":\"ap\"},{\"name\":\"Arunachal Pradesh\",\"id\":\"ar\"},{\"name\":\"Assam\",\"id\":\"as\"},{\"name\":\"Bihar\",\"id\":\"br\"},{\"name\":\"Chhattisgarh\",\"id\":\"cg\"},{\"name\":\"Delhi\",\"id\":\"dl\"},{\"name\":\"Goa\",\"id\":\"ga\"},{\"name\":\"Gujarat\",\"id\":\"gj\"},{\"name\":\"Haryana\",\"id\":\"hr\"},{\"name\":\"Himachal Pradesh\",\"id\":\"hp\"},{\"name\":\"Jammu & Kashmir\",\"id\":\"jk\"},{\"name\":\"Jharkhand\",\"id\":\"jh\"},{\"name\":\"Karnataka\",\"id\":\"ka\"},{\"name\":\"Kerala\",\"id\":\"kl\"},{\"name\":\"Madhya Pradesh\",\"id\":\"mp\"},{\"name\":\"Maharashtra\",\"id\":\"mh\"},{\"name\":\"Manipur\",\"id\":\"mn\"},{\"name\":\"Meghalaya\",\"id\":\"ml\"},{\"name\":\"Mizoram\",\"id\":\"mz\"},{\"name\":\"Nagaland\",\"id\":\"nl\"},{\"name\":\"Orissa\",\"id\":\"or\"},{\"name\":\"Punjab\",\"id\":\"pb\"},{\"name\":\"Rajasthan\",\"id\":\"rj\"},{\"name\":\"Sikkim\",\"id\":\"sk\"},{\"name\":\"Tamil Nadu\",\"id\":\"tn\"},{\"name\":\"Tripura\",\"id\":\"tr\"},{\"name\":\"Uttar Pradesh\",\"id\":\"up\"},{\"name\":\"Uttarakhand(Formerly Uttaranchal)\",\"id\":\"uk\"},{\"name\":\"West Bengal\",\"id\":\"wb\"}],\"au\":[{\"name\":\"Australian Capital Territory\",\"id\":\"act\"},{\"name\":\"New South Wales\",\"id\":\"nsw\"},{\"name\":\"Northern Territory\",\"id\":\"nt\"},{\"name\":\"Queensland\",\"id\":\"qld\"},{\"name\":\"South Australia\",\"id\":\"sa\"},{\"name\":\"Tasmania\",\"id\":\"tas\"},{\"name\":\"Victoria\",\"id\":\"vic\"},{\"name\":\"Western Australia\",\"id\":\"wa\"}]}"}],"_postman_id":"1dc94368-0140-499e-98c1-f8064003840e"},{"name":"Currencies-Info","id":"792802dc-230c-4a71-abd9-d78070d5ec01","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//index/currencies-info","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["index","currencies-info"],"host":["https://platform-api.tradesmarter.com/"],"query":[],"variable":[]}},"response":[{"id":"d85b4659-03d3-45b1-86a3-c4cda472f594","name":"Currencies-Info","originalRequest":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//index/currencies-info"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"355","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 12:48:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"2\":{\"currencyName\":\"eur\",\"currencySymbol\":\"\\u20ac\",\"conversionRate\":1.1576},\"3\":{\"currencyName\":\"aud\",\"currencySymbol\":\"A$\",\"conversionRate\":0.73870000000000002},\"4\":{\"currencyName\":\"cny\",\"currencySymbol\":\"\\u00a5\",\"conversionRate\":0.1462},\"5\":{\"currencyName\":\"gbp\",\"currencySymbol\":\"\\u00a3\",\"conversionRate\":1.2856000000000001},\"6\":{\"currencyName\":\"jpy\",\"currencySymbol\":\"\\u00a5\",\"conversionRate\":0.0089999999999999993},\"7\":{\"currencyName\":\"rub\",\"currencySymbol\":\"\\u0420\",\"conversionRate\":0.0154},\"8\":{\"currencyName\":\"brl\",\"currencySymbol\":\"R$\",\"conversionRate\":0.2651},\"9\":{\"currencyName\":\"pln\",\"currencySymbol\":\"z\\u0142\",\"conversionRate\":0.26140000000000002},\"10\":{\"currencyName\":\"cad\",\"currencySymbol\":\"C$\",\"conversionRate\":0.76300000000000001},\"11\":{\"currencyName\":\"mxn\",\"currencySymbol\":\"M$\",\"conversionRate\":0.051999999999999998},\"12\":{\"currencyName\":\"chf\",\"currencySymbol\":\"Fr\",\"conversionRate\":1.0032000000000001},\"13\":{\"currencyName\":\"thb\",\"currencySymbol\":\"\\u0e3f\",\"conversionRate\":0.030099999999999998},\"14\":{\"currencyName\":\"btc\",\"currencySymbol\":\"\\u0243\",\"conversionRate\":6496.0050000000001},\"15\":{\"currencyName\":\"mbt\",\"currencySymbol\":\"m\\u0243\",\"conversionRate\":6.4960000000000004},\"16\":{\"currencyName\":\"sek\",\"currencySymbol\":\"Skr\",\"conversionRate\":0.1115},\"17\":{\"currencyName\":\"dkk\",\"currencySymbol\":\"Dkr\",\"conversionRate\":0.16558800000000001},\"18\":{\"currencyName\":\"nok\",\"currencySymbol\":\"Nkr\",\"conversionRate\":0.1215},\"1\":{\"currencyName\":\"usd\",\"currencySymbol\":\"$\",\"conversionRate\":1}}"}],"_postman_id":"792802dc-230c-4a71-abd9-d78070d5ec01"}],"id":"67890ba3-f107-4f28-999e-842c19b7a387","description":"<p>The index module contains system actions <br />\nactions that don’t directly correspond to requests made explicitly by a specific logged in user.</p>\n","_postman_id":"67890ba3-f107-4f28-999e-842c19b7a387","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"User Info & Actions","item":[{"name":"User's Address","id":"02c8b44c-6566-4f84-9ec9-088b9e325614","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//user/address?session=b9043067b03490052474f89bf0d03f78","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["user","address"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"b9043067b03490052474f89bf0d03f78"}],"variable":[]}},"response":[],"_postman_id":"02c8b44c-6566-4f84-9ec9-088b9e325614"},{"name":"User's Info","id":"575d07c5-dfe1-4e16-a270-dfadca449701","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//user/info?session=b9043067b03490052474f89bf0d03f78","description":"<p>Get the user's personal information.</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["user","info"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"b9043067b03490052474f89bf0d03f78"}],"variable":[]}},"response":[{"id":"d027e841-232d-4d28-a311-76cb65d560f5","name":"User's Info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//user/info?session=b9043067b03490052474f89bf0d03f78","host":["https://platform-api.tradesmarter.com/"],"path":["user","info"],"query":[{"key":"session","value":"b9043067b03490052474f89bf0d03f78","description":"Required - Active Session of the User"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"476","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 13:18:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"userID\":\"4543929\",\"email\":\"hello@example.com\",\"firstName\":\"hello\",\"lastName\":\"example\",\"dob\":\"1984-08-01\",\"mobile\":\"+852 55555555\",\"mobile2\":\"\",\"mobile2Verified\":\"0\",\"qq\":null,\"location\":\"hk\",\"locale\":\"en_HK\",\"nationalID\":\"\",\"confirmed\":\"0\",\"validated\":\"0\",\"frozen\":\"1\",\"blocked\":\"0\",\"affiliateID\":\"\",\"tester\":\"0\",\"facebookID\":null,\"vkID\":null,\"social\":\"0\",\"nickname\":\"\",\"accountLevel\":\"4\",\"userCurrency\":\"1\",\"depositCount\":\"1\",\"practiceMode\":\"0\",\"siteID\":\"23\",\"questionaryDone\":0,\"pushwooshDeviceToken\":null,\"globalConsent\":0,\"fxRiskFactor\":1,\"questionaryRequired\":0,\"questionaryEnabled\":1,\"showQuestionary\":0,\"welcomeEmailSent\":0,\"payoutDeltas\":\"{\\\"1\\\":3,\\\"2\\\":3,\\\"11\\\":3}\",\"questionaryRandom\":\"1\",\"practiceExpired\":0,\"expirationDate\":\"\",\"nextResetDate\":\"\",\"practiceWalletExists\":false,\"address1\":\"\",\"city\":\"\",\"state\":\"\",\"zip\":\"\",\"country\":\"hk\",\"userClass\":2}"}],"_postman_id":"575d07c5-dfe1-4e16-a270-dfadca449701"},{"name":"Send Welcome Email","id":"c02801f9-dce8-4763-bb43-8832b0bdf650","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//user/send-welcome-email?session=b9043067b03490052474f89bf0d03f78","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["user","send-welcome-email"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"b9043067b03490052474f89bf0d03f78"}],"variable":[]}},"response":[{"id":"1a0032d3-775e-484f-af4f-32181fdacaae","name":"Semd Welcome Email","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//user/send-welcome-email?session=b9043067b03490052474f89bf0d03f78","host":["https://platform-api.tradesmarter.com/"],"path":["user","send-welcome-email"],"query":[{"key":"session","value":"b9043067b03490052474f89bf0d03f78"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"16","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 12:59:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true}"}],"_postman_id":"c02801f9-dce8-4763-bb43-8832b0bdf650"},{"name":"Set User Account Level","id":"c8f057a2-018f-4ba4-b1d1-adc4710e4ad7","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//user/set-user-account-level?session=b9043067b03490052474f89bf0d03f78&accountLevel=4","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["user","set-user-account-level"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"b9043067b03490052474f89bf0d03f78"},{"description":{"content":"<p>Required  - 0 = None , 1=Basic . 2=Bronze ,<br />  3= Silver, 4=Gold , 5=Platinum</p>\n","type":"text/plain"},"key":"accountLevel","value":"4"}],"variable":[]}},"response":[{"id":"f4f51a1f-98c5-4b79-a511-a11a53b77f1e","name":"Set User Account Level","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//user/set-user-account-level?session=b9043067b03490052474f89bf0d03f78&accountLevel=4","host":["https://platform-api.tradesmarter.com/"],"path":["user","set-user-account-level"],"query":[{"key":"session","value":"b9043067b03490052474f89bf0d03f78","description":"Required - Active Session of the User"},{"key":"accountLevel","value":"4","description":"Required  - 0 = None , 1=Basic . 2=Bronze ,</br>  3= Silver, 4=Gold , 5=Platinum"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"29","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 13:08:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true,\"message\":\"\"}"}],"_postman_id":"c8f057a2-018f-4ba4-b1d1-adc4710e4ad7"},{"name":"Update User Info ","id":"a88da6ef-1066-4987-b05c-264d86dc2454","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//user/update?session=abe41b407946c43d4c230f4d55bd6584&firstName=hello&lastName=example&nationalID=nationalID&dob=1984-08-01&phone=43444444444&address1=address1&city=city&zip=555555&State=cy&country=cy&Frozen=0&Blocked=0","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["user","update"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"firstName","value":"hello"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"lastName","value":"example"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"nationalID","value":"nationalID"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"dob","value":"1984-08-01"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"phone","value":"43444444444"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"address1","value":"address1"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"city","value":"city"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"zip","value":"555555"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"State","value":"cy"},{"description":{"content":"<p>Optional - Parameter to update</p>\n","type":"text/plain"},"key":"country","value":"cy"},{"description":{"content":"<p>Optional - Parameter to update , 0= Not Frozen  , 1= Frozen</p>\n","type":"text/plain"},"key":"Frozen","value":"0"},{"description":{"content":"<p>Optional - Parameter to update, 0= Not Blocked, 1= Blocked</p>\n","type":"text/plain"},"key":"Blocked","value":"0"}],"variable":[]}},"response":[{"id":"69ba828b-e5f0-443c-97b7-a4ce520ecdf9","name":"Update User Info ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//user/update?session=abe41b407946c43d4c230f4d55bd6584&firstName=hello&lastName=example&nationalID=nationalID&dob=1984-08-01&phone=43444444444&address1=address1&city=city&zip=555555&State=cy&country=cy&Frozen=false&Blocked=false","host":["https://platform-api.tradesmarter.com/"],"path":["user","update"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - Active Session of the User"},{"key":"firstName","value":"hello","description":"Optional - Parameter to update"},{"key":"lastName","value":"example","description":"Optional - Parameter to update"},{"key":"nationalID","value":"nationalID","description":"Optional - Parameter to update"},{"key":"dob","value":"1984-08-01","description":"Optional - Parameter to update"},{"key":"phone","value":"43444444444","description":"Optional - Parameter to update"},{"key":"address1","value":"address1","description":"Optional - Parameter to update"},{"key":"city","value":"city","description":"Optional - Parameter to update"},{"key":"zip","value":"555555","description":"Optional - Parameter to update"},{"key":"State","value":"cy","description":"Optional - Parameter to update"},{"key":"country","value":"cy","description":"Optional - Parameter to update"},{"key":"Frozen","value":"false","description":"Optional - Parameter to update"},{"key":"Blocked","value":"false","description":"Optional - Parameter to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"4","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 13:55:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"true"}],"_postman_id":"a88da6ef-1066-4987-b05c-264d86dc2454"},{"name":"Reset Password Mail -  Ajax Call","id":"2586efee-2aeb-48c6-9b2f-8ddcb1b508bc","request":{"method":"GET","header":[],"url":"http://bpw.tradesmarter.com/ajax/index/reset-password?email=user@domain.com","description":"<p>This call will send a reset-password to the user .</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"protocol":"http","path":["ajax","index","reset-password"],"host":["bpw","tradesmarter","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"email","value":"user@domain.com"}],"variable":[]}},"response":[{"id":"9ea95db7-e23b-4548-b63c-94fd47567863","name":"Reset Password Mail -  Ajax Call","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://bpw.tradesmarter.com/ajax/index/reset-password?email=user@domain.com","protocol":"http","host":["bpw","tradesmarter","com"],"path":["ajax","index","reset-password"],"query":[{"key":"email","value":"user@domain.com","description":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Apache"},{"key":"Set-Cookie","value":"PHPSESSID=rp9buh3j4hch1ns8vuda8elbd4; path=/; domain=.tradesmarter.com"},{"key":"Set-Cookie","value":"userID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=.tradesmarter.com"},{"key":"Set-Cookie","value":"username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=.tradesmarter.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Origin","value":""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"169"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 28 Oct 2018 16:21:56 GMT"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish"},{"key":"X-Cache","value":"MISS"}],"cookie":[],"responseTime":null,"body":"{\"success\":true,\"type\":\"\",\"title\":\".....\",\"body\":\"\",\"message\":{\"type\":\"\",\"title\":\"...\",\"body\":\"\"}}"}],"_postman_id":"2586efee-2aeb-48c6-9b2f-8ddcb1b508bc"},{"name":"Auto Login - Redirect URL","id":"0e851489-6089-4a84-88ce-126b3ee80702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mybrand.com/index/sign-in?session=abe41b407946c43d4c230f4d55bd6584&keepSession=1&redirectUrl=https://bpw.mybrand.com","description":"<p>This call will send a reset-password to the user .</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"protocol":"https","path":["index","sign-in"],"host":["mybrand","com"],"query":[{"description":{"content":"<p>Required - Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"keepSession","value":"1"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"redirectUrl","value":"https://bpw.mybrand.com"}],"variable":[]}},"response":[],"_postman_id":"0e851489-6089-4a84-88ce-126b3ee80702"},{"name":"Options - Practice mode","id":"23ae809d-4ecb-46ea-b7f1-a2e77447b98e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://platform-api.tradesmarter.com//user/practice-mode/user/practice-mode?userID=200458&session=aaaaaa&activate=1","description":"<p>This call will change Options wallet mode</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["user","practice-mode","user","practice-mode"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<ul>\n<li>Mandatory</li>\n</ul>\n","type":"text/plain"},"key":"userID","value":"200458"},{"description":{"content":"<ul>\n<li>Mandatory</li>\n</ul>\n","type":"text/plain"},"key":"session","value":"aaaaaa"},{"description":{"content":"<ul>\n<li>Mandatory\n** active = 0 - real account\n** active = 1 - practice account</li>\n</ul>\n","type":"text/plain"},"key":"activate","value":"1"}],"variable":[]}},"response":[],"_postman_id":"23ae809d-4ecb-46ea-b7f1-a2e77447b98e"}],"id":"1d4de3f1-b894-4b1d-9d25-dec3fc47cceb","description":"<p>The user module contains action that correspond either to requests made directly by a logged-in user,<br />\nor actions that deliver user data that directly aid dispatching or performing such requests.<br />\nAs a rule, these actions are all authenticated using a session token,<br />\nas provided by Index::login.</p>\n","_postman_id":"1d4de3f1-b894-4b1d-9d25-dec3fc47cceb","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"User Details Consent","item":[{"name":"User Consent","id":"53607478-92ab-4c46-ada6-9da5e55008ba","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//account/get-user-consent?session=abe41b407946c43d4c230f4d55bd6584","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["account","get-user-consent"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"}],"variable":[]}},"response":[{"id":"962bb187-c4f0-4822-9299-e47fe09f0a85","name":"Delete Account Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//account/delete-account-request?userID=4901207","host":["https://platform-api.tradesmarter.com/"],"path":["account","delete-account-request"],"query":[{"key":"userID","value":"4901207","description":"Required "}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"103","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 14:29:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true,\"message\":\"The request to delete your account received\",\"deleteRequestID\":\"465\"}"}],"_postman_id":"53607478-92ab-4c46-ada6-9da5e55008ba"},{"name":"Update User Consent","id":"b2b107a9-6587-4f74-bbff-b49f5dbb091d","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//account/update-user-consent?session=abe41b407946c43d4c230f4d55bd6584&globalConsent=1","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["account","update-user-consent"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required  - 1=Confirmed , 0=Not Confirmed</p>\n","type":"text/plain"},"key":"globalConsent","value":"1"}],"variable":[]}},"response":[{"id":"f3bff018-763b-4039-a76c-df31d6fdbb93","name":"Update User Consent","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//account/update-user-consent?session=abe41b407946c43d4c230f4d55bd6584&globalConsent=1","host":["https://platform-api.tradesmarter.com/"],"path":["account","update-user-consent"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required "},{"key":"globalConsent","value":"1","description":"Required  - 1=Confirmed , 0=Not Confirmed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"16","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 15:00:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true}"}],"_postman_id":"b2b107a9-6587-4f74-bbff-b49f5dbb091d"}],"id":"dd478602-6d49-4499-85bc-ac05188047a8","_postman_id":"dd478602-6d49-4499-85bc-ac05188047a8","description":"","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"Multy Wallets Info & Actions","item":[{"name":"Options Wallet Details","id":"b5d20e7d-8b22-46b5-9c43-a21b998862d1","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//user/get-wallet-details?session=b9043067b03490052474f89bf0d03f78","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["user","get-wallet-details"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"b9043067b03490052474f89bf0d03f78"}],"variable":[]}},"response":[{"id":"5bf461ec-f8d6-4b3a-9da8-2bdb531e43e2","name":"Options Wallet Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//user/get-wallet-details?session=b9043067b03490052474f89bf0d03f78","host":["https://platform-api.tradesmarter.com/"],"path":["user","get-wallet-details"],"query":[{"key":"session","value":"b9043067b03490052474f89bf0d03f78","description":"Required - Active Session of the User"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"149","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 13:15:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"credit\":10150,\"reserved\":0,\"currency\":\"2\",\"available\":10000,\"bonus\":{\"tradeable\":150,\"pending\":0,\"promotional\":0},\"pendingBonusDetails\":[],\"userCurrency\":1,\"userID\":\"4543929\"}"}],"_postman_id":"b5d20e7d-8b22-46b5-9c43-a21b998862d1"},{"name":"Create FX Wallet","id":"7ea71e4e-13a1-4bd8-8240-cece372e5e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//fx/create-wallet?userID=4543929&currency=1&platformID=3&practiceMode=0","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["fx","create-wallet"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"userID","value":"4543929"},{"description":{"content":"<p>Required - 1 = usd, 2 = eur, 3 = aud, 4= cny, 5 = gbp, 6 = jpy, 7 = rub</p>\n","type":"text/plain"},"key":"currency","value":"1"},{"description":{"content":"<p>Required - 3  Fixed</p>\n","type":"text/plain"},"key":"platformID","value":"3"},{"description":{"content":"<p>Optional - 0 = Real ,1 = Practice</p>\n","type":"text/plain"},"key":"practiceMode","value":"0"}],"variable":[]}},"response":[],"_postman_id":"7ea71e4e-13a1-4bd8-8240-cece372e5e7a"},{"name":"Create Forex MT5 / MT4 Wallet","id":"6f08fdd5-0d7d-42a2-8269-afa5dd1bcb63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//fx/create-wallet?userID=4543929&pass=111111Aa&platformName=MT5&currency=1&practiceMode=0","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["fx","create-wallet"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"userID","value":"4543929"},{"description":{"content":"<p>Required - Actual User Password </p>\n","type":"text/plain"},"key":"pass","value":"111111Aa"},{"description":{"content":"<p>Required - MT5 Fixed</p>\n","type":"text/plain"},"key":"platformName","value":"MT5"},{"description":{"content":"<p>Required - 1 = usd, 2 = eur, 3 = aud, 4= cny, 5 = gbp, 6 = jpy, 7 = rub</p>\n","type":"text/plain"},"key":"currency","value":"1"},{"description":{"content":"<p>Optional - 0 = Real ,1 = Practice</p>\n","type":"text/plain"},"key":"practiceMode","value":"0"}],"variable":[]}},"response":[{"id":"b41b8e30-9314-43db-84c5-1f98d21eafb3","name":"Create Forex MT5 / MT4 Wallet","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com/fx/create-wallet?userID=4543929&platformName=MT5&currency=1&practiceMode=0&pass=111111Aa","host":["https://platform-api.tradesmarter.com/fx"],"path":["create-wallet"],"query":[{"key":"userID","value":"4543929","description":"Required "},{"key":"platformName","value":"MT5","description":"Required - MT5 Fixed"},{"key":"currency","value":"1","description":"Required - 1 = usd, 2 = eur, 3 = aud, 4= cny, 5 = gbp, 6 = jpy, 7 = rub"},{"key":"practiceMode","value":"0","description":"Optional - 0 = Real ,1 = Practice"},{"key":"pass","value":"111111Aa","description":"Required "}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"30","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 14:22:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true}"}],"_postman_id":"6f08fdd5-0d7d-42a2-8269-afa5dd1bcb63"}],"id":"73bd0fb9-867f-470c-8dc6-d7327dc85827","_postman_id":"73bd0fb9-867f-470c-8dc6-d7327dc85827","description":"","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"Bonuses Info & Actions","item":[{"name":"User Bonuses","id":"c60c19b9-b26d-4800-b0cc-8bc58b7f9adc","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//bonus/get-user-bonuses?session=abe41b407946c43d4c230f4d55bd6584","description":"<p>Retrieves tradeable user bonuses.</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["bonus","get-user-bonuses"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />\nActive Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"}],"variable":[]}},"response":[{"id":"67a0d4a0-459f-4133-8a02-7b2c4bf8fdf3","name":"User Bonuses","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//bonus/get-user-bonuses?session=abe41b407946c43d4c230f4d55bd6584","host":["https://platform-api.tradesmarter.com/"],"path":["bonus","get-user-bonuses"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - <br>\nActive Session of the User"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"169","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 07:58:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"[{\"bonusID\":\"33894\",\"typeID\":\"2\",\"name\":\"Profit Bonus\",\"originalAmount\":150,\"activeAmount\":150,\"releasedAmount\":0,\"volumeTraded\":0,\"volumeRequired\":9000,\"deposit\":0,\"pnl\":0,\"active\":true,\"dateCreated\":1525003865}]"}],"_postman_id":"c60c19b9-b26d-4800-b0cc-8bc58b7f9adc"},{"name":"Create Bonus","id":"2ecc4780-80c9-4c8f-9942-3a6388b033b5","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//bonus/create?session=abe41b407946c43d4c230f4d55bd6584&userID=4543929&type=2&amount=150&deposit=300&factor=20","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["bonus","create"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />\nActive Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"userID","value":"4543929"},{"description":{"content":"<p>Required - <br />\n 1 - SmartBonus, 2 - ProfitBonus, 3 - BalanceBonus, 4 - StickyBonus, 5 - NoDepositBonus</p>\n","type":"text/plain"},"key":"type","value":"2"},{"description":{"content":"<p>Required - <br /></p>\n","type":"text/plain"},"key":"amount","value":"150"},{"description":{"content":"<p>Required - <br />\nRelated deposit amount</p>\n","type":"text/plain"},"key":"deposit","value":"300"},{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"factor","value":"20"}],"variable":[]}},"response":[{"id":"1a5ef400-d9e1-4c16-a590-9cbf7064092f","name":"Create Bonus","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//bonus/create?session=abe41b407946c43d4c230f4d55bd6584&userID=4543929&type=2&amount=150&deposit=300&factor=20","host":["https://platform-api.tradesmarter.com/"],"path":["bonus","create"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - <br>\nActive Session of the User"},{"key":"userID","value":"4543929"},{"key":"type","value":"2"},{"key":"amount","value":"150"},{"key":"deposit","value":"300"},{"key":"factor","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"16","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 08:06:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true}"}],"_postman_id":"2ecc4780-80c9-4c8f-9942-3a6388b033b5"},{"name":"Cancel Bonus","id":"a8d68374-63cb-448e-8cbf-00908b311c14","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//bonus/cancel?session=abe41b407946c43d4c230f4d55bd6584&bonusID=33894","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["bonus","cancel"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />\nActive Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required - Can be retrived by \"User Bonuses\" Call </p>\n","type":"text/plain"},"key":"bonusID","value":"33894"}],"variable":[]}},"response":[{"id":"461d7ae5-cae5-4436-963d-694eca6a5ea4","name":"Cancel Bonus","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//bonus/cancel?session=abe41b407946c43d4c230f4d55bd6584&bonusID=33894","host":["https://platform-api.tradesmarter.com/"],"path":["bonus","cancel"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - <br>\nActive Session of the User"},{"key":"bonusID","value":"33894","description":"Required - Can be retrived by \"User Bonuses\" Call "}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"4","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 09 Aug 2018 08:16:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"true"}],"_postman_id":"a8d68374-63cb-448e-8cbf-00908b311c14"}],"id":"e207020f-10af-4a45-b9aa-b2429ce5212f","description":"<p>The bonus module is used to create, <br />\ncancel and retrieve information about user bonuses.<br /><br />\nBonus types:<br />\n1 - SmartBonus, 2 - ProfitBonus, 3 - BalanceBonus, 4 - StickyBonus, <br />\n5 - NoDepositBonusBonus<br /> <br />\n<b>Factors</b> (defaults, can be configured per site){<br />\n \"1\": [<br />\n { \"from\": 0, \"to\": 10, \"factor\": 15 },<br />\n { \"from\": 11, \"to\": 25, \"factor\": 20 },<br />\n { \"from\": 25, \"to\": 35, \"factor\": 25 },<br />\n { \"from\": 36, \"to\": 50, \"factor\": 30 }<br />\n ],<br />\n \"2\": [<br />\n { \"from\": 0, \"to\": 25, \"factor\": 15 },<br />\n { \"from\": 26, \"to\": 50, \"factor\": 20 },<br />\n { \"from\": 51, \"to\": 100, \"factor\": 30 },<br />\n { \"from\": 101, \"to\": 150, \"factor\": 35 }<br />\n ],<br />\n \"3\": [<br />\n { \"from\": 0, \"to\": 25, \"factor\": 15 },<br />\n { \"from\": 26, \"to\": 50, \"factor\": 20 },<br />\n { \"from\": 51, \"to\": 100, \"factor\": 30 },<br />\n { \"from\": 101, \"to\": 200, \"factor\": 35 },<br />\n { \"from\": 201, \"to\": 300, \"factor\": 40 }<br />\n ],<br />\n \"4\": [ <br />\n { \"from\": 0, \"to\": 100, \"factor\": 10 }<br />\n ],<br />\n \"5\": [<br />\n { \"max\": 100, \"factor\": 10 }<br />\n ]<br />\n}<br /></p>\n","event":[{"listen":"prerequest","script":{"id":"192dac53-76f1-4dae-af14-f5e9f6a993b5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae128d74-bcc5-4a12-bc90-7c0a1d8a5424","type":"text/javascript","exec":[""]}}],"_postman_id":"e207020f-10af-4a45-b9aa-b2429ce5212f","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"Payment - Make a deposit ","item":[{"name":"Create Charge","id":"36fb3b45-46e7-4aec-81a0-c6b7010da142","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//payment/create-charge?session=abe41b407946c43d4c230f4d55bd6584&amount=20&amountToCredit=30&currency=1&rate=1&gateway=PS&walletID=193277&walletType=3","description":"<p><b>Step 1 of 4 - deposit initiation</b></p>\n<p>Response : Record ID </p>\n<p>Status in the CRM :Page visited</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["payment","create-charge"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required -  <br />Original amount of the deposit</p>\n","type":"text/plain"},"key":"amount","value":"20"},{"description":{"content":"<p>Required -  <br />Actual amount To Credit after Convertion rate </p>\n","type":"text/plain"},"key":"amountToCredit","value":"30"},{"description":{"content":"<p>Required  -  <br /> currency to credit</p>\n","type":"text/plain"},"key":"currency","value":"1"},{"description":{"content":"<p>Required  - <br /> Convertion rate to USD/XXX</p>\n","type":"text/plain"},"key":"rate","value":"1"},{"description":{"content":"<p>Required  - <br /> Name of the Gateway /PSP</p>\n","type":"text/plain"},"key":"gateway","value":"PS"},{"description":{"content":"<p>Required  -  <br />walletID to credit</p>\n","type":"text/plain"},"key":"walletID","value":"193277"},{"description":{"content":"<p>Required  - <br /> wallet Type to credit  <br /> 1=Options , 3=FX , 5=MT5</p>\n","type":"text/plain"},"key":"walletType","value":"3"}],"variable":[]}},"response":[{"id":"f1cb6463-b2f5-4c40-8a9c-0ae2d5715e78","name":"Create charge","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//payment/create-charge?session=abe41b407946c43d4c230f4d55bd6584&amount=20&amountToCredit=30&currency=1&rate=1&gateway=PS&walletID=193277&walletType=3","host":["https://platform-api.tradesmarter.com/"],"path":["payment","create-charge"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - <br>Active Session of the User"},{"key":"amount","value":"20","description":"Required -  <br>Original amount of the deposit"},{"key":"amountToCredit","value":"30","description":"Required -  <br>Actual amount To Credit after Convertion rate "},{"key":"currency","value":"1","description":"Required  -  <br> currency to credit"},{"key":"rate","value":"1","description":"Required  - <br> Convertion rate to USD/XXX"},{"key":"gateway","value":"PS","description":"Required  - <br> Name of the Gateway /PSP"},{"key":"walletID","value":"193277","description":"Required  -  <br>walletID to credit"},{"key":"walletType","value":"3","description":"Required  - <br> walletType to credit  <br> 1=Options , 3=FX , 5=MT5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"8","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 15:31:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"\"654848\""}],"_postman_id":"36fb3b45-46e7-4aec-81a0-c6b7010da142"},{"name":"Charge -Step 2","id":"33ae8267-c56a-46f6-870a-d9747ac89d56","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//payment/get-charge?session=abe41b407946c43d4c230f4d55bd6584&recordID=654848","description":"<p><b>Step 2 of 4 - checking user wallet response for pending payment</b></p>\n<p>Status in the CRM :Page visited</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["payment","get-charge"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required  - <br /> Record Id that  Rerives from \"Create Charge\" Call</p>\n","type":"text/plain"},"key":"recordID","value":"654848"}],"variable":[]}},"response":[{"id":"a38d7a71-4d68-4f26-acb5-ab5bbf523e34","name":"Charge -Step 2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//payment/get-charge?session=abe41b407946c43d4c230f4d55bd6584&recordID=654848","host":["https://platform-api.tradesmarter.com/"],"path":["payment","get-charge"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - <br>Active Session of the User"},{"key":"recordID","value":"654848","description":"Required  - <br> Record Id that  Rerives from \"Create Charge\" Call"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"246","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 15:43:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"status\":true,\"data\":{\"recordID\":\"654848\",\"userID\":\"4543929\",\"amountToCredit\":\"30.00\",\"amount\":\"20.00\",\"currency\":\"1\",\"rate\":\"1\",\"status\":\"0\",\"transactionID\":\"\",\"gateway\":\"PS\",\"message\":\"\",\"timestamp\":\"2018-08-08 15:31:32\",\"details\":\"\",\"complianceCheck\":\"0\",\"complianceID\":\"0\",\"followUpBy\":\"0\",\"adminID\":\"0\",\"source\":\"API\",\"wallet_type\":\"3\",\"walletID\":\"193277\"}}"}],"_postman_id":"33ae8267-c56a-46f6-870a-d9747ac89d56"},{"name":"Update Charge","id":"58c5b8a8-949e-4369-9bb9-d29a29642400","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//payment/update-charge?session=abe41b407946c43d4c230f4d55bd6584&recordID=654848&status=2&message=&details","description":"<p><b>Step 3 of 4 - updating current status for the deposit attempt</b></p>\n<p>Status in the CRM : Approved \n(the funds didn't enter to the wallet yet)</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["payment","update-charge"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required  - <br /> Record Id that  Rerives from \"Create Charge\" Call </p>\n","type":"text/plain"},"key":"recordID","value":"654848"},{"description":{"content":"<p>Required  - <br />0=created, 1=pending, 2=approved, 3=declined</p>\n","type":"text/plain"},"key":"status","value":"2"},{"description":{"content":"<p>Optional -   <br />  Free Text- usually used for Response from the PSP</p>\n","type":"text/plain"},"key":"message","value":""},{"description":{"content":"<p>Optional -  <br />  Free Text-   usually used for PIN, Credit card number etc</p>\n","type":"text/plain"},"key":"details","value":null},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"17c38454-1d1f-4de4-95bb-efac2ca923e6","name":"Update Charge","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//payment/update-charge?session=abe41b407946c43d4c230f4d55bd6584&recordID=654848&status=2","host":["https://platform-api.tradesmarter.com/"],"path":["payment","update-charge"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - <br>Active Session of the User"},{"key":"recordID","value":"654848","description":"Required  - <br> Record Id that  Rerives from \"Create Charge\" Call "},{"key":"status","value":"2","description":"Required  - <br>0=created,1=pending,2=approved,3=declined"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"15","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 15:48:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"status\":true}"}],"_postman_id":"58c5b8a8-949e-4369-9bb9-d29a29642400"},{"name":"Finalize charge ","id":"0928adcb-f0e4-4f74-a99b-2083834f6a76","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//payment/finalize-charge?session=abe41b407946c43d4c230f4d55bd6584&recordID=654848&amount=30&walletID=193277&walletType=3&gateway=PS&sendConfirmationEmail=1","description":"<p><b>Step 4 of 4 - Update User balance<b> <br />\n<strong> ++ Should be used only on Approved deposits! ++</strong></b></b></p>\n<p>Status in the CRM : Approved , <br />\nFunds  added to the wallet</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["payment","finalize-charge"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"description":{"content":"<p>Required  - <br /> Record Id that  Rerives from \"Create Charge\" Call </p>\n","type":"text/plain"},"key":"recordID","value":"654848"},{"description":{"content":"<p>Required -  <br />Actual amount To Credit after Convertion rate </p>\n","type":"text/plain"},"key":"amount","value":"30"},{"description":{"content":"<p>Required  -  <br />walletID to credit</p>\n","type":"text/plain"},"key":"walletID","value":"193277"},{"description":{"content":"<p>Required  - <br /> wallet Type to credit  <br /> 1=Options , 3=FX , 5=MT5</p>\n","type":"text/plain"},"key":"walletType","value":"3"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"gateway","value":"PS"},{"description":{"content":"<p>Optional - <br />\n0= None, 1=Sends Confirmation Emeil</p>\n","type":"text/plain"},"key":"sendConfirmationEmail","value":"1"}],"variable":[]}},"response":[{"id":"a86ef93a-eb7b-4981-8a0c-c146f5747825","name":"Finalize charge ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//payment/finalize-charge?session=abe41b407946c43d4c230f4d55bd6584&recordID=654848&amount=30&walletID=193277&walletType=3","host":["https://platform-api.tradesmarter.com/"],"path":["payment","finalize-charge"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"key":"recordID","value":"654848"},{"key":"amount","value":"30"},{"key":"walletID","value":"193277"},{"key":"walletType","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"62","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 15:57:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"status\":true,\"deposited\":true,\"data\":{\"historyID\":\"213701\"}}"}],"_postman_id":"0928adcb-f0e4-4f74-a99b-2083834f6a76"}],"id":"0c88e107-bdbd-4fa6-853d-adefd8006c09","description":"<p>The Deposit module is used to make a deposit via API<br />\n<b>the call is in 4 steps and should be treated as 1 process.</b></p>\n<p>Each call will provide a response that is <b> essential</b> to the execution of the following call.<br />\nMake sure to follow the steps accordingly to complete payment process.</p>\n","event":[{"listen":"prerequest","script":{"id":"55e72e95-6cb9-41ea-b52d-d5814aaeaa7c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af3b0490-cce8-4e3c-952d-c93ea9fd8af6","type":"text/javascript","exec":[""]}}],"_postman_id":"0c88e107-bdbd-4fa6-853d-adefd8006c09","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"Payment - Make a Withdrawal ","item":[{"name":"Get Withdrawal Options","id":"f7a2bae0-a2ff-4391-831f-030dacd094ea","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://platform-api.tradesmarter.com//mp-account/get-withdrawal-options?platformID=3&walletID=284318&userID=4543929","description":"<p>This call will retrive the amount that can be WD , and the bunuses that theuser will lose if the WD will be processed </p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["mp-account","get-withdrawal-options"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required  </p>\n","type":"text/plain"},"key":"platformID","value":"3"},{"description":{"content":"<p>Required  -  <br />walletID to credit</p>\n","type":"text/plain"},"key":"walletID","value":"284318"},{"description":{"content":"<p>Required  </p>\n","type":"text/plain"},"key":"userID","value":"4543929"}],"variable":[]}},"response":[{"id":"08253db9-cb3f-4ecf-abcd-491873bb45fd","name":"Get Withdrawal Options","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://platform-api.tradesmarter.com//mp-account/get-withdrawal-options?platformID=3&walletID=284318&userID=4543929","host":["https://platform-api.tradesmarter.com/"],"path":["mp-account","get-withdrawal-options"],"query":[{"key":"platformID","value":"3","description":"Required  "},{"key":"walletID","value":"284318","description":"Required  -  <br>walletID to credit"},{"key":"userID","value":"4543929","description":"Required  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"66","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 27 Aug 2018 08:32:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"success\":true,\"message\":\"\",\"data\":[{\"amount\":9950,\"giveUp\":[]}]}"}],"_postman_id":"f7a2bae0-a2ff-4391-831f-030dacd094ea"},{"name":"Make a Withdrawal Request","id":"ae8cbbc1-20f9-4833-b704-368534516746","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://platform-api.tradesmarter.com//mp-account/add-withdrawal?platformID=3&walletID=284318&amount=5501&userID=4543929","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["mp-account","add-withdrawal"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required  </p>\n","type":"text/plain"},"key":"platformID","value":"3"},{"description":{"content":"<p>Required  </p>\n","type":"text/plain"},"key":"walletID","value":"284318"},{"description":{"content":"<p>Required  </p>\n","type":"text/plain"},"key":"amount","value":"5501"},{"description":{"content":"<p>Required  </p>\n","type":"text/plain"},"key":"userID","value":"4543929"}],"variable":[]}},"response":[{"id":"2fa717eb-6346-45c6-8925-e1dff49a40d0","name":"Make a Withdrawal Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://platform-api.tradesmarter.com//mp-account/add-withdrawal?platformID=3&walletID=284318&amount=5501&userID=4543929","host":["https://platform-api.tradesmarter.com/"],"path":["mp-account","add-withdrawal"],"query":[{"key":"platformID","value":"3","description":"Required  "},{"key":"walletID","value":"284318","description":"Required  "},{"key":"amount","value":"5501","description":"Required  "},{"key":"userID","value":"4543929","description":"Required  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"62","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 27 Aug 2018 08:39:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"success\":true,\"message\":\"\",\"data\":\"{\\\"bonus\\\":0,\\\"pnl\\\":0}\"}"}],"_postman_id":"ae8cbbc1-20f9-4833-b704-368534516746"}],"id":"c4c1970b-5b20-493a-ba9e-9e821c6cbbf3","description":"<p>The Withdrawal module is used to make a Withdrawal via API<br /></p>\n","event":[{"listen":"prerequest","script":{"id":"55e72e95-6cb9-41ea-b52d-d5814aaeaa7c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af3b0490-cce8-4e3c-952d-c93ea9fd8af6","type":"text/javascript","exec":[""]}}],"_postman_id":"c4c1970b-5b20-493a-ba9e-9e821c6cbbf3","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"FX Platform Trade","item":[{"name":"FX Make Trade","id":"c0d723d5-65a2-437d-9b4a-5e7b81576404","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//fx-wallet/trade?session=abe41b407946c43d4c230f4d55bd6584&walletID=284318&instrumentID=1&stake=25&optionType=20&direction=1&takeProfit=25&leverage=75&appId=API&stopLoss=25&currency=1&orderType=market","description":"<p>This call will allow you made trade on FXCFD Platform </p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["fx-wallet","trade"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required - <br />Active Session of the User</p>\n","type":"text/plain"},"key":"session","value":"abe41b407946c43d4c230f4d55bd6584"},{"key":"walletID","value":"284318"},{"description":{"content":"<p>Required - </p>\n","type":"text/plain"},"key":"instrumentID","value":"1"},{"description":{"content":"<p>Required - Trade stake</p>\n","type":"text/plain"},"key":"stake","value":"25"},{"description":{"content":"<p>Required - </p>\n","type":"text/plain"},"key":"optionType","value":"20"},{"description":{"content":"<p>Required - 1=Long , -1 =Short</p>\n","type":"text/plain"},"key":"direction","value":"1"},{"description":{"content":"<p>Required - </p>\n","type":"text/plain"},"key":"takeProfit","value":"25"},{"description":{"content":"<p>Required - </p>\n","type":"text/plain"},"key":"leverage","value":"75"},{"description":{"content":"<p>Required - 'bpFxCfd'  Fixed</p>\n","type":"text/plain"},"key":"appId","value":"API"},{"description":{"content":"<p>Required - should be equal to stake</p>\n","type":"text/plain"},"key":"stopLoss","value":"25"},{"description":{"content":"<p>Required - currency of the trade</p>\n","type":"text/plain"},"key":"currency","value":"1"},{"description":{"content":"<p>Required - 'market'  Fixed</p>\n","type":"text/plain"},"key":"orderType","value":"market"}],"variable":[]}},"response":[{"id":"351a78b1-3d1b-49e0-9204-270bfa77f58f","name":"FX Make Trade","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//fx-wallet/trade?session=abe41b407946c43d4c230f4d55bd6584&instrumentID=1&stake=25&optionType=20&direction=1&takeProfit=25&leverage=75&appId=bpFxCfd&stopLoss=25&currency=1&orderType=market&walletID=284318","host":["https://platform-api.tradesmarter.com/"],"path":["fx-wallet","trade"],"query":[{"key":"session","value":"abe41b407946c43d4c230f4d55bd6584","description":"Required - <br>Active Session of the User"},{"key":"instrumentID","value":"1","description":"Required - "},{"key":"stake","value":"25","description":"Required - Trade stake"},{"key":"optionType","value":"20","description":"Required - "},{"key":"direction","value":"1","description":"Required - 1=Long , -1 =Short"},{"key":"takeProfit","value":"25","description":"Required - "},{"key":"leverage","value":"75","description":"Required - "},{"key":"appId","value":"bpFxCfd","description":"Required - 'bpFxCfd'  Fixed"},{"key":"stopLoss","value":"25","description":"Required - should be equal to stake"},{"key":"currency","value":"1","description":"Required - currency of the trade"},{"key":"orderType","value":"market","description":"Required - 'market'  Fixed"},{"key":"walletID","value":"284318"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"327","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 16:22:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true,\"message\":\"\",\"wallet\":{\"walletID\":\"284318\",\"userID\":\"4543929\",\"currency\":\"1\",\"credit\":9975,\"reserved\":25,\"bonusCap\":\"0.00\"},\"data\":{\"tradeID\":37732,\"walletID\":284318,\"platformID\":3,\"asset\":\"EUR\\/USD\",\"tradeTime\":1533745345000,\"currency\":1,\"direction\":1,\"instrumentID\":1,\"quotePrecision\":5,\"stake\":25,\"referencePrice\":1.1599699999999999,\"stopLossPrice\":1.1445000000000001,\"takeProfitPrice\":1.1638299999999999,\"leverage\":75,\"expiry\":1535473320000,\"deltaSpread\":0.00025000000000000001,\"fxRiskFactor\":1}}"}],"_postman_id":"c0d723d5-65a2-437d-9b4a-5e7b81576404"},{"name":"FX Close Trade","id":"66e5ce4c-59c9-4b64-b303-ad4b75330ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//fx-wallet/close-trades-manual/trades/[{\"tradeID\":37732,\"platformID\":3,\"walletID\":284318,\"userID\":4543929,\"siteID\":23}]","description":"<p><strong>Please note that this request params must be in Jason format <br /></strong></p>\n<p>Mandatory Params : <br />\ntradeID, <br />\nplatformID\":3 <br />\nwalletID <br />\nuserID <br />\nsiteID <br />\n</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["fx-wallet","close-trades-manual","trades","[{\"tradeID\":37732,\"platformID\":3,\"walletID\":284318,\"userID\":4543929,\"siteID\":23}]"],"host":["https://platform-api.tradesmarter.com/"],"query":[],"variable":[]}},"response":[{"id":"d02d3add-77ff-4542-9345-8294bf08b20f","name":"FX Close Trade","originalRequest":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//fx-wallet/close-trades-manual/trades/[{\"tradeID\":37732,\"platformID\":3,\"walletID\":284318,\"userID\":4543929,\"siteID\":23}]"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"success\":true,\"data\":[{\"userID\":4543929,\"tradeID\":37732,\"result\":-1,\"expiryPrice\":1.124825,\"returnedAmount\":24.033681208098375}]}"}],"_postman_id":"66e5ce4c-59c9-4b64-b303-ad4b75330ec8"},{"name":"Add FX Bonus","id":"8cdd335e-cbdb-4aa5-b252-9977b5489472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//fx-wallet/tradeable-bonus/?walletID=284318&type=1&amount=500&factor=1300&userID=4543929&deposit=5000","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["fx-wallet","tradeable-bonus",""],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"walletID","value":"284318"},{"description":{"content":"<p>Required  -  1 : SmartBonus</p>\n","type":"text/plain"},"key":"type","value":"1"},{"description":{"content":"<p>Required  -  Bonus amount</p>\n","type":"text/plain"},"key":"amount","value":"500"},{"description":{"content":"<p>Required  - Predefine </p>\n","type":"text/plain"},"key":"factor","value":"1300"},{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"userID","value":"4543929"},{"description":{"content":"<p>Required - Related deposit amount</p>\n","type":"text/plain"},"key":"deposit","value":"5000"}],"variable":[]}},"response":[{"id":"c7da8972-5408-4813-9cb0-a87170dc0464","name":"Add FX Bonus","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//fx-wallet/tradeable-bonus/?walletID=284318&type=1&amount=500&factor=1300&userID=4543929&deposit=5000","host":["https://platform-api.tradesmarter.com/"],"path":["fx-wallet","tradeable-bonus",""],"query":[{"key":"walletID","value":"284318"},{"key":"type","value":"1"},{"key":"amount","value":"500"},{"key":"factor","value":"1300"},{"key":"userID","value":"4543929"},{"key":"deposit","value":"5000"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"success\":true,\"message\":\"\",\"wallet\":{\"walletID\":\"284318\",\"userID\":\"4543929\",\"currency\":\"1\",\"credit\":199139.60999999999,\"reserved\":\"0.00\",\"bonusCap\":500},\"data\":\"\"}"}],"_postman_id":"8cdd335e-cbdb-4aa5-b252-9977b5489472"}],"id":"d2959621-4c93-426f-a6eb-7b6e99e73f53","_postman_id":"d2959621-4c93-426f-a6eb-7b6e99e73f53","description":"","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"Delete User Details","item":[{"name":"Delete Account Request","id":"dab3bee1-dbd6-4d95-b546-c866a1bd6e35","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//account/delete-account-request?userID=4901207","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["account","delete-account-request"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"userID","value":"4901207"}],"variable":[]}},"response":[{"id":"7a6b0116-7399-4d86-b94e-abc9e2bb32b6","name":"Delete Account Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//account/delete-account-request?userID=4901207","host":["https://platform-api.tradesmarter.com/"],"path":["account","delete-account-request"],"query":[{"key":"userID","value":"4901207","description":"Required "}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"103","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 14:29:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true,\"message\":\"The request to delete your account received\",\"deleteRequestID\":\"465\"}"}],"_postman_id":"dab3bee1-dbd6-4d95-b546-c866a1bd6e35"},{"name":"Update Delete Account Request","id":"ea234025-69a1-4cc6-85e9-8d29d132efcd","request":{"method":"GET","header":[],"url":"https://platform-api.tradesmarter.com//account/update-delete-account-request?userID=4901207&deleteRequestID=465&status=4","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}},"urlObject":{"path":["account","update-delete-account-request"],"host":["https://platform-api.tradesmarter.com/"],"query":[{"description":{"content":"<p>Required </p>\n","type":"text/plain"},"key":"userID","value":"4901207"},{"description":{"content":"<p>Required  <br /> Retrived from \"Delete Account Request\" Call</p>\n","type":"text/plain"},"key":"deleteRequestID","value":"465"},{"description":{"content":"<p>Required - 1=Requested, 2=FollowedUp ,<br />\n3=Declined,  4=Approved (Confirming request) , 5 =Deleted</p>\n","type":"text/plain"},"key":"status","value":"4"}],"variable":[]}},"response":[{"id":"863679eb-0635-40b1-b72c-fe8db38a7611","name":"Update Delete Account Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://platform-api.tradesmarter.com//account/update-delete-account-request?userID=4901207&deleteRequestID=465&status=4","host":["https://platform-api.tradesmarter.com/"],"path":["account","update-delete-account-request"],"query":[{"key":"userID","value":"4901207","description":"Required "},{"key":"deleteRequestID","value":"465","description":"Required  </br> Retrived from \"Delete Account Request\" Call"},{"key":"status","value":"4","description":"Required - 4=Approved"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Content-Length","value":"48","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 14:44:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 varnish","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"platform-api.tradesmarter.com","path":"/","secure":false,"value":"phoi54oqrqcmgohc9miu7g12i2","key":"PHPSESSID"}],"responseTime":null,"body":"{\"success\":true,\"message\":\"Account was deleted\"}"}],"_postman_id":"ea234025-69a1-4cc6-85e9-8d29d132efcd"}],"id":"b41c3328-cb92-4bfb-b2c9-7c8e7234024b","_postman_id":"b41c3328-cb92-4bfb-b2c9-7c8e7234024b","description":"","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}},{"name":"Common Error Codes","item":[],"id":"b10d745e-24ab-4f90-a117-f1a8ac231dff","description":"<p>In case of errors,<br />\nthe response header will be 500,<br />\nand the response body will be formatted as follows:{<br />\nsuccess: false,<br />\nerror: {<br />\ncode: The error code,<br />\nmessage: The error message <br />\n}<br />\n}<br /><br /></p>\n<p>1 - General error.<br />\n10 -    Email already exists.<br />\n11 -    Missing parameters.<br />\n20 -    Could not log in Please verify that you're using the correct email and password.<br />\n21 -    Email not found.<br />\n30 -    Login required.<br />\n40 -    Confirmation Error incorrect token / user is not confirmed.<br />\n100 -   User is blocked.<br />\n101 -   User is frozen.<br />\n104 -   Invalid facebook user.<br />\n105 -   Invalid site ID.<br />\n106 -   Some parameters are not correct.<br />\n206 -   Feed problems.<br />\n         Trade could not be accepted Please refresh the page and try again.<br /><br />\n340 - technical error.<br />\n341 - Invalid parameters.<br /><br /></p>\n<p><b> Wallet Related Errors:</b><br />\n114 -   Wallet ID and Platform ID mismatch.<br />\n342 - Max deposit.<br /><br /></p>\n<p><b> Trade Related Errors</b><br />\n200 -   Incorrect payout.<br />\n201 -   Incorrect stake - Invalid investment amount.<br />\n    Amount should be between [min] and [max].<br /><br />\n203 -   User stake is too high.<br />\n    You have exceeded your investment limit for this option.<br /><br />\n212 -   leverage not in range.<br />\n344 - Volume traded technical error.<br />\n345 - Volume inactive.<br />\n346 - Volume not found.<br /><br /></p>\n<p><b> Bonus Related Errors:</b><br />\n343, 348 - Invalid factor.<br /><br /></p>\n<p><b> Withdrawal Related Errors:</b><br />\n103 -   Not enough funds to perform withdrawal.<br />\n380 -   Withdrawal – technical error.<br />\n381 -   Withdrawal – empty.<br />\n382 -   Withdrawal – reserved.<br />\n383 -   Withdrawal – locked.<br />\n384 -   Withdrawal – not found.<br />\n385 -   Withdrawal – Reject by active bonus.<br /></p>\n","event":[{"listen":"prerequest","script":{"id":"1613d80b-deeb-4687-916b-bc7a847f16d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"482569fe-d50f-4ad9-9ccc-752992e85f29","type":"text/javascript","exec":[""]}}],"_postman_id":"b10d745e-24ab-4f90-a117-f1a8ac231dff","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","id":"4cd600aa-44e8-4194-8fb7-005d12db65a4","name":"Tradesmarter Platform API","type":"collection"}}}],"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"}},"event":[{"listen":"prerequest","script":{"id":"5758dd70-4424-48e7-9487-6d884cf0f375","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"accbb65a-ec59-406c-99f2-c9fe0340a556","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://platform-api.tradesmarter.com/"},{"key":"userID1","value":"4543929"},{"key":"walletIDfx1","value":""}]}