{"info":{"_postman_id":"15321326-fa66-47e3-bc16-75456fdd7f2f","name":"NDAX Rest API","description":"<html><head></head><body><p>NDAX Whitelabel Rest API Documentations</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13294819","collectionId":"15321326-fa66-47e3-bc16-75456fdd7f2f","publishedId":"2sAYQUotLw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-08T21:45:47.000Z"},"item":[{"name":"Trader Rest API","item":[{"name":"v1","item":[{"name":"accounts","item":[{"name":"properties","item":[{"name":"change Account Properties","id":"011a5b59-09d9-42c2-864e-d0a68c2989e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"<string>\",\n  \"property_changes\": [\n    {\n      \"index\": \"<integer>\",\n      \"type\": \"update\",\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"index\": \"<integer>\",\n      \"type\": \"delete\",\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/accounts/properties","description":"<p>Changes account's properties.</p>\n","urlObject":{"path":["api","v1","accounts","properties"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"35c73843-8395-42eb-8fd3-ad4bc246fc68","name":"Account with updates properties.","originalRequest":{"method":"PUT","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"<string>\",\n  \"property_changes\": [\n    {\n      \"index\": \"<integer>\",\n      \"type\": \"update\",\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"index\": \"<integer>\",\n      \"type\": \"delete\",\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/accounts/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"balance\": {},\n  \"available_for_trading\": {},\n  \"available_for_withdrawal\": {},\n  \"id\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"status\": \"suspended\",\n  \"name\": \"<string>\",\n  \"deposit_wallet_address\": \"<string>\",\n  \"withdrawal_wallet_addresses\": [\n    {\n      \"address\": \"<string>\",\n      \"network\": \"<string>\",\n      \"status\": \"succeeded\",\n      \"reason\": \"<string>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"network\": \"<string>\",\n      \"status\": \"rejected\",\n      \"reason\": \"<string>\"\n    }\n  ],\n  \"deposit_wallet_addresses\": [\n    {\n      \"address\": \"<string>\",\n      \"network\": \"<string>\",\n      \"status\": \"succeeded\",\n      \"reason\": \"<string>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"network\": \"<string>\",\n      \"status\": \"succeeded\",\n      \"reason\": \"<string>\"\n    }\n  ],\n  \"measurement_currency_id\": \"<string>\",\n  \"enter_average_price\": {},\n  \"current_price\": {},\n  \"unrealized_pnl\": {},\n  \"realized_pnl\": {},\n  \"total_statistics\": [\n    {\n      \"total\": {},\n      \"type\": \"withdrawal\",\n      \"total_this_day\": {},\n      \"total_this_week\": {},\n      \"total_this_month\": {},\n      \"total_this_year\": {}\n    },\n    {\n      \"total\": {},\n      \"type\": \"transfer_send\",\n      \"total_this_day\": {},\n      \"total_this_week\": {},\n      \"total_this_month\": {},\n      \"total_this_year\": {}\n    }\n  ],\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"011a5b59-09d9-42c2-864e-d0a68c2989e6"}],"id":"68667181-b73d-43fa-9d87-d27de8907b40","_postman_id":"68667181-b73d-43fa-9d87-d27de8907b40","description":""},{"name":"get Accounts2","id":"ea1074f4-69a7-4389-a80d-3fcfc7955f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Account-ID","value":"<string>","description":"<p>ID of the account to receive. Optional parameter.</p>\n"},{"key":"X-Deltix-Currency-IDs","value":"<string>","description":"<p>Comma-separated list of currency IDs each of which will be used as a target currency to\ncalculate account statistics in it. Each currency ID must be from\nUserSettingsDto.measurement_currencies,\notherwise an error will be raised. Optional parameter. Example: USD,BTC.</p>\n"},{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/accounts","description":"<p>Returns accounts list for specified user or single account if X-Deltix-Account-ID parameter is specified.\nAdditionally, will return account statistics in each of the currencies specified in X-Deltix-Currency-IDs parameter\n(NOTE: only currencies from UserSettingsDto.measurement_currencies\nare allowed in this parameter).</p>\n","urlObject":{"path":["api","v1","accounts"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"40c7861c-3fcc-475c-9b48-f1f0445a558f","name":"List of accounts.","originalRequest":{"method":"GET","header":[{"description":"ID of the account to receive. Optional parameter.","key":"X-Deltix-Account-ID","value":"<string>"},{"description":"Comma-separated list of currency IDs each of which will be used as a target currency to\ncalculate account statistics in it. Each currency ID must be from\nUserSettingsDto.measurement_currencies,\notherwise an error will be raised. Optional parameter. Example: USD,BTC.","key":"X-Deltix-Currency-IDs","value":"<string>"},{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"balance\": {},\n    \"available_for_trading\": {},\n    \"available_for_withdrawal\": {},\n    \"id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"status\": \"active\",\n    \"name\": \"<string>\",\n    \"deposit_wallet_address\": \"<string>\",\n    \"withdrawal_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"cancelled\",\n        \"reason\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"rejected\",\n        \"reason\": \"<string>\"\n      }\n    ],\n    \"deposit_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"pending\",\n        \"reason\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"succeeded\",\n        \"reason\": \"<string>\"\n      }\n    ],\n    \"measurement_currency_id\": \"<string>\",\n    \"enter_average_price\": {},\n    \"current_price\": {},\n    \"unrealized_pnl\": {},\n    \"realized_pnl\": {},\n    \"total_statistics\": [\n      {\n        \"total\": {},\n        \"type\": \"withdrawal_reservation_cancel\",\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"total_this_month\": {},\n        \"total_this_year\": {}\n      },\n      {\n        \"total\": {},\n        \"type\": \"interest\",\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"total_this_month\": {},\n        \"total_this_year\": {}\n      }\n    ],\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ]\n  },\n  {\n    \"balance\": {},\n    \"available_for_trading\": {},\n    \"available_for_withdrawal\": {},\n    \"id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"status\": \"active\",\n    \"name\": \"<string>\",\n    \"deposit_wallet_address\": \"<string>\",\n    \"withdrawal_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"rejected\",\n        \"reason\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"failed\",\n        \"reason\": \"<string>\"\n      }\n    ],\n    \"deposit_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"rejected\",\n        \"reason\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"network\": \"<string>\",\n        \"status\": \"in_progress\",\n        \"reason\": \"<string>\"\n      }\n    ],\n    \"measurement_currency_id\": \"<string>\",\n    \"enter_average_price\": {},\n    \"current_price\": {},\n    \"unrealized_pnl\": {},\n    \"realized_pnl\": {},\n    \"total_statistics\": [\n      {\n        \"total\": {},\n        \"type\": \"rollover_commission\",\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"total_this_month\": {},\n        \"total_this_year\": {}\n      },\n      {\n        \"total\": {},\n        \"type\": \"credit\",\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"total_this_month\": {},\n        \"total_this_year\": {}\n      }\n    ],\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ]\n  }\n]"}],"_postman_id":"ea1074f4-69a7-4389-a80d-3fcfc7955f08"}],"id":"9acf3e6a-4bb5-4a30-8bab-d1b5c6aa2c54","_postman_id":"9acf3e6a-4bb5-4a30-8bab-d1b5c6aa2c54","description":""},{"name":"books","item":[{"name":"{security_id}","item":[{"name":"get Order Book","id":"3ecfc92d-e547-4355-b37d-f7b97b2e655c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/books/:security_id?limit_asks=0&limit_bids=0","description":"<p>Returns list of order books for specified symbol - one book per exchange.</p>\n","urlObject":{"path":["api","v1","books",":security_id"],"host":["/"],"query":[{"description":{"content":"<p>Optional. Limit the number of asks (offers to sell) returned. May be 0 to return the full order book on this side. Default is 0.</p>\n","type":"text/plain"},"key":"limit_asks","value":"0"},{"description":{"content":"<p>Optional. Limit the number of bids (offers to buy) returned. May be 0 to return the full order book on this side. Default is 0.</p>\n","type":"text/plain"},"key":"limit_bids","value":"0"}],"variable":[{"id":"cff98b41-b544-4812-b923-474c612a5027","description":{"content":"<p>(Required) Instrument to get order books for.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"b33b00ea-0962-4807-965c-2b8c2bc0f5eb","name":"List of order books.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/books/:security_id?limit_asks=0&limit_bids=0","host":["/"],"path":["api","v1","books",":security_id"],"query":[{"description":"Optional. Limit the number of asks (offers to sell) returned. May be 0 to return the full order book on this side. Default is 0.","key":"limit_asks","value":"0"},{"description":"Optional. Limit the number of bids (offers to buy) returned. May be 0 to return the full order book on this side. Default is 0.","key":"limit_bids","value":"0"}],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"timestamp\": \"<long>\",\n    \"sequence_number\": \"<long>\",\n    \"security_id\": \"<string>\",\n    \"type\": \"incremental_update\",\n    \"entries\": [\n      {\n        \"price\": {},\n        \"timestamp\": \"<long>\",\n        \"quantity\": {},\n        \"side\": \"sell\",\n        \"action\": \"delete\",\n        \"level\": \"<integer>\",\n        \"number_of_orders\": \"<long>\",\n        \"exchange_id\": \"<string>\"\n      },\n      {\n        \"price\": {},\n        \"timestamp\": \"<long>\",\n        \"quantity\": {},\n        \"side\": \"buy\",\n        \"action\": \"delete\",\n        \"level\": \"<integer>\",\n        \"number_of_orders\": \"<long>\",\n        \"exchange_id\": \"<string>\"\n      }\n    ]\n  },\n  {\n    \"timestamp\": \"<long>\",\n    \"sequence_number\": \"<long>\",\n    \"security_id\": \"<string>\",\n    \"type\": \"incremental_update\",\n    \"entries\": [\n      {\n        \"price\": {},\n        \"timestamp\": \"<long>\",\n        \"quantity\": {},\n        \"side\": \"sell\",\n        \"action\": \"delete\",\n        \"level\": \"<integer>\",\n        \"number_of_orders\": \"<long>\",\n        \"exchange_id\": \"<string>\"\n      },\n      {\n        \"price\": {},\n        \"timestamp\": \"<long>\",\n        \"quantity\": {},\n        \"side\": \"buy\",\n        \"action\": \"insert\",\n        \"level\": \"<integer>\",\n        \"number_of_orders\": \"<long>\",\n        \"exchange_id\": \"<string>\"\n      }\n    ]\n  }\n]"}],"_postman_id":"3ecfc92d-e547-4355-b37d-f7b97b2e655c"}],"id":"5c4a9f30-d28f-4a49-a7b6-d9c997cf8148","_postman_id":"5c4a9f30-d28f-4a49-a7b6-d9c997cf8148","description":""}],"id":"f6a28387-f4f3-4f75-a101-24016f2c1825","_postman_id":"f6a28387-f4f3-4f75-a101-24016f2c1825","description":""},{"name":"currencies","item":[{"name":"commission_plans","item":[{"name":"active","item":[{"name":"get Active Currency Commission Plans","id":"dd351b67-0e4b-4b25-afcf-46b24bd7882f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies/commission_plans/active","description":"<p>Returns active commission plans for all currencies available to the user:\ncurrent commission plans and possible next commission plans.</p>\n","urlObject":{"path":["api","v1","currencies","commission_plans","active"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e3cc9e63-aa73-4cbf-8d63-8494f287eb6e","name":"Active commission plans.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies/commission_plans/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"currency_id\": \"<string>\",\n    \"current\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next_by_volume\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next_by_balance\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next_by_invited_users_count\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    }\n  },\n  {\n    \"currency_id\": \"<string>\",\n    \"current\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next_by_volume\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next_by_balance\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    },\n    \"next_by_invited_users_count\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"withdrawal_commission_progressive\": {},\n      \"withdrawal_commission_flat\": {},\n      \"deposit_commission_progressive\": {},\n      \"deposit_commission_flat\": {}\n    }\n  }\n]"},{"id":"ad8cc26a-57bf-406a-8517-dbaf142dfd6a","name":"in case either commission plans or trading statistics were not found.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/currencies/commission_plans/active"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e33b6fe-9020-4c31-b264-6d634b993514","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/currencies/commission_plans/active"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd351b67-0e4b-4b25-afcf-46b24bd7882f"}],"id":"f65b1dca-4d12-4348-890b-daacb32cc3e0","_postman_id":"f65b1dca-4d12-4348-890b-daacb32cc3e0","description":""}],"id":"baebb148-8cff-469d-a0e1-e1bf94a3591c","_postman_id":"baebb148-8cff-469d-a0e1-e1bf94a3591c","description":""},{"name":"{currency_id}","item":[{"name":"commission_plans","item":[{"name":"active","item":[{"name":"get Active Currency Commission Plans2","id":"bec2d7eb-31ab-462d-9342-f6ed0ba3f76c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies/:currency_id/commission_plans/active","description":"<p>Returns active commission plans of the user for the specified currency:\ncurrent commission plan and possible next commission plans.</p>\n","urlObject":{"path":["api","v1","currencies",":currency_id","commission_plans","active"],"host":["/"],"query":[],"variable":[{"id":"76a0e470-7bad-4127-afcb-15a797272db3","description":{"content":"<p>(Required) ID of the currency.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"currency_id"}]}},"response":[{"id":"97c6afc0-ec43-4ccf-88d8-42a89821e7f7","name":"Active commission plans.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/currencies/:currency_id/commission_plans/active","host":["/"],"path":["api","v1","currencies",":currency_id","commission_plans","active"],"variable":[{"key":"currency_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"currency_id\": \"<string>\",\n  \"current\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {}\n  },\n  \"next\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {}\n  },\n  \"next_by_volume\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {}\n  },\n  \"next_by_balance\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {}\n  },\n  \"next_by_invited_users_count\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {}\n  }\n}"},{"id":"a3a3e3f7-a427-4b6d-be28-b2b4c0f958d4","name":"in case either commission plans or trading statistics were not found.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/currencies/:currency_id/commission_plans/active","host":["/"],"path":["api","v1","currencies",":currency_id","commission_plans","active"],"variable":[{"key":"currency_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"40b57680-1df2-4561-a3ea-1cf7f3d8d68d","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/currencies/:currency_id/commission_plans/active","host":["/"],"path":["api","v1","currencies",":currency_id","commission_plans","active"],"variable":[{"key":"currency_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bec2d7eb-31ab-462d-9342-f6ed0ba3f76c"}],"id":"c8450902-4268-45ca-8b60-7776b95621c4","_postman_id":"c8450902-4268-45ca-8b60-7776b95621c4","description":""},{"name":"get Currency Commission Plans","id":"099ed9b8-1d1f-4ed9-be3d-27041a60c093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies/:currency_id/commission_plans","description":"<p>Returns list of commission plans for a specific currency.</p>\n","urlObject":{"path":["api","v1","currencies",":currency_id","commission_plans"],"host":["/"],"query":[],"variable":[{"id":"a6d60f4e-3e5e-4269-81f8-9ee1928498ae","description":{"content":"<p>(Required) ID of the currency.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"currency_id"}]}},"response":[{"id":"0a656a83-9ffd-4166-abc6-5535c81fbc1d","name":"List of commission plans.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/currencies/:currency_id/commission_plans","host":["/"],"path":["api","v1","currencies",":currency_id","commission_plans"],"variable":[{"key":"currency_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {}\n  },\n  {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {}\n  }\n]"},{"id":"81bf5a67-8531-462c-8688-14a189b7e536","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/currencies/:currency_id/commission_plans","host":["/"],"path":["api","v1","currencies",":currency_id","commission_plans"],"variable":[{"key":"currency_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"099ed9b8-1d1f-4ed9-be3d-27041a60c093"}],"id":"c8fd146b-94e7-4d3e-b1a7-eb1123da60af","_postman_id":"c8fd146b-94e7-4d3e-b1a7-eb1123da60af","description":""},{"name":"limits","item":[{"name":"get Currency Limits","id":"85d7999a-7485-4279-9f41-d6b378b9b3d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies/:currency_id/limits","description":"<p>Returns currency withdrawal and deposit limits taking into account transactions already performed by the user.</p>\n","urlObject":{"path":["api","v1","currencies",":currency_id","limits"],"host":["/"],"query":[],"variable":[{"id":"357be790-67c4-4f2e-aa73-5c66a1906b4b","description":{"content":"<p>(Required) ID of the currency.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"currency_id"}]}},"response":[{"id":"57f4def6-cfb2-41f8-9772-6252e70321aa","name":"Currency.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/currencies/:currency_id/limits","host":["/"],"path":["api","v1","currencies",":currency_id","limits"],"variable":[{"key":"currency_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"withdrawal_limit\": {},\n  \"deposit_limit\": {},\n  \"id\": \"<string>\"\n}"}],"_postman_id":"85d7999a-7485-4279-9f41-d6b378b9b3d2"}],"id":"37be3900-973b-4f2f-83f7-289725f1eb75","_postman_id":"37be3900-973b-4f2f-83f7-289725f1eb75","description":""},{"name":"get Currency","id":"02d2c8be-e90c-4347-98ca-c8cccdf1e4fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies/:currency_id","description":"<p>Returns currency by id.</p>\n","urlObject":{"path":["api","v1","currencies",":currency_id"],"host":["/"],"query":[],"variable":[{"id":"e6cdf61c-cd38-4807-8efb-4c0aa282d8ff","description":{"content":"<p>(Required) ID of the currency.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"currency_id"}]}},"response":[{"id":"732636b6-fa63-453e-a0d7-647925b32753","name":"Currency.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/currencies/:currency_id","host":["/"],"path":["api","v1","currencies",":currency_id"],"variable":[{"key":"currency_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"precision\": \"<integer>\",\n  \"daily_deposit_threshold\": {},\n  \"daily_withdrawal_threshold\": {},\n  \"weekly_deposit_threshold\": {},\n  \"weekly_withdrawal_threshold\": {},\n  \"monthly_deposit_threshold\": {},\n  \"monthly_withdrawal_threshold\": {},\n  \"yearly_deposit_threshold\": {},\n  \"yearly_withdrawal_threshold\": {},\n  \"daily_deposit_limit\": {},\n  \"daily_withdrawal_limit\": {},\n  \"weekly_deposit_limit\": {},\n  \"weekly_withdrawal_limit\": {},\n  \"monthly_deposit_limit\": {},\n  \"monthly_withdrawal_limit\": {},\n  \"yearly_deposit_limit\": {},\n  \"yearly_withdrawal_limit\": {},\n  \"withdrawal_commission_progressive\": {},\n  \"withdrawal_commission_flat\": {},\n  \"deposit_commission_progressive\": {},\n  \"deposit_commission_flat\": {},\n  \"available_for_withdrawal\": {},\n  \"available_for_deposit\": {},\n  \"minimal_withdrawal\": {},\n  \"withdrawals_allowed\": \"<boolean>\",\n  \"deposits_allowed\": \"<boolean>\",\n  \"use_abbreviations\": \"<boolean>\",\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"icon\": {},\n  \"icon_type\": \"<string>\",\n  \"sign\": \"<string>\",\n  \"limits_currency\": \"<string>\",\n  \"allowed_account_properties\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"available_networks\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"custom_data\": \"<string>\",\n  \"custom_data2\": \"<string>\"\n}"}],"_postman_id":"02d2c8be-e90c-4347-98ca-c8cccdf1e4fa"}],"id":"1f269b87-d920-4115-beb5-25484f06275e","_postman_id":"1f269b87-d920-4115-beb5-25484f06275e","description":""},{"name":"get Currencies","id":"711e67e1-8b9c-4cbb-a4e5-d5a305d12e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies","description":"<p>Returns the list of all supported currencies.</p>\n","urlObject":{"path":["api","v1","currencies"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"bb320e03-f759-4674-8d2e-834808fd270d","name":"List of currencies.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"precision\": \"<integer>\",\n    \"daily_deposit_threshold\": {},\n    \"daily_withdrawal_threshold\": {},\n    \"weekly_deposit_threshold\": {},\n    \"weekly_withdrawal_threshold\": {},\n    \"monthly_deposit_threshold\": {},\n    \"monthly_withdrawal_threshold\": {},\n    \"yearly_deposit_threshold\": {},\n    \"yearly_withdrawal_threshold\": {},\n    \"daily_deposit_limit\": {},\n    \"daily_withdrawal_limit\": {},\n    \"weekly_deposit_limit\": {},\n    \"weekly_withdrawal_limit\": {},\n    \"monthly_deposit_limit\": {},\n    \"monthly_withdrawal_limit\": {},\n    \"yearly_deposit_limit\": {},\n    \"yearly_withdrawal_limit\": {},\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {},\n    \"available_for_withdrawal\": {},\n    \"available_for_deposit\": {},\n    \"minimal_withdrawal\": {},\n    \"withdrawals_allowed\": \"<boolean>\",\n    \"deposits_allowed\": \"<boolean>\",\n    \"use_abbreviations\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"icon\": {},\n    \"icon_type\": \"<string>\",\n    \"sign\": \"<string>\",\n    \"limits_currency\": \"<string>\",\n    \"allowed_account_properties\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"available_networks\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"custom_data\": \"<string>\",\n    \"custom_data2\": \"<string>\"\n  },\n  {\n    \"precision\": \"<integer>\",\n    \"daily_deposit_threshold\": {},\n    \"daily_withdrawal_threshold\": {},\n    \"weekly_deposit_threshold\": {},\n    \"weekly_withdrawal_threshold\": {},\n    \"monthly_deposit_threshold\": {},\n    \"monthly_withdrawal_threshold\": {},\n    \"yearly_deposit_threshold\": {},\n    \"yearly_withdrawal_threshold\": {},\n    \"daily_deposit_limit\": {},\n    \"daily_withdrawal_limit\": {},\n    \"weekly_deposit_limit\": {},\n    \"weekly_withdrawal_limit\": {},\n    \"monthly_deposit_limit\": {},\n    \"monthly_withdrawal_limit\": {},\n    \"yearly_deposit_limit\": {},\n    \"yearly_withdrawal_limit\": {},\n    \"withdrawal_commission_progressive\": {},\n    \"withdrawal_commission_flat\": {},\n    \"deposit_commission_progressive\": {},\n    \"deposit_commission_flat\": {},\n    \"available_for_withdrawal\": {},\n    \"available_for_deposit\": {},\n    \"minimal_withdrawal\": {},\n    \"withdrawals_allowed\": \"<boolean>\",\n    \"deposits_allowed\": \"<boolean>\",\n    \"use_abbreviations\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"icon\": {},\n    \"icon_type\": \"<string>\",\n    \"sign\": \"<string>\",\n    \"limits_currency\": \"<string>\",\n    \"allowed_account_properties\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"available_networks\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"custom_data\": \"<string>\",\n    \"custom_data2\": \"<string>\"\n  }\n]"}],"_postman_id":"711e67e1-8b9c-4cbb-a4e5-d5a305d12e14"}],"id":"e126b114-f25d-4dc9-a584-743b14108922","_postman_id":"e126b114-f25d-4dc9-a584-743b14108922","description":""},{"name":"current-bars","item":[{"name":"{security_id}","item":[{"name":"get Current Bars","id":"369b0be4-39d9-4c59-adbf-7958075d46b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"}],"url":"//api/v1/current-bars/:security_id?aggregated_exchanges=<string>&aggregated_exchanges=<string>&periodicity=<string>&separate_exchanges=<string>&separate_exchanges=<string>","description":"<p>Returns a pair of user's price bars of the specified instrument and periodicity: last complete bar and current bar.\nCurrent bar is not complete.</p>\n<p>\nLast complete bar is always First. Can be <code>null</code>, if no complete bars\nof the specified instrument and periodicity are cached.\nCurrent bar is always Second. Cannot be <code>null</code>.</p>","urlObject":{"path":["api","v1","current-bars",":security_id"],"host":["/"],"query":[{"description":{"content":"<p>List of exchanges to be aggregated.</p>\n","type":"text/plain"},"key":"aggregated_exchanges","value":"<string>"},{"description":{"content":"<p>List of exchanges to be aggregated.</p>\n","type":"text/plain"},"key":"aggregated_exchanges","value":"<string>"},{"description":{"content":"<p>(Required) Bar periodicity.</p>\n","type":"text/plain"},"key":"periodicity","value":"<string>"},{"description":{"content":"<p>List of exchanges that will be returned separately.</p>\n","type":"text/plain"},"key":"separate_exchanges","value":"<string>"},{"description":{"content":"<p>List of exchanges that will be returned separately.</p>\n","type":"text/plain"},"key":"separate_exchanges","value":"<string>"}],"variable":[{"id":"576439f1-56f2-4c77-899f-4a1426b9fb5a","description":{"content":"<p>(Required) Instrument for bar filtering.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"55c0dcda-10c4-480d-8b94-db9288bb999d","name":"if current bars object is <code>null</code>.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/current-bars/:security_id?aggregated_exchanges=<string>&periodicity=<string>&separate_exchanges=<string>","host":["/"],"path":["api","v1","current-bars",":security_id"],"query":[{"description":"List of exchanges to be aggregated.","key":"aggregated_exchanges","value":"<string>"},{"description":"(Required) Bar periodicity.","key":"periodicity","value":"<string>"},{"description":"List of exchanges that will be returned separately.","key":"separate_exchanges","value":"<string>"}],"variable":[{"key":"security_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"369b0be4-39d9-4c59-adbf-7958075d46b3"}],"id":"8e7487a2-68c9-4692-9348-44086efcaf17","_postman_id":"8e7487a2-68c9-4692-9348-44086efcaf17","description":""}],"id":"d5f33939-8d4f-4b31-ab87-de47acab39bc","_postman_id":"d5f33939-8d4f-4b31-ab87-de47acab39bc","description":""},{"name":"custom-services","item":[{"name":"{service_name}","item":[{"name":"request","item":[{"name":"send Rpc","id":"9897aa2d-cef7-40e4-8507-35032672dccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/custom-services/:service_name/request","description":"<p>Sends a RPC request to the specified custom service and returns result.</p>\n","urlObject":{"path":["api","v1","custom-services",":service_name","request"],"host":["/"],"query":[],"variable":[{"id":"337aeeb3-378a-47d6-b596-cb75771af524","description":{"content":"<p>(Required) Name of the target custom service.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"service_name"}]}},"response":[{"id":"bd94e767-d9ea-41dc-a91e-7ce76479a415","name":"Custom service response.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/custom-services/:service_name/request","host":["/"],"path":["api","v1","custom-services",":service_name","request"],"variable":[{"key":"service_name"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"399fcab1-a7e9-4820-9f05-e345106841aa","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/custom-services/:service_name/request","host":["/"],"path":["api","v1","custom-services",":service_name","request"],"variable":[{"key":"service_name"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9bdfff12-fd5a-4609-99f0-39837c9e7ba7","name":"if service with specified name is not found.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/custom-services/:service_name/request","host":["/"],"path":["api","v1","custom-services",":service_name","request"],"variable":[{"key":"service_name"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"25d07302-12ff-4167-9694-9232e3ff51f9","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/custom-services/:service_name/request","host":["/"],"path":["api","v1","custom-services",":service_name","request"],"variable":[{"key":"service_name"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9897aa2d-cef7-40e4-8507-35032672dccb"}],"id":"4b8f83cb-7acb-4955-98d0-6da534c6bc78","_postman_id":"4b8f83cb-7acb-4955-98d0-6da534c6bc78","description":""},{"name":"get Config","id":"2ca1fa5d-afe1-40b9-a36a-69f1d92912e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/custom-services/:service_name","description":"<p>Returns the configuration of the custom service, if exists.</p>\n","urlObject":{"path":["api","v1","custom-services",":service_name"],"host":["/"],"query":[],"variable":[{"id":"df3c121e-f61a-48fc-a387-2b5ff8f4343f","description":{"content":"<p>(Required) Name of the target custom service.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"service_name"}]}},"response":[{"id":"db6139f5-2483-49cc-b322-9d232e06a3fc","name":"Custom service config.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/custom-services/:service_name","host":["/"],"path":["api","v1","custom-services",":service_name"],"variable":[{"key":"service_name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"ce800a0c-615d-4068-9536-62964f0ccff9","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/custom-services/:service_name","host":["/"],"path":["api","v1","custom-services",":service_name"],"variable":[{"key":"service_name"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5ba0e906-b195-49bf-bd05-ffcd1418379d","name":"if service with specified name is not found.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/custom-services/:service_name","host":["/"],"path":["api","v1","custom-services",":service_name"],"variable":[{"key":"service_name"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e45431be-6acf-489c-8a86-2065e1806311","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/custom-services/:service_name","host":["/"],"path":["api","v1","custom-services",":service_name"],"variable":[{"key":"service_name"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ca1fa5d-afe1-40b9-a36a-69f1d92912e0"}],"id":"5b298d75-ec4e-45ec-9cfa-50b786f86195","_postman_id":"5b298d75-ec4e-45ec-9cfa-50b786f86195","description":""},{"name":"get Custom Services","id":"a0394c07-57ea-4ff2-a5d0-d28557c5dd6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/custom-services","description":"<p>Returns list of custom services available to the user.</p>\n","urlObject":{"path":["api","v1","custom-services"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"b0f5fe7f-9e22-478a-9954-b5cc4c11af89","name":"List of accounts.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/custom-services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"source_id\": \"<long>\",\n    \"name\": \"<string>\"\n  },\n  {\n    \"source_id\": \"<long>\",\n    \"name\": \"<string>\"\n  }\n]"},{"id":"f7b12f5c-cbb9-477c-a8a1-d1e407d23ca8","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/custom-services"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"863b4f9d-3958-4972-8c4c-cf4e3f61f893","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/custom-services"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0394c07-57ea-4ff2-a5d0-d28557c5dd6a"}],"id":"f25705f0-c3b0-474c-883b-af572bfde09f","_postman_id":"f25705f0-c3b0-474c-883b-af572bfde09f","description":""},{"name":"deals","item":[{"name":"get Active Deals","id":"284419bf-6522-4f66-9ab8-a9fda9f6c885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/deals","description":"<p>Returns the list of all user's active deals (positions).</p>\n","urlObject":{"path":["api","v1","deals"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"55b57240-5a31-4356-b030-86525364d70e","name":"List of active deals.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/deals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"quantity\": {},\n    \"open_price\": {},\n    \"open_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"side\": \"short\",\n    \"open_quantity_in_abc\": {},\n    \"open_quantity_in_urc\": {},\n    \"good_till_date\": \"<long>\",\n    \"sequence_number\": \"<long>\",\n    \"open_order_id\": \"<string>\",\n    \"open_reason\": \"<string>\",\n    \"rollover_commission\": {},\n    \"trading_commission\": {},\n    \"unrealized_pnl\": {},\n    \"realized_pnl\": {},\n    \"margin_used\": {},\n    \"leverage\": {},\n    \"liquidation_price\": {},\n    \"take_profit_price\": {}\n  },\n  {\n    \"quantity\": {},\n    \"open_price\": {},\n    \"open_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"side\": \"short\",\n    \"open_quantity_in_abc\": {},\n    \"open_quantity_in_urc\": {},\n    \"good_till_date\": \"<long>\",\n    \"sequence_number\": \"<long>\",\n    \"open_order_id\": \"<string>\",\n    \"open_reason\": \"<string>\",\n    \"rollover_commission\": {},\n    \"trading_commission\": {},\n    \"unrealized_pnl\": {},\n    \"realized_pnl\": {},\n    \"margin_used\": {},\n    \"leverage\": {},\n    \"liquidation_price\": {},\n    \"take_profit_price\": {}\n  }\n]"},{"id":"3f20026d-32a6-4fd9-8df7-0bd09451b15a","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/deals"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"284419bf-6522-4f66-9ab8-a9fda9f6c885"},{"name":"modify Deal","id":"93cab8cf-c47e-4219-894e-feb53b4a267d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quantity\": {},\n  \"open_price\": {},\n  \"open_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"side\": \"short\",\n  \"open_quantity_in_abc\": {},\n  \"open_quantity_in_urc\": {},\n  \"good_till_date\": \"<long>\",\n  \"sequence_number\": \"<long>\",\n  \"open_order_id\": \"<string>\",\n  \"open_reason\": \"<string>\",\n  \"rollover_commission\": {},\n  \"trading_commission\": {},\n  \"unrealized_pnl\": {},\n  \"realized_pnl\": {},\n  \"margin_used\": {},\n  \"leverage\": {},\n  \"liquidation_price\": {},\n  \"take_profit_price\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/deals","description":"<p>Modifies a deal for the specified user.</p>\n","urlObject":{"path":["api","v1","deals"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ff773bb0-0f05-49b6-bc6f-2ec8fb485160","name":"Modified deal object.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quantity\": {},\n  \"open_price\": {},\n  \"open_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"side\": \"short\",\n  \"open_quantity_in_abc\": {},\n  \"open_quantity_in_urc\": {},\n  \"good_till_date\": \"<long>\",\n  \"sequence_number\": \"<long>\",\n  \"open_order_id\": \"<string>\",\n  \"open_reason\": \"<string>\",\n  \"rollover_commission\": {},\n  \"trading_commission\": {},\n  \"unrealized_pnl\": {},\n  \"realized_pnl\": {},\n  \"margin_used\": {},\n  \"leverage\": {},\n  \"liquidation_price\": {},\n  \"take_profit_price\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/deals"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": {},\n  \"open_price\": {},\n  \"open_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"side\": \"short\",\n  \"open_quantity_in_abc\": {},\n  \"open_quantity_in_urc\": {},\n  \"good_till_date\": \"<long>\",\n  \"sequence_number\": \"<long>\",\n  \"open_order_id\": \"<string>\",\n  \"open_reason\": \"<string>\",\n  \"rollover_commission\": {},\n  \"trading_commission\": {},\n  \"unrealized_pnl\": {},\n  \"realized_pnl\": {},\n  \"margin_used\": {},\n  \"leverage\": {},\n  \"liquidation_price\": {},\n  \"take_profit_price\": {}\n}"},{"id":"3bf8bf9d-f31b-45a9-b68c-ac459e267d50","name":"if sent bad request.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quantity\": {},\n  \"open_price\": {},\n  \"open_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"side\": \"short\",\n  \"open_quantity_in_abc\": {},\n  \"open_quantity_in_urc\": {},\n  \"good_till_date\": \"<long>\",\n  \"sequence_number\": \"<long>\",\n  \"open_order_id\": \"<string>\",\n  \"open_reason\": \"<string>\",\n  \"rollover_commission\": {},\n  \"trading_commission\": {},\n  \"unrealized_pnl\": {},\n  \"realized_pnl\": {},\n  \"margin_used\": {},\n  \"leverage\": {},\n  \"liquidation_price\": {},\n  \"take_profit_price\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/deals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e20eab3-deab-4c76-a401-9ca814b2dfa3","name":"in case of server error.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quantity\": {},\n  \"open_price\": {},\n  \"open_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"side\": \"short\",\n  \"open_quantity_in_abc\": {},\n  \"open_quantity_in_urc\": {},\n  \"good_till_date\": \"<long>\",\n  \"sequence_number\": \"<long>\",\n  \"open_order_id\": \"<string>\",\n  \"open_reason\": \"<string>\",\n  \"rollover_commission\": {},\n  \"trading_commission\": {},\n  \"unrealized_pnl\": {},\n  \"realized_pnl\": {},\n  \"margin_used\": {},\n  \"leverage\": {},\n  \"liquidation_price\": {},\n  \"take_profit_price\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/deals"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93cab8cf-c47e-4219-894e-feb53b4a267d"}],"id":"c1b3a81c-b721-47e4-af3f-e80f952f29ee","_postman_id":"c1b3a81c-b721-47e4-af3f-e80f952f29ee","description":""},{"name":"global","item":[{"name":"settings","item":[{"name":"get Global Settings","id":"a578445f-884c-4507-ac09-1a83e561d58f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/global/settings","description":"<p>Returns global application settings.</p>\n","urlObject":{"path":["api","v1","global","settings"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5ce4d3ee-02e9-4387-9ec2-fc9e8d93ae31","name":"Application settings.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/global/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"keepalive_timeout\": \"<long>\",\n  \"login_2fa_enabled\": \"<boolean>\",\n  \"login_2fa_mandatory\": \"<boolean>\",\n  \"withdrawal_2fa_enabled\": \"<boolean>\",\n  \"withdrawal_2fa_mandatory\": \"<boolean>\",\n  \"basic_advanced_switcher_enabled\": \"<boolean>\",\n  \"password_for_user_settings_change_required\": \"<boolean>\",\n  \"password_for_api_key_change_required\": \"<boolean>\",\n  \"withdrawal_address_validation_required\": \"<boolean>\",\n  \"auth_settings\": {\n    \"provider\": \"<string>\",\n    \"discovery_url\": \"<string>\",\n    \"client_id\": \"<string>\",\n    \"audience\": \"<string>\",\n    \"scopes\": \"<string>\"\n  },\n  \"user_identifier\": \"external_id\"\n}"}],"_postman_id":"a578445f-884c-4507-ac09-1a83e561d58f"}],"id":"7c461054-5ae5-4ca4-ad67-3b929456358c","_postman_id":"7c461054-5ae5-4ca4-ad67-3b929456358c","description":""}],"id":"7ffe53f7-1f07-495b-8964-5299f42fb87c","_postman_id":"7ffe53f7-1f07-495b-8964-5299f42fb87c","description":""},{"name":"historical-bars","item":[{"name":"{security_id}","item":[{"name":"get Historical Bars","id":"d31195e0-68bc-46d4-b32b-16f1e579f96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/historical-bars/:security_id?aggregated_exchanges=<string>&aggregated_exchanges=<string>&endTime=<number>&periodicity=<string>&separate_exchanges=<string>&separate_exchanges=<string>&startTime=<number>","description":"<p>Returns the list of the user's price bars of the specified instrument and periodicity within specified time interval.\nCan include current not complete bar.\nCannot return more than max_bars_count bars.\nTime gaps (i.e. bars for non-trading time) must be filled with 'empty' bars -\nbars with all price and volume fields set to <code>null</code>.</p>\n","urlObject":{"path":["api","v1","historical-bars",":security_id"],"host":["/"],"query":[{"description":{"content":"<p>List of exchanges to be aggregated.</p>\n","type":"text/plain"},"key":"aggregated_exchanges","value":"<string>"},{"description":{"content":"<p>List of exchanges to be aggregated.</p>\n","type":"text/plain"},"key":"aggregated_exchanges","value":"<string>"},{"description":{"content":"<p>End time. Inclusive. If <code>0</code> or absent - ends with the last bar.</p>\n","type":"text/plain"},"key":"endTime","value":"<number>"},{"description":{"content":"<p>(Required) Bar periodicity.</p>\n","type":"text/plain"},"key":"periodicity","value":"<string>"},{"description":{"content":"<p>List of exchanges that will be returned separately.</p>\n","type":"text/plain"},"key":"separate_exchanges","value":"<string>"},{"description":{"content":"<p>List of exchanges that will be returned separately.</p>\n","type":"text/plain"},"key":"separate_exchanges","value":"<string>"},{"description":{"content":"<p>(Required) Start time. Inclusive. If <code>0</code> - starts from the first bar.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"}],"variable":[{"id":"803bece4-a1ca-4da5-853d-1bcb69ef5271","description":{"content":"<p>(Required) Instrument for bar filtering.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"f1263f1a-5f15-42e8-900b-3285b3125391","name":"List of bars, sorted by time.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/historical-bars/:security_id?aggregated_exchanges=<string>&endTime=<number>&periodicity=<string>&separate_exchanges=<string>&startTime=<number>","host":["/"],"path":["api","v1","historical-bars",":security_id"],"query":[{"description":"List of exchanges to be aggregated.","key":"aggregated_exchanges","value":"<string>"},{"description":"End time. Inclusive. If <code>0</code> or absent - ends with the last bar.","key":"endTime","value":"<number>"},{"description":"(Required) Bar periodicity.","key":"periodicity","value":"<string>"},{"description":"List of exchanges that will be returned separately.","key":"separate_exchanges","value":"<string>"},{"description":"(Required) Start time. Inclusive. If <code>0</code> - starts from the first bar.","key":"startTime","value":"<number>"}],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"timestamp\": \"<long>\",\n    \"aggregated_bar\": {\n      \"timestamp\": \"<long>\",\n      \"open_ask\": {},\n      \"high_ask\": {},\n      \"low_ask\": {},\n      \"close_ask\": {},\n      \"open_bid\": {},\n      \"high_bid\": {},\n      \"low_bid\": {},\n      \"close_bid\": {},\n      \"volume\": {},\n      \"exchange_id\": \"<string>\"\n    },\n    \"exchange_bars\": [\n      {\n        \"timestamp\": \"<long>\",\n        \"open_ask\": {},\n        \"high_ask\": {},\n        \"low_ask\": {},\n        \"close_ask\": {},\n        \"open_bid\": {},\n        \"high_bid\": {},\n        \"low_bid\": {},\n        \"close_bid\": {},\n        \"volume\": {},\n        \"exchange_id\": \"<string>\"\n      },\n      {\n        \"timestamp\": \"<long>\",\n        \"open_ask\": {},\n        \"high_ask\": {},\n        \"low_ask\": {},\n        \"close_ask\": {},\n        \"open_bid\": {},\n        \"high_bid\": {},\n        \"low_bid\": {},\n        \"close_bid\": {},\n        \"volume\": {},\n        \"exchange_id\": \"<string>\"\n      }\n    ]\n  },\n  {\n    \"timestamp\": \"<long>\",\n    \"aggregated_bar\": {\n      \"timestamp\": \"<long>\",\n      \"open_ask\": {},\n      \"high_ask\": {},\n      \"low_ask\": {},\n      \"close_ask\": {},\n      \"open_bid\": {},\n      \"high_bid\": {},\n      \"low_bid\": {},\n      \"close_bid\": {},\n      \"volume\": {},\n      \"exchange_id\": \"<string>\"\n    },\n    \"exchange_bars\": [\n      {\n        \"timestamp\": \"<long>\",\n        \"open_ask\": {},\n        \"high_ask\": {},\n        \"low_ask\": {},\n        \"close_ask\": {},\n        \"open_bid\": {},\n        \"high_bid\": {},\n        \"low_bid\": {},\n        \"close_bid\": {},\n        \"volume\": {},\n        \"exchange_id\": \"<string>\"\n      },\n      {\n        \"timestamp\": \"<long>\",\n        \"open_ask\": {},\n        \"high_ask\": {},\n        \"low_ask\": {},\n        \"close_ask\": {},\n        \"open_bid\": {},\n        \"high_bid\": {},\n        \"low_bid\": {},\n        \"close_bid\": {},\n        \"volume\": {},\n        \"exchange_id\": \"<string>\"\n      }\n    ]\n  }\n]"}],"_postman_id":"d31195e0-68bc-46d4-b32b-16f1e579f96c"}],"id":"9a0d11ba-e637-46f5-93cc-4573623f93cf","_postman_id":"9a0d11ba-e637-46f5-93cc-4573623f93cf","description":""}],"id":"c640bb82-fb13-42b0-afdb-08c44e00d60b","_postman_id":"c640bb82-fb13-42b0-afdb-08c44e00d60b","description":""},{"name":"keepalive","item":[{"name":"keep Alive","id":"428f0aef-b620-4738-8055-952e9fbdb693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/keepalive","description":"<p>Notifies backend that user is still connected.\nReturns approximate time interval, after which user is going to be forcibly logged out.\nReturns zero if user is not going to be logged out.\nKeep-alive timeout should not be less than default websocket heartbeat timeout, since websocket messages are used for keeping user alive as well.</p>\n","urlObject":{"path":["api","v1","keepalive"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"55262332-44cb-4701-a64d-5281673896dc","name":"Keep-alive timeout.","originalRequest":{"method":"POST","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/keepalive"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<long>"}],"_postman_id":"428f0aef-b620-4738-8055-952e9fbdb693"}],"id":"329fb6a4-e384-43e0-bf3b-e48871ebdc8e","_postman_id":"329fb6a4-e384-43e0-bf3b-e48871ebdc8e","description":""},{"name":"linked","item":[{"name":"get Linked Users","id":"79c24c31-657e-4fbc-8cd4-1f2c0d6d4aa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/linked","description":"<p>Returns a list of linked users.</p>\n","urlObject":{"path":["api","v1","linked"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9c75b8cc-18ef-427f-a5e1-711abb16ae57","name":"List of users, linked with current one.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/linked"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"is_main\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"username\": \"<string>\",\n    \"user_type\": \"<string>\",\n    \"public_id\": \"<string>\"\n  },\n  {\n    \"is_main\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"username\": \"<string>\",\n    \"user_type\": \"<string>\",\n    \"public_id\": \"<string>\"\n  }\n]"}],"_postman_id":"79c24c31-657e-4fbc-8cd4-1f2c0d6d4aa2"}],"id":"361fbfaf-f2cb-47eb-b00e-685e4d76dd03","_postman_id":"361fbfaf-f2cb-47eb-b00e-685e4d76dd03","description":""},{"name":"log","item":[{"name":"write Log","id":"0cc19649-d017-4d68-b9aa-355dd6a342ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logger\": \"<string>\",\n  \"message\": \"<string>\",\n  \"level\": \"fatal\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/log","description":"<p>Writes log message.</p>\n","urlObject":{"path":["api","v1","log"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"850cd036-8998-48fc-99b4-5abd3f1db25b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logger\": \"<string>\",\n  \"message\": \"<string>\",\n  \"level\": \"fatal\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/log"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cc19649-d017-4d68-b9aa-355dd6a342ef"}],"id":"31ac14b8-8e02-4114-b2ad-fa99b36e8e46","_postman_id":"31ac14b8-8e02-4114-b2ad-fa99b36e8e46","description":""},{"name":"login","item":[{"name":"attempt","item":[{"name":"login Attempt","id":"db69a79f-30b1-4b4e-b7c5-1fc960ec499e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/login/attempt","description":"<p>Attempt to login using API key.</p>\n","urlObject":{"path":["api","v1","login","attempt"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"b7478974-5795-432c-b55b-9b5539c501fb","name":"Login attempt result with parameters needed to confirm a login.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/login/attempt"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ttl\": \"<long>\",\n  \"session_id\": \"<string>\",\n  \"challenge\": \"<string>\",\n  \"dh_base\": \"<string>\",\n  \"dh_modulus\": \"<string>\"\n}"}],"_postman_id":"db69a79f-30b1-4b4e-b7c5-1fc960ec499e"}],"id":"ce409e33-4d58-4704-8592-ac6999e18d0e","_postman_id":"ce409e33-4d58-4704-8592-ac6999e18d0e","description":""},{"name":"confirm","item":[{"name":"login Confirm","id":"da9bce7f-5194-4136-8e35-91be4d7f7445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"session_id\": \"<string>\",\n  \"signature\": \"<string>\",\n  \"dh_key\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/login/confirm","description":"<p>Confirm a login using API key.</p>\n","urlObject":{"path":["api","v1","login","confirm"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"70a38c26-dd21-446e-b7c8-b64940621925","name":"Login confirm result with parameters needed to finish constructing a session key.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"session_id\": \"<string>\",\n  \"signature\": \"<string>\",\n  \"dh_key\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/login/confirm"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"keepalive_timeout\": \"<long>\",\n  \"dh_key\": \"<string>\"\n}"}],"_postman_id":"da9bce7f-5194-4136-8e35-91be4d7f7445"}],"id":"1d7e4d36-1482-4a56-b361-15204283bde2","_postman_id":"1d7e4d36-1482-4a56-b361-15204283bde2","description":""},{"name":"keepalive","item":[{"name":"keep Alive2","id":"cd41265e-2c1a-403a-9d6c-af9478842c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"//api/v1/login/keepalive?session_id=<string>","description":"<p>Request for keeping the API key session alive.</p>\n","urlObject":{"path":["api","v1","login","keepalive"],"host":["/"],"query":[{"description":{"content":"<p>Session identifier. This parameter is deprecated. It is marked as optional, no longer used and will be dropped completely in one of the future releases.</p>\n","type":"text/plain"},"key":"session_id","value":"<string>"}],"variable":[]}},"response":[{"id":"ee947806-326e-4282-9a7e-fa34d137078c","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"//api/v1/login/keepalive?session_id=<string>","host":["/"],"path":["api","v1","login","keepalive"],"query":[{"description":"Session identifier. This parameter is deprecated. It is marked as optional, no longer used and will be dropped completely in one of the future releases.","key":"session_id","value":"<string>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd41265e-2c1a-403a-9d6c-af9478842c56"}],"id":"d6508bdf-e2fa-48d7-96b9-45610d718f3f","_postman_id":"d6508bdf-e2fa-48d7-96b9-45610d718f3f","description":""},{"name":"logout","item":[{"name":"logout","id":"4b8097de-126f-44d1-bce9-e5d2224183e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"//api/v1/login/logout?session_id=<string>","description":"<p>Request for removing the API key session.</p>\n","urlObject":{"path":["api","v1","login","logout"],"host":["/"],"query":[{"description":{"content":"<p>Session identifier. This parameter is deprecated. It is marked as optional, no longer used and will be dropped completely in one of the future releases.</p>\n","type":"text/plain"},"key":"session_id","value":"<string>"}],"variable":[]}},"response":[{"id":"eebdbb38-a82c-4d01-8a91-aed896660cf0","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"//api/v1/login/logout?session_id=<string>","host":["/"],"path":["api","v1","login","logout"],"query":[{"description":"Session identifier. This parameter is deprecated. It is marked as optional, no longer used and will be dropped completely in one of the future releases.","key":"session_id","value":"<string>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b8097de-126f-44d1-bce9-e5d2224183e2"}],"id":"c7337873-3f09-418a-94fd-7b4a20a73293","_postman_id":"c7337873-3f09-418a-94fd-7b4a20a73293","description":""}],"id":"a49087b1-c1fa-45ba-b523-ed5de5fc2fb8","_postman_id":"a49087b1-c1fa-45ba-b523-ed5de5fc2fb8","description":""},{"name":"orders","item":[{"name":"confirmation","item":[{"name":"description","item":[{"name":"get Order Confirmation Description","id":"ad9059a6-f34f-4562-bf6b-d14e6d2f3976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/confirmation/description?securityId=<string>&side=<string>","description":"<p>Returns a description shown to the user on order confirmation.</p>\n","urlObject":{"path":["api","v1","orders","confirmation","description"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Security id.</p>\n","type":"text/plain"},"key":"securityId","value":"<string>"},{"description":{"content":"<p>(Required) Order side.</p>\n","type":"text/plain"},"key":"side","value":"<string>"}],"variable":[]}},"response":[{"id":"fba7a815-5ea0-439a-ae8c-df8c013cc459","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/confirmation/description?securityId=<string>&side=<string>","host":["/"],"path":["api","v1","orders","confirmation","description"],"query":[{"description":"(Required) Security id.","key":"securityId","value":"<string>"},{"description":"(Required) Order side.","key":"side","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"f0c60d88-19e0-4639-9575-7c01e622944c","name":"if sent bad request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1/orders/confirmation/description?securityId=<string>&side=<string>","host":["/"],"path":["api","v1","orders","confirmation","description"],"query":[{"description":"(Required) Security id.","key":"securityId","value":"<string>"},{"description":"(Required) Order side.","key":"side","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6b7c575a-c79e-4000-92e0-08a1e1a67cbe","name":"in case of server error.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1/orders/confirmation/description?securityId=<string>&side=<string>","host":["/"],"path":["api","v1","orders","confirmation","description"],"query":[{"description":"(Required) Security id.","key":"securityId","value":"<string>"},{"description":"(Required) Order side.","key":"side","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ad9059a6-f34f-4562-bf6b-d14e6d2f3976"}],"id":"16363afe-17e1-4556-8b1f-a19c92a97024","_postman_id":"16363afe-17e1-4556-8b1f-a19c92a97024","description":""}],"id":"607a4c03-22cd-477f-b1ba-f3422bc2d204","_postman_id":"607a4c03-22cd-477f-b1ba-f3422bc2d204","description":""},{"name":"events","item":[{"name":"get Order Events","id":"730711bb-63d6-4ff9-8691-1921cd690caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/events?count=<number>&reversed=false&startTime=<number>","description":"<p>Returns a batch of order events starting from the time specified ordered by\nOrderEventDto.timestamp.\nThe last returned event is guarantied to be the last event with its timestamp.\nIn order to receive events starting from the next sequential event, you need to set startTime parameter\nto last event timestamp increased by 1 ms in case of direct order,\nor last event timestamp decreased by 1 ms in case of reversed order.</p>\n","urlObject":{"path":["api","v1","orders","events"],"host":["/"],"query":[{"description":{"content":"<p>Max number of order events expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"}],"variable":[]}},"response":[{"id":"f9b28391-ba81-4dd6-a719-3fa690291f2b","name":"List of order events.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/events?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","orders","events"],"query":[{"description":"Max number of order events expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.","key":"startTime","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"sequence_number\": \"<long>\",\n    \"timestamp\": \"<long>\",\n    \"quantity\": {},\n    \"average_price\": {},\n    \"cumulative_quantity\": {},\n    \"remaining_quantity\": {},\n    \"id\": \"<string>\",\n    \"event_id\": \"<string>\",\n    \"type\": \"trade_correct\",\n    \"reason\": \"<string>\",\n    \"client_order_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"order_type\": \"<string>\",\n    \"order_side\": \"sell\",\n    \"time_in_force\": \"good_till_crossing\",\n    \"limit_price\": {},\n    \"stop_price\": {},\n    \"leverage\": {},\n    \"expire_time\": \"<long>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"order_id\": \"<string>\",\n    \"order_status\": \"expired\",\n    \"original_client_order_id\": \"<string>\",\n    \"trade_quantity\": {},\n    \"trade_price\": {},\n    \"is_agressor\": \"<boolean>\",\n    \"commission\": {},\n    \"commission_currency\": \"<string>\"\n  },\n  {\n    \"sequence_number\": \"<long>\",\n    \"timestamp\": \"<long>\",\n    \"quantity\": {},\n    \"average_price\": {},\n    \"cumulative_quantity\": {},\n    \"remaining_quantity\": {},\n    \"id\": \"<string>\",\n    \"event_id\": \"<string>\",\n    \"type\": \"reject\",\n    \"reason\": \"<string>\",\n    \"client_order_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"order_type\": \"<string>\",\n    \"order_side\": \"sell\",\n    \"time_in_force\": \"fok\",\n    \"limit_price\": {},\n    \"stop_price\": {},\n    \"leverage\": {},\n    \"expire_time\": \"<long>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"order_id\": \"<string>\",\n    \"order_status\": \"canceled\",\n    \"original_client_order_id\": \"<string>\",\n    \"trade_quantity\": {},\n    \"trade_price\": {},\n    \"is_agressor\": \"<boolean>\",\n    \"commission\": {},\n    \"commission_currency\": \"<string>\"\n  }\n]"},{"id":"d00833c9-7d99-4ed0-8c08-a47611fd14ef","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/events?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","orders","events"],"query":[{"description":"Max number of order events expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.","key":"startTime","value":"<number>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b0b37b7d-ebf2-4886-aa23-e5187a598987","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/events?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","orders","events"],"query":[{"description":"Max number of order events expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.","key":"startTime","value":"<number>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"730711bb-63d6-4ff9-8691-1921cd690caa"}],"id":"19e70177-f775-4f38-b6f3-15fc5a90cd81","_postman_id":"19e70177-f775-4f38-b6f3-15fc5a90cd81","description":""},{"name":"history","item":[{"name":"get Order History","id":"5372513d-3c72-4b38-8404-deb3dfce540d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/history?count=<number>&current_session=false&reversed=false&skip_replaced=false&startTime=<number>","description":"<p>Returns a batch of closed order starting from the time specified ordered by\nOrderDto.timestamp and filtered by it.\nThe last returned event is guarantied to be the last event with its timestamp.\nIn order to receive events starting from the next sequential event, you need to set startTime parameter\nto last event timestamp increased by 1 ms in case of direct order,\nor last event timestamp decreased by 1 ms in case of reversed order.</p>\n","urlObject":{"path":["api","v1","orders","history"],"host":["/"],"query":[{"description":{"content":"<p>Max number of orders expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result contain closed orders from current trading session only or not. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"current_session","value":"false"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Should the result contain orders with status replaced. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"skip_replaced","value":"false"},{"description":{"content":"<p>(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"}],"variable":[]}},"response":[{"id":"88608cd1-25dc-4501-8751-0eb5505bd594","name":"List of order events.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/history?count=<number>&current_session=false&reversed=false&skip_replaced=false&startTime=<number>","host":["/"],"path":["api","v1","orders","history"],"query":[{"description":"Max number of orders expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result contain closed orders from current trading session only or not. The default value is <code>false</code>.","key":"current_session","value":"false"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Should the result contain orders with status replaced. The default value is <code>false</code>.","key":"skip_replaced","value":"false"},{"description":"(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.","key":"startTime","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"close_time\": \"<long>\",\n    \"client_order_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"type\": \"<string>\",\n    \"side\": \"buy\",\n    \"quantity\": {},\n    \"time_in_force\": \"good_till_crossing\",\n    \"limit_price\": {},\n    \"stop_price\": {},\n    \"peg_difference\": {},\n    \"min_quantity\": {},\n    \"display_quantity\": {},\n    \"leverage\": {},\n    \"expire_time\": \"<long>\",\n    \"submission_time\": \"<long>\",\n    \"destination\": \"<string>\",\n    \"exchange_id\": \"<string>\",\n    \"source\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"text\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"id\": \"<string>\",\n    \"correlation_id\": \"<string>\",\n    \"timestamp\": \"<long>\",\n    \"status\": \"pending_replace\",\n    \"trader_name\": \"<string>\",\n    \"product_type\": \"pre_spot\",\n    \"cumulative_quantity\": {},\n    \"remaining_quantity\": {},\n    \"average_price\": {},\n    \"receipt_time\": \"<long>\",\n    \"last_timestamp\": \"<long>\",\n    \"last_trade_price\": {},\n    \"counterparty_code\": \"<string>\",\n    \"settlement_date\": \"<long>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"close_time\": \"<long>\",\n    \"client_order_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"type\": \"<string>\",\n    \"side\": \"sell\",\n    \"quantity\": {},\n    \"time_in_force\": \"at_the_close\",\n    \"limit_price\": {},\n    \"stop_price\": {},\n    \"peg_difference\": {},\n    \"min_quantity\": {},\n    \"display_quantity\": {},\n    \"leverage\": {},\n    \"expire_time\": \"<long>\",\n    \"submission_time\": \"<long>\",\n    \"destination\": \"<string>\",\n    \"exchange_id\": \"<string>\",\n    \"source\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"text\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"id\": \"<string>\",\n    \"correlation_id\": \"<string>\",\n    \"timestamp\": \"<long>\",\n    \"status\": \"new\",\n    \"trader_name\": \"<string>\",\n    \"product_type\": \"pre_spot\",\n    \"cumulative_quantity\": {},\n    \"remaining_quantity\": {},\n    \"average_price\": {},\n    \"receipt_time\": \"<long>\",\n    \"last_timestamp\": \"<long>\",\n    \"last_trade_price\": {},\n    \"counterparty_code\": \"<string>\",\n    \"settlement_date\": \"<long>\",\n    \"reason\": \"<string>\"\n  }\n]"},{"id":"c4f0c317-959e-4335-82df-ac1b1c674c2c","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/history?count=<number>&current_session=false&reversed=false&skip_replaced=false&startTime=<number>","host":["/"],"path":["api","v1","orders","history"],"query":[{"description":"Max number of orders expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result contain closed orders from current trading session only or not. The default value is <code>false</code>.","key":"current_session","value":"false"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Should the result contain orders with status replaced. The default value is <code>false</code>.","key":"skip_replaced","value":"false"},{"description":"(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.","key":"startTime","value":"<number>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"777ec035-9240-48cf-b4b4-4695198d1a64","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/history?count=<number>&current_session=false&reversed=false&skip_replaced=false&startTime=<number>","host":["/"],"path":["api","v1","orders","history"],"query":[{"description":"Max number of orders expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result contain closed orders from current trading session only or not. The default value is <code>false</code>.","key":"current_session","value":"false"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Should the result contain orders with status replaced. The default value is <code>false</code>.","key":"skip_replaced","value":"false"},{"description":"(Required) Start time. Inclusive. Can be <code>0</code> or greater than current time.","key":"startTime","value":"<number>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5372513d-3c72-4b38-8404-deb3dfce540d"}],"id":"47e0118e-4458-40b4-98ad-87d4f74298d3","_postman_id":"47e0118e-4458-40b4-98ad-87d4f74298d3","description":""},{"name":"schema","item":[{"name":"details","item":[{"name":"get Order Details Schema","id":"dcd38375-c449-4574-aa0e-c485c07e93bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/details","description":"<p>Returns a json schema for orders details. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","details"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"a4019324-327a-4441-9f23-f2cb085e39fa","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"483d32b0-b2b3-4b6a-9a32-d95ba9ed98c7","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0a22be11-6e73-4efb-a351-abeea772aa46","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/details"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcd38375-c449-4574-aa0e-c485c07e93bf"}],"id":"c548e2be-6478-4254-aa83-1dcfc228b622","_postman_id":"c548e2be-6478-4254-aa83-1dcfc228b622","description":""},{"name":"linked","item":[{"name":"{security_id}","item":[{"name":"get Linked Order Schema List2","id":"a01436a1-9f57-4adf-9d92-62ecfe1bb57a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/linked/:security_id","description":"<p>Returns a list of json schemas for linked orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","linked",":security_id"],"host":["/"],"query":[],"variable":[{"id":"ac0fbba5-36e4-423f-8f11-133a31050c6b","description":{"content":"<p>(Required) Instrument identifier.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"364e8465-e47b-4b0e-890a-a143f9738704","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/schema/linked/:security_id","host":["/"],"path":["api","v1","orders","schema","linked",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"type\": \"<string>\",\n    \"view\": \"<string>\",\n    \"send\": \"<string>\"\n  },\n  {\n    \"type\": \"<string>\",\n    \"view\": \"<string>\",\n    \"send\": \"<string>\"\n  }\n]"},{"id":"0af1d8bb-4c3f-4241-9ef0-dd05f42910af","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/linked/:security_id","host":["/"],"path":["api","v1","orders","schema","linked",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"92e9998a-b4d8-47c1-bc08-3f603eeb10b7","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/linked/:security_id","host":["/"],"path":["api","v1","orders","schema","linked",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a01436a1-9f57-4adf-9d92-62ecfe1bb57a"}],"id":"6cb671bd-6c9a-43df-96a8-bc3ac24d1cc3","_postman_id":"6cb671bd-6c9a-43df-96a8-bc3ac24d1cc3","description":""},{"name":"get Linked Order Schema List","id":"6034ba20-135b-405d-b71c-f32748a6ccb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/linked","description":"<p>Returns a list of json schemas for linked orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","linked"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4b89c276-763e-44f2-b653-81d838ee2982","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/linked"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"type\": \"<string>\",\n    \"view\": \"<string>\",\n    \"send\": \"<string>\"\n  },\n  {\n    \"type\": \"<string>\",\n    \"view\": \"<string>\",\n    \"send\": \"<string>\"\n  }\n]"},{"id":"b01311fe-0d8b-44f4-b0a8-c827356fd049","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/linked"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5e9c0c1c-9e80-4ad2-a125-d565197f258c","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/linked"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6034ba20-135b-405d-b71c-f32748a6ccb5"}],"id":"8457c98a-5ddb-41c9-9a61-d6f8c451c8a3","_postman_id":"8457c98a-5ddb-41c9-9a61-d6f8c451c8a3","description":""},{"name":"modify","item":[{"name":"{security_id}","item":[{"name":"get Order Modify Schema2","id":"25027729-7c83-44a2-be50-ea422391ad0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/modify/:security_id","description":"<p>Returns a json schema for modifying orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","modify",":security_id"],"host":["/"],"query":[],"variable":[{"id":"d99e3504-9e1d-458a-83cd-af55e8a88ef5","description":{"content":"<p>(Required) Instrument identifier.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"b6fff16e-57b4-4b37-a9ce-9919a811bf41","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/schema/modify/:security_id","host":["/"],"path":["api","v1","orders","schema","modify",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"2ad078a0-c4ea-41b9-be66-003268935932","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/modify/:security_id","host":["/"],"path":["api","v1","orders","schema","modify",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"39ed9c94-0384-4d8d-aec0-e300fc50a61d","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/modify/:security_id","host":["/"],"path":["api","v1","orders","schema","modify",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25027729-7c83-44a2-be50-ea422391ad0a"}],"id":"2c881270-e60e-4feb-9617-231297a74fd2","_postman_id":"2c881270-e60e-4feb-9617-231297a74fd2","description":""},{"name":"get Order Modify Schema","id":"f3e63be8-fa96-466d-b365-98f805b96de2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/modify","description":"<p>Returns a json schema for modifying orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","modify"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ce3235ad-64ea-4b0a-8b6c-8590a8115089","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/modify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"656bff08-699f-4b53-977e-094f5b1cbd06","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/modify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e0e22a4e-1adb-48e3-bdcf-9a8dbc946c45","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/modify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3e63be8-fa96-466d-b365-98f805b96de2"}],"id":"af449e9c-7693-471c-8d8f-bfcfed00a463","_postman_id":"af449e9c-7693-471c-8d8f-bfcfed00a463","description":""},{"name":"pre-open","item":[{"name":"modify","item":[{"name":"{security_id}","item":[{"name":"get Pre Open Order Modify Schema2","id":"aa104a4f-c061-4a30-a8b4-c5bf20741856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/pre-open/modify/:security_id","description":"<p>Returns a json schema for modifying pre-open orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","pre-open","modify",":security_id"],"host":["/"],"query":[],"variable":[{"id":"e354cee6-ac78-40d5-83b6-207faa844c54","description":{"content":"<p>(Required) Instrument identifier.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"3e211816-09c1-43ad-849b-da93c705f1e6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/schema/pre-open/modify/:security_id","host":["/"],"path":["api","v1","orders","schema","pre-open","modify",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"d5202a98-c6c7-430e-af21-cea9ac9714c2","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/pre-open/modify/:security_id","host":["/"],"path":["api","v1","orders","schema","pre-open","modify",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bb5d5501-d9fd-4b77-b27a-82d19bcd515f","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/pre-open/modify/:security_id","host":["/"],"path":["api","v1","orders","schema","pre-open","modify",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa104a4f-c061-4a30-a8b4-c5bf20741856"}],"id":"0c098ab4-6bef-46aa-ac32-e07051f9996e","_postman_id":"0c098ab4-6bef-46aa-ac32-e07051f9996e","description":""},{"name":"get Pre Open Order Modify Schema","id":"0265264c-9bc6-494a-98cd-9648f90a9deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/pre-open/modify","description":"<p>Returns a json schema for modifying pre-open orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","pre-open","modify"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"96f1332b-99b8-450c-8b71-7e0e27767ffd","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/pre-open/modify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"d6be600f-1771-4b00-b3a1-f9ea2d6993e5","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/pre-open/modify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b25dd730-b30e-4f00-a5da-bc491b374c26","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/pre-open/modify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0265264c-9bc6-494a-98cd-9648f90a9deb"}],"id":"ba7123b4-60ff-4c18-8d43-421ba1de75fc","_postman_id":"ba7123b4-60ff-4c18-8d43-421ba1de75fc","description":""},{"name":"{security_id}","item":[{"name":"get Pre Open Order Schema2","id":"9f2041ed-8e9d-4113-ad06-274d6a54348d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/pre-open/:security_id","description":"<p>Returns a json schema for pre-open orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","pre-open",":security_id"],"host":["/"],"query":[],"variable":[{"id":"9a5e3db9-5c70-4bcd-bcd8-d18365a8fb57","description":{"content":"<p>(Required) Instrument identifier.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"4df601fe-d4b3-447b-921e-4f5ba3cec476","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/schema/pre-open/:security_id","host":["/"],"path":["api","v1","orders","schema","pre-open",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"6ef76664-f919-4c12-b85d-7eb34ed73845","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/pre-open/:security_id","host":["/"],"path":["api","v1","orders","schema","pre-open",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fe4b98fc-3cd5-44a0-b9f1-87e43936bc50","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/pre-open/:security_id","host":["/"],"path":["api","v1","orders","schema","pre-open",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f2041ed-8e9d-4113-ad06-274d6a54348d"}],"id":"d7d51d74-657f-44d5-8059-90c713282198","_postman_id":"d7d51d74-657f-44d5-8059-90c713282198","description":""},{"name":"get Pre Open Order Schema","id":"63029f74-c518-4b16-8608-34b2b5257b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/pre-open","description":"<p>Returns a json schema for pre-open orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","pre-open"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"6f443f04-6ebf-479e-89db-0972818fb748","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/pre-open"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"4c221c26-db10-44dd-aa33-0ef6c698acac","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/pre-open"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c510794e-3824-4e70-9fb8-563ab408f592","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/pre-open"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63029f74-c518-4b16-8608-34b2b5257b12"}],"id":"022cf318-11b5-430c-8352-26b73c11fded","_postman_id":"022cf318-11b5-430c-8352-26b73c11fded","description":""},{"name":"recurring","item":[{"name":"{security_id}","item":[{"name":"get Recurring Orders Schema By Security Id","id":"56ba648d-c898-4c91-b89a-bbc7ed56d422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/recurring/:security_id","description":"<p>Returns a json schema for recurring orders for the specified instrument. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","recurring",":security_id"],"host":["/"],"query":[],"variable":[{"id":"886b4cc1-9b35-4ba8-b685-d4a2bb3f1f1b","description":{"content":"<p>(Required) Instrument identifier.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"53a3f47c-3c67-49a1-81ee-2033507abd0a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/schema/recurring/:security_id","host":["/"],"path":["api","v1","orders","schema","recurring",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"d171e42c-e1c2-408b-91b3-91804263175e","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/recurring/:security_id","host":["/"],"path":["api","v1","orders","schema","recurring",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"838812fe-cde4-4c07-b090-2bd2b415828c","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/recurring/:security_id","host":["/"],"path":["api","v1","orders","schema","recurring",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"56ba648d-c898-4c91-b89a-bbc7ed56d422"}],"id":"75d5934c-3a2d-4610-ba69-4e3b40615308","_postman_id":"75d5934c-3a2d-4610-ba69-4e3b40615308","description":""},{"name":"get Recurring Orders Schema","id":"8ee71401-326a-4b75-8828-6f436827d38b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/recurring","description":"<p>Returns a json schema for recurring orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema","recurring"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e87d9fe5-5042-499a-b632-c20645ce8eba","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/recurring"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"21c24203-9ffc-4c52-8d71-39de058b8e62","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/recurring"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"13cf9eea-3a64-46fb-951c-1e96181cd82b","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema/recurring"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ee71401-326a-4b75-8828-6f436827d38b"}],"id":"1c8097ac-7a67-496f-a61d-0a544d1ee797","_postman_id":"1c8097ac-7a67-496f-a61d-0a544d1ee797","description":""},{"name":"{security_id}","item":[{"name":"get Order Schema2","id":"e63a9bb1-5cdb-4686-b3e0-ae856ca900e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema/:security_id","description":"<p>Returns a json schema for orders for the specified instrument. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema",":security_id"],"host":["/"],"query":[],"variable":[{"id":"17f8b778-96fe-45e5-83b3-ff60814fd792","description":{"content":"<p>(Required) Instrument identifier.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"60e8f14d-2587-49f7-a1e3-7cd88bfe660e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/orders/schema/:security_id","host":["/"],"path":["api","v1","orders","schema",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"6a592b60-812c-4b7c-a231-55eb089e57e7","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/:security_id","host":["/"],"path":["api","v1","orders","schema",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cadc725a-4337-4be1-bf39-d7480d38df40","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/orders/schema/:security_id","host":["/"],"path":["api","v1","orders","schema",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e63a9bb1-5cdb-4686-b3e0-ae856ca900e8"}],"id":"86d9e52a-2acd-4519-a13f-698fadbc8171","_postman_id":"86d9e52a-2acd-4519-a13f-698fadbc8171","description":""},{"name":"get Order Schema","id":"0485e983-7ef2-451b-ab89-c9aa9ca6b669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema","description":"<p>Returns a json schema for orders. Specification: <a href=\"https://tools.ietf.org/html/draft-handrews-json-schema-01\">https://tools.ietf.org/html/draft-handrews-json-schema-01</a>.</p>\n","urlObject":{"path":["api","v1","orders","schema"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"2e290579-1440-423a-8518-29cafd9bc7d7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders/schema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"b999b7c9-fa9d-4bce-b74e-399d6b904409","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b5a724e4-e318-4caa-917a-29bf41ddb2b5","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders/schema"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0485e983-7ef2-451b-ab89-c9aa9ca6b669"}],"id":"9ba4d531-1a85-4b3f-9d68-dc672df5839d","_postman_id":"9ba4d531-1a85-4b3f-9d68-dc672df5839d","description":""},{"name":"cancel Order","id":"72dc4a56-b145-428b-91de-d2117389bb7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Deltix-Client-Order-ID","value":"<string>","description":"<p>Order identifier, defined by client.</p>\n"},{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-Order-ID","value":"<string>","description":"<p>Order identifier.</p>\n"},{"key":"X-Deltix-Source","value":"<string>","description":"<p>Source from where the order cancellation was sent. Must be alphanumeric-encodable. If missing, default source will be used.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders","description":"<p>Cancels active order by id or by client id.\nOne of <code>X-Deltix-Order-ID</code> or <code>X-Deltix-Client-Order-ID</code> must be specified.</p>\n","urlObject":{"path":["api","v1","orders"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ae7e10b5-7ed7-473f-bfa0-b3259a2d4427","name":"Modified order object.","originalRequest":{"method":"DELETE","header":[{"description":"Order identifier, defined by client.","key":"X-Deltix-Client-Order-ID","value":"<string>"},{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"Order identifier.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"Source from where the order cancellation was sent. Must be alphanumeric-encodable. If missing, default source will be used.","key":"X-Deltix-Source","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"close_time\": \"<long>\",\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"day\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"id\": \"<string>\",\n  \"correlation_id\": \"<string>\",\n  \"timestamp\": \"<long>\",\n  \"status\": \"pending_cancel\",\n  \"trader_name\": \"<string>\",\n  \"product_type\": \"pre_spot\",\n  \"cumulative_quantity\": {},\n  \"remaining_quantity\": {},\n  \"average_price\": {},\n  \"receipt_time\": \"<long>\",\n  \"last_timestamp\": \"<long>\",\n  \"last_trade_price\": {},\n  \"counterparty_code\": \"<string>\",\n  \"settlement_date\": \"<long>\",\n  \"reason\": \"<string>\"\n}"},{"id":"5f15204f-94a2-46f2-942f-e037f9ff5657","name":"if sent bad request.","originalRequest":{"method":"DELETE","header":[{"description":"Order identifier, defined by client.","key":"X-Deltix-Client-Order-ID","value":"<string>"},{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"Order identifier.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"Source from where the order cancellation was sent. Must be alphanumeric-encodable. If missing, default source will be used.","key":"X-Deltix-Source","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"74e4b718-8109-4fa8-860b-098ded8d55e0","name":"if order with specified <code>orderId</code> is not found.","originalRequest":{"method":"DELETE","header":[{"description":"Order identifier, defined by client.","key":"X-Deltix-Client-Order-ID","value":"<string>"},{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"Order identifier.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"Source from where the order cancellation was sent. Must be alphanumeric-encodable. If missing, default source will be used.","key":"X-Deltix-Source","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"10ab1aef-2dbd-4d06-8529-c5b32dbf205a","name":"in case of server error.","originalRequest":{"method":"DELETE","header":[{"description":"Order identifier, defined by client.","key":"X-Deltix-Client-Order-ID","value":"<string>"},{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"Order identifier.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"Source from where the order cancellation was sent. Must be alphanumeric-encodable. If missing, default source will be used.","key":"X-Deltix-Source","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72dc4a56-b145-428b-91de-d2117389bb7f"},{"name":"get Active Orders","id":"b385adb5-6fd5-4697-b60d-2cc601743af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-Order-ID","value":"<string>","description":"<p>Optional parameter.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders","description":"<p>Returns the list of all user's active orders or a single order if X-Deltix-Order-ID parameter is specified.</p>\n","urlObject":{"path":["api","v1","orders"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"67da3338-14a5-4ea3-a1a4-1f5792150644","name":"List of active orders.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"Optional parameter.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"close_time\": \"<long>\",\n    \"client_order_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"type\": \"<string>\",\n    \"side\": \"buy\",\n    \"quantity\": {},\n    \"time_in_force\": \"good_till_crossing\",\n    \"limit_price\": {},\n    \"stop_price\": {},\n    \"peg_difference\": {},\n    \"min_quantity\": {},\n    \"display_quantity\": {},\n    \"leverage\": {},\n    \"expire_time\": \"<long>\",\n    \"submission_time\": \"<long>\",\n    \"destination\": \"<string>\",\n    \"exchange_id\": \"<string>\",\n    \"source\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"text\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"id\": \"<string>\",\n    \"correlation_id\": \"<string>\",\n    \"timestamp\": \"<long>\",\n    \"status\": \"pending_replace\",\n    \"trader_name\": \"<string>\",\n    \"product_type\": \"pre_spot\",\n    \"cumulative_quantity\": {},\n    \"remaining_quantity\": {},\n    \"average_price\": {},\n    \"receipt_time\": \"<long>\",\n    \"last_timestamp\": \"<long>\",\n    \"last_trade_price\": {},\n    \"counterparty_code\": \"<string>\",\n    \"settlement_date\": \"<long>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"close_time\": \"<long>\",\n    \"client_order_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"type\": \"<string>\",\n    \"side\": \"sell\",\n    \"quantity\": {},\n    \"time_in_force\": \"at_the_close\",\n    \"limit_price\": {},\n    \"stop_price\": {},\n    \"peg_difference\": {},\n    \"min_quantity\": {},\n    \"display_quantity\": {},\n    \"leverage\": {},\n    \"expire_time\": \"<long>\",\n    \"submission_time\": \"<long>\",\n    \"destination\": \"<string>\",\n    \"exchange_id\": \"<string>\",\n    \"source\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"text\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"id\": \"<string>\",\n    \"correlation_id\": \"<string>\",\n    \"timestamp\": \"<long>\",\n    \"status\": \"new\",\n    \"trader_name\": \"<string>\",\n    \"product_type\": \"pre_spot\",\n    \"cumulative_quantity\": {},\n    \"remaining_quantity\": {},\n    \"average_price\": {},\n    \"receipt_time\": \"<long>\",\n    \"last_timestamp\": \"<long>\",\n    \"last_trade_price\": {},\n    \"counterparty_code\": \"<string>\",\n    \"settlement_date\": \"<long>\",\n    \"reason\": \"<string>\"\n  }\n]"},{"id":"5c3a1566-168b-4ff8-a676-b1a5a06155ed","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"Optional parameter.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b385adb5-6fd5-4697-b60d-2cc601743af6"},{"name":"create Order","id":"e1aa88db-c992-4d7a-a3c2-4a697f425ff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders","description":"<p>Creates an order for the specified user.</p>\n","urlObject":{"path":["api","v1","orders"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"cba10b2e-af93-4893-8ee3-27e86424915c","name":"Created order object.","originalRequest":{"method":"POST","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"close_time\": \"<long>\",\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"day\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"id\": \"<string>\",\n  \"correlation_id\": \"<string>\",\n  \"timestamp\": \"<long>\",\n  \"status\": \"pending_cancel\",\n  \"trader_name\": \"<string>\",\n  \"product_type\": \"pre_spot\",\n  \"cumulative_quantity\": {},\n  \"remaining_quantity\": {},\n  \"average_price\": {},\n  \"receipt_time\": \"<long>\",\n  \"last_timestamp\": \"<long>\",\n  \"last_trade_price\": {},\n  \"counterparty_code\": \"<string>\",\n  \"settlement_date\": \"<long>\",\n  \"reason\": \"<string>\"\n}"},{"id":"6e19be57-5fba-440c-bb14-a41f42a3570c","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2c025227-fdef-4fc1-b010-15baccefc7d6","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1aa88db-c992-4d7a-a3c2-4a697f425ff8"},{"name":"modify Order","id":"cc2be733-18cb-40b7-966a-bb8002110093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-Order-ID","value":"<string>","description":"<p>(Required) Order identifier.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders","description":"<p>Modifies an order for the specified user.</p>\n","urlObject":{"path":["api","v1","orders"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"72e70e37-7610-4e08-b6b6-616d6a29e211","name":"Modified order object.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"(Required) Order identifier.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"close_time\": \"<long>\",\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"day\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"id\": \"<string>\",\n  \"correlation_id\": \"<string>\",\n  \"timestamp\": \"<long>\",\n  \"status\": \"pending_cancel\",\n  \"trader_name\": \"<string>\",\n  \"product_type\": \"pre_spot\",\n  \"cumulative_quantity\": {},\n  \"remaining_quantity\": {},\n  \"average_price\": {},\n  \"receipt_time\": \"<long>\",\n  \"last_timestamp\": \"<long>\",\n  \"last_trade_price\": {},\n  \"counterparty_code\": \"<string>\",\n  \"settlement_date\": \"<long>\",\n  \"reason\": \"<string>\"\n}"},{"id":"52b9d25e-3ce1-4664-95cb-2b235f2cc87d","name":"if sent bad request.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"(Required) Order identifier.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6413da0d-3f90-4e0b-b945-497d54121c1a","name":"in case of server error.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"(Required) Order identifier.","key":"X-Deltix-Order-ID","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_order_id\": \"<string>\",\n  \"security_id\": \"<string>\",\n  \"quote_id\": \"<string>\",\n  \"type\": \"<string>\",\n  \"side\": \"sell\",\n  \"quantity\": {},\n  \"time_in_force\": \"gtd\",\n  \"limit_price\": {},\n  \"stop_price\": {},\n  \"peg_difference\": {},\n  \"min_quantity\": {},\n  \"display_quantity\": {},\n  \"leverage\": {},\n  \"expire_time\": \"<long>\",\n  \"submission_time\": \"<long>\",\n  \"destination\": \"<string>\",\n  \"exchange_id\": \"<string>\",\n  \"source\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"text\": \"<string>\",\n  \"properties\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc2be733-18cb-40b7-966a-bb8002110093"}],"id":"5039fd4a-c189-4500-a247-cc0152a975dc","_postman_id":"5039fd4a-c189-4500-a247-cc0152a975dc","description":""},{"name":"prime-broker","item":[{"name":"accounts","item":[{"name":"get Prime Broker Accounts","id":"0cb2244f-898e-49b7-8c0a-35aca8b138b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/prime-broker/accounts","description":"<p>Returns a list of prime broker accounts, available for the user.</p>\n","urlObject":{"path":["api","v1","prime-broker","accounts"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"67054d52-2c0a-4004-ab38-fa3bb8c3b4fe","name":"List of prime broker accounts.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/prime-broker/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"custom_data\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"custom_data\": \"<string>\"\n  }\n]"}],"_postman_id":"0cb2244f-898e-49b7-8c0a-35aca8b138b7"}],"id":"da3be3ce-4535-45cd-b257-dafd83aeb14b","_postman_id":"da3be3ce-4535-45cd-b257-dafd83aeb14b","description":""}],"id":"9b487025-c411-41fa-8033-a6a36e58ca4a","_postman_id":"9b487025-c411-41fa-8033-a6a36e58ca4a","description":""},{"name":"securities","item":[{"name":"statistics","item":[{"name":"get Statistics","id":"9690324d-882c-43b3-b457-bc79714cc7d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/securities/statistics","description":"<p>Returns a list of securities statistics.</p>\n","urlObject":{"path":["api","v1","securities","statistics"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"6d34e364-dc7f-4c4c-904c-75b4d6fcd2da","name":"List of statistics.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/securities/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"price_24h_change\": {},\n    \"volume_24h_change\": {},\n    \"price_24h_max\": {},\n    \"price_24h_min\": {},\n    \"security_id\": \"<string>\",\n    \"bid\": {},\n    \"ask\": {},\n    \"last_trade_price\": {}\n  },\n  {\n    \"price_24h_change\": {},\n    \"volume_24h_change\": {},\n    \"price_24h_max\": {},\n    \"price_24h_min\": {},\n    \"security_id\": \"<string>\",\n    \"bid\": {},\n    \"ask\": {},\n    \"last_trade_price\": {}\n  }\n]"},{"id":"04088450-b0ba-4ac9-a546-e8f9ad1bf8f9","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/securities/statistics"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9690324d-882c-43b3-b457-bc79714cc7d4"}],"id":"74990c61-38f8-4a64-9f0b-c6b4f22d0f86","_postman_id":"74990c61-38f8-4a64-9f0b-c6b4f22d0f86","description":""},{"name":"{security_id}","item":[{"name":"get Securities2","id":"2a92f31c-ff24-41c8-804a-1cff856e8ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/securities/:security_id","description":"<p>Returns a specific security with user settings.</p>\n","urlObject":{"path":["api","v1","securities",":security_id"],"host":["/"],"query":[],"variable":[{"id":"f5592e39-1667-4e43-8a77-19a15c6229b6","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"4b3f0c7d-eef2-478d-80a2-6140d48dfd92","name":"Security.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/securities/:security_id","host":["/"],"path":["api","v1","securities",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tick_size\": {},\n  \"multiplier\": {},\n  \"price_precision\": \"<integer>\",\n  \"quantity_precision\": \"<integer>\",\n  \"pips_highlight_start\": \"<integer>\",\n  \"pips_highlight_end\": \"<integer>\",\n  \"main_fraction\": \"<integer>\",\n  \"sub_fraction\": \"<integer>\",\n  \"number_of_fraction_decimals\": \"<integer>\",\n  \"max_bars_count\": \"<integer>\",\n  \"first_bar_timestamp\": \"<long>\",\n  \"last_bar_timestamp\": \"<long>\",\n  \"minimum_quantity\": {},\n  \"maximum_quantity\": {},\n  \"default_quantity\": {},\n  \"quantity_increment\": {},\n  \"target_price_minimum\": {},\n  \"target_price_maximum\": {},\n  \"target_price_increment\": {},\n  \"show_exchange_id\": \"<boolean>\",\n  \"adjust_book\": \"<boolean>\",\n  \"order_max_ttl\": \"<long>\",\n  \"is_rfq_allowed\": \"<boolean>\",\n  \"modification_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"calendar_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"security_type\": \"currency\",\n  \"type\": \"<string>\",\n  \"base_currency\": \"<string>\",\n  \"term_currency\": \"<string>\",\n  \"trading_currency\": \"side\",\n  \"display_method\": \"pips_highlight\",\n  \"order_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"linked_order_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"time_in_forces\": [\n    \"good_till_crossing\",\n    \"gtc\"\n  ],\n  \"default_time_in_force\": \"day\",\n  \"market_time_in_forces\": [\n    \"good_till_crossing\",\n    \"gtd\"\n  ],\n  \"default_market_time_in_force\": \"at_the_opening\",\n  \"pre_open_time_in_forces\": [\n    \"good_till_crossing\",\n    \"at_the_opening\"\n  ],\n  \"default_pre_open_time_in_force\": \"fok\",\n  \"execution_explanation\": \"commission\",\n  \"available_book_exchanges\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"available_trade_exchanges\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"available_destinations\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"default_destination\": \"<string>\",\n  \"buyer_taker_commission_flat\": {},\n  \"buyer_taker_commission_progressive\": {},\n  \"seller_taker_commission_flat\": {},\n  \"seller_taker_commission_progressive\": {},\n  \"buyer_maker_commission_flat\": {},\n  \"buyer_maker_commission_progressive\": {},\n  \"buyer_flat_commission_method\": \"term_ticks\",\n  \"buyer_progressive_commission_method\": \"term_ticks\",\n  \"buyer_commission_account\": \"abc_account\",\n  \"seller_maker_commission_flat\": {},\n  \"seller_maker_commission_progressive\": {},\n  \"seller_flat_commission_method\": \"exact_value\",\n  \"seller_progressive_commission_method\": \"quantity_percent\",\n  \"seller_commission_account\": \"destination_account\",\n  \"charge_flat_commission_at\": \"first_fill\",\n  \"taker_reserve_multiplier\": {},\n  \"external_commissions\": [\n    {\n      \"maker_commission\": {},\n      \"taker_commission\": {},\n      \"exchange_id\": \"<string>\",\n      \"commission_currency\": \"<string>\"\n    },\n    {\n      \"maker_commission\": {},\n      \"taker_commission\": {},\n      \"exchange_id\": \"<string>\",\n      \"commission_currency\": \"<string>\"\n    }\n  ],\n  \"prime_broker_accounts\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"custom_data\": \"<string>\",\n  \"custom_data2\": \"<string>\"\n}"},{"id":"e0118b92-8382-4883-b0e9-ceaa519993a4","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/securities/:security_id","host":["/"],"path":["api","v1","securities",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a92f31c-ff24-41c8-804a-1cff856e8ef7"}],"id":"47e1caf6-d859-4093-bff0-639a96e0738d","_postman_id":"47e1caf6-d859-4093-bff0-639a96e0738d","description":""},{"name":"get Securities","id":"5892baff-1cef-4fea-b76e-afefc6316143","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/securities","description":"<p>Returns list of securities with user settings.</p>\n","urlObject":{"path":["api","v1","securities"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"87d00d54-9985-41cc-b615-537a5a857e40","name":"List of securities.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/securities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"tick_size\": {},\n    \"multiplier\": {},\n    \"price_precision\": \"<integer>\",\n    \"quantity_precision\": \"<integer>\",\n    \"pips_highlight_start\": \"<integer>\",\n    \"pips_highlight_end\": \"<integer>\",\n    \"main_fraction\": \"<integer>\",\n    \"sub_fraction\": \"<integer>\",\n    \"number_of_fraction_decimals\": \"<integer>\",\n    \"max_bars_count\": \"<integer>\",\n    \"first_bar_timestamp\": \"<long>\",\n    \"last_bar_timestamp\": \"<long>\",\n    \"minimum_quantity\": {},\n    \"maximum_quantity\": {},\n    \"default_quantity\": {},\n    \"quantity_increment\": {},\n    \"target_price_minimum\": {},\n    \"target_price_maximum\": {},\n    \"target_price_increment\": {},\n    \"show_exchange_id\": \"<boolean>\",\n    \"adjust_book\": \"<boolean>\",\n    \"order_max_ttl\": \"<long>\",\n    \"is_rfq_allowed\": \"<boolean>\",\n    \"modification_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"calendar_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"security_type\": \"bond\",\n    \"type\": \"<string>\",\n    \"base_currency\": \"<string>\",\n    \"term_currency\": \"<string>\",\n    \"trading_currency\": \"side\",\n    \"display_method\": \"plain_text\",\n    \"order_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"linked_order_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"time_in_forces\": [\n      \"day\",\n      \"at_the_opening\"\n    ],\n    \"default_time_in_force\": \"gtc\",\n    \"market_time_in_forces\": [\n      \"gtd\",\n      \"ioc\"\n    ],\n    \"default_market_time_in_force\": \"good_till_crossing\",\n    \"pre_open_time_in_forces\": [\n      \"gtc\",\n      \"at_the_opening\"\n    ],\n    \"default_pre_open_time_in_force\": \"at_the_close\",\n    \"execution_explanation\": \"none\",\n    \"available_book_exchanges\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"available_trade_exchanges\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"available_destinations\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"default_destination\": \"<string>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"buyer_flat_commission_method\": \"term_ticks\",\n    \"buyer_progressive_commission_method\": \"quantity_percent\",\n    \"buyer_commission_account\": \"abc_account\",\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {},\n    \"seller_flat_commission_method\": \"term_ticks\",\n    \"seller_progressive_commission_method\": \"exact_value\",\n    \"seller_commission_account\": \"destination_account\",\n    \"charge_flat_commission_at\": \"acknowledgment\",\n    \"taker_reserve_multiplier\": {},\n    \"external_commissions\": [\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      },\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      }\n    ],\n    \"prime_broker_accounts\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"custom_data\": \"<string>\",\n    \"custom_data2\": \"<string>\"\n  },\n  {\n    \"tick_size\": {},\n    \"multiplier\": {},\n    \"price_precision\": \"<integer>\",\n    \"quantity_precision\": \"<integer>\",\n    \"pips_highlight_start\": \"<integer>\",\n    \"pips_highlight_end\": \"<integer>\",\n    \"main_fraction\": \"<integer>\",\n    \"sub_fraction\": \"<integer>\",\n    \"number_of_fraction_decimals\": \"<integer>\",\n    \"max_bars_count\": \"<integer>\",\n    \"first_bar_timestamp\": \"<long>\",\n    \"last_bar_timestamp\": \"<long>\",\n    \"minimum_quantity\": {},\n    \"maximum_quantity\": {},\n    \"default_quantity\": {},\n    \"quantity_increment\": {},\n    \"target_price_minimum\": {},\n    \"target_price_maximum\": {},\n    \"target_price_increment\": {},\n    \"show_exchange_id\": \"<boolean>\",\n    \"adjust_book\": \"<boolean>\",\n    \"order_max_ttl\": \"<long>\",\n    \"is_rfq_allowed\": \"<boolean>\",\n    \"modification_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"calendar_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"security_type\": \"unknown\",\n    \"type\": \"<string>\",\n    \"base_currency\": \"<string>\",\n    \"term_currency\": \"<string>\",\n    \"trading_currency\": \"side\",\n    \"display_method\": \"fractions\",\n    \"order_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"linked_order_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"time_in_forces\": [\n      \"day\",\n      \"fok\"\n    ],\n    \"default_time_in_force\": \"good_till_crossing\",\n    \"market_time_in_forces\": [\n      \"at_the_opening\",\n      \"ioc\"\n    ],\n    \"default_market_time_in_force\": \"good_till_crossing\",\n    \"pre_open_time_in_forces\": [\n      \"gtc\",\n      \"at_the_opening\"\n    ],\n    \"default_pre_open_time_in_force\": \"fok\",\n    \"execution_explanation\": \"price\",\n    \"available_book_exchanges\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"available_trade_exchanges\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"available_destinations\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"default_destination\": \"<string>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"buyer_flat_commission_method\": \"quantity_percent\",\n    \"buyer_progressive_commission_method\": \"term_ticks\",\n    \"buyer_commission_account\": \"abc_account\",\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {},\n    \"seller_flat_commission_method\": \"exact_value\",\n    \"seller_progressive_commission_method\": \"exact_value\",\n    \"seller_commission_account\": \"destination_account\",\n    \"charge_flat_commission_at\": \"first_fill\",\n    \"taker_reserve_multiplier\": {},\n    \"external_commissions\": [\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      },\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      }\n    ],\n    \"prime_broker_accounts\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"custom_data\": \"<string>\",\n    \"custom_data2\": \"<string>\"\n  }\n]"},{"id":"88e6598e-e5c7-4f47-968f-3c9c3bb0df1c","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/securities"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5892baff-1cef-4fea-b76e-afefc6316143"}],"id":"45d1af50-f80b-4bb2-81d2-dc5ccbbcdbf9","_postman_id":"45d1af50-f80b-4bb2-81d2-dc5ccbbcdbf9","description":""},{"name":"time","item":[{"name":"get Time","id":"7e56fae3-9d8c-48bf-b7fd-361813b886ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/time","description":"<p>Returns current server time in milliseconds since midnight, January 1, 1970 UTC.</p>\n","urlObject":{"path":["api","v1","time"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4037c091-fb7f-427c-a0bd-701783822e5b","name":"Server java time.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/time"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<long>"}],"_postman_id":"7e56fae3-9d8c-48bf-b7fd-361813b886ff"}],"id":"1766a8f4-91c2-47be-960c-0356a10a9997","_postman_id":"1766a8f4-91c2-47be-960c-0356a10a9997","description":""},{"name":"trader","item":[{"name":"health","item":[{"name":"get Health Status2","id":"91602c29-8bfe-43bb-b3c4-8ef34c7da2c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/trader/health","description":"<p>Returns application health status.</p>\n","urlObject":{"path":["api","v1","trader","health"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"8ad2e15f-f3b8-42f7-a034-39b5e095e78f","name":"Application health status.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/trader/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": \"<long>\",\n  \"is_alive\": \"<boolean>\",\n  \"application\": \"<string>\",\n  \"version\": \"<string>\",\n  \"users\": \"<integer>\",\n  \"logins\": \"<integer>\"\n}"},{"id":"d84f19a2-4c08-47a8-97b1-51aa62e29947","name":"if service alive status is {@code false}.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/trader/health"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91602c29-8bfe-43bb-b3c4-8ef34c7da2c0"}],"id":"e8391910-296e-4aa1-a7f5-70d9ac7482d1","_postman_id":"e8391910-296e-4aa1-a7f5-70d9ac7482d1","description":""}],"id":"a5e6357f-1ade-4814-a982-3137997c126f","_postman_id":"a5e6357f-1ade-4814-a982-3137997c126f","description":""},{"name":"trades","item":[{"name":"{security_id}","item":[{"name":"get Last Trades","id":"b5efbccd-377d-4024-bce6-c1904c5a3a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/trades/:security_id","description":"<p>Returns batch of last trades for specified symbol. Order is not guaranteed.</p>\n","urlObject":{"path":["api","v1","trades",":security_id"],"host":["/"],"query":[],"variable":[{"id":"9be0c637-8d37-42e1-98eb-67d153a80e4a","description":{"content":"<p>(Required) Instrument to get order books for.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"6df9886e-3044-40c5-971f-ea59d43e0593","name":"List of trades.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/trades/:security_id","host":["/"],"path":["api","v1","trades",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": \"<long>\",\n  \"sequence_number\": \"<long>\",\n  \"security_id\": \"<string>\",\n  \"type\": \"incremental_update\",\n  \"entries\": [\n    {\n      \"price\": {},\n      \"timestamp\": \"<long>\",\n      \"quantity\": {},\n      \"side\": \"sell\",\n      \"action\": \"delete\",\n      \"level\": \"<integer>\",\n      \"number_of_orders\": \"<long>\",\n      \"exchange_id\": \"<string>\"\n    },\n    {\n      \"price\": {},\n      \"timestamp\": \"<long>\",\n      \"quantity\": {},\n      \"side\": \"sell\",\n      \"action\": \"delete\",\n      \"level\": \"<integer>\",\n      \"number_of_orders\": \"<long>\",\n      \"exchange_id\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"b5efbccd-377d-4024-bce6-c1904c5a3a4b"}],"id":"98419f39-6c9f-4527-8a28-5beb46c0cbfd","_postman_id":"98419f39-6c9f-4527-8a28-5beb46c0cbfd","description":""}],"id":"d643236e-06c3-48b7-a684-ad7c288ff320","_postman_id":"d643236e-06c3-48b7-a684-ad7c288ff320","description":""},{"name":"trading-sessions","item":[{"name":"get Trading Sessions","id":"b43633e9-dd94-4016-93f2-3d6a3f4d6381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/trading-sessions","description":"<p>Returns the list of all trading sessions active for the current moment.</p>\n","urlObject":{"path":["api","v1","trading-sessions"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"3ab5dea2-d77c-45ab-a880-556901235f74","name":"List of active trading sessions.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/trading-sessions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"start\": \"<long>\",\n    \"end\": \"<long>\",\n    \"calendar_id\": \"<string>\",\n    \"pre_open\": \"<long>\",\n    \"current_status\": \"non_trading\"\n  },\n  {\n    \"start\": \"<long>\",\n    \"end\": \"<long>\",\n    \"calendar_id\": \"<string>\",\n    \"pre_open\": \"<long>\",\n    \"current_status\": \"pre_trading\"\n  }\n]"},{"id":"ab137660-014d-4f6f-9c5c-d949405c7509","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/trading-sessions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b43633e9-dd94-4016-93f2-3d6a3f4d6381"}],"id":"c9159c9f-7f95-4044-bdf6-6b508d268e01","_postman_id":"c9159c9f-7f95-4044-bdf6-6b508d268e01","description":""},{"name":"trading","item":[{"name":"limits","item":[{"name":"get Trading Limits","id":"44194a72-cad9-409b-906a-adb72a764ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"}],"url":"//api/v1/trading/limits","description":"<p>Returns trading limits and current user's values, if present.</p>\n","urlObject":{"path":["api","v1","trading","limits"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"6164c9f3-3e1f-424b-8ec5-d9b5f3e7bf46","name":"if there are no trading limits.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/trading/limits"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"94c1f085-bf82-4eb6-b3a0-2a2516817ad1","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/trading/limits"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"74564727-1a5b-4961-b76c-567bc2c044e7","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/trading/limits"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44194a72-cad9-409b-906a-adb72a764ce5"}],"id":"8c422c76-18f8-4166-9626-9de45d5fa752","_postman_id":"8c422c76-18f8-4166-9626-9de45d5fa752","description":""}],"id":"66a79b6a-3da6-444e-8b91-9ba76b48dcdb","_postman_id":"66a79b6a-3da6-444e-8b91-9ba76b48dcdb","description":""},{"name":"transactions","item":[{"name":"complete","item":[{"name":"get Complete Transactions2","id":"32c1358a-2dae-4a3f-ae3b-eb7eb7ebd593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=CREDIT&transactionTypes=TRADING_COMMISSION","description":"<p>Gets a batch of complete user transactions starting from the startTime.</p>\n","urlObject":{"path":["api","v1","transactions","complete"],"host":["/"],"query":[{"description":{"content":"<p>Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"},{"description":{"content":"<p>Transaction types filter. If missing or empty - all types will be returned.</p>\n","type":"text/plain"},"key":"transactionTypes","value":"CREDIT"},{"description":{"content":"<p>Transaction types filter. If missing or empty - all types will be returned.</p>\n","type":"text/plain"},"key":"transactionTypes","value":"TRADING_COMMISSION"}],"variable":[]}},"response":[{"id":"8e98000d-d595-41b5-8be9-682ffb23bcb0","name":"List of complete transactions.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=TRADING_COMMISSION","host":["/"],"path":["api","v1","transactions","complete"],"query":[{"description":"Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"TRADING_COMMISSION"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"type\": \"withdrawal_commission\",\n    \"amount\": {},\n    \"post_balance\": {},\n    \"status\": \"cancelled\",\n    \"reason\": \"<string>\",\n    \"description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"network\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"confirmations_needed\": \"<integer>\",\n    \"external_currency_id\": \"<string>\",\n    \"external_conversion_price\": {}\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"type\": \"withdrawal_commission\",\n    \"amount\": {},\n    \"post_balance\": {},\n    \"status\": \"succeeded\",\n    \"reason\": \"<string>\",\n    \"description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"network\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"confirmations_needed\": \"<integer>\",\n    \"external_currency_id\": \"<string>\",\n    \"external_conversion_price\": {}\n  }\n]"},{"id":"2373805e-1729-4ec5-88d7-53c5e5b2559d","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=TRADING_COMMISSION","host":["/"],"path":["api","v1","transactions","complete"],"query":[{"description":"Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"TRADING_COMMISSION"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c3131ec9-7117-4f89-92c9-b134d1129e78","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=TRADING_COMMISSION","host":["/"],"path":["api","v1","transactions","complete"],"query":[{"description":"Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"TRADING_COMMISSION"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32c1358a-2dae-4a3f-ae3b-eb7eb7ebd593"}],"id":"61195574-1f3b-4cca-b96f-d27b9cd43299","_postman_id":"61195574-1f3b-4cca-b96f-d27b9cd43299","description":""},{"name":"history","item":[{"name":"get Transactions History","id":"1391613b-2625-42c6-8a21-4fb91e70b9ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/history?count=<number>&reversed=false&startTime=<number>&transactionTypes=CREDIT&transactionTypes=TRADING_COMMISSION","description":"<p>Gets a batch of user transfers starting from the startTime.</p>\n","urlObject":{"path":["api","v1","transactions","history"],"host":["/"],"query":[{"description":{"content":"<p>Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"},{"description":{"content":"<p>Transaction types filter. If missing or empty - all types will be returned.</p>\n","type":"text/plain"},"key":"transactionTypes","value":"CREDIT"},{"description":{"content":"<p>Transaction types filter. If missing or empty - all types will be returned.</p>\n","type":"text/plain"},"key":"transactionTypes","value":"TRADING_COMMISSION"}],"variable":[]}},"response":[{"id":"40f4cad5-c0da-4f48-9fcf-75c646586074","name":"List of transfers.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/history?count=<number>&reversed=false&startTime=<number>&transactionTypes=TRADING_COMMISSION","host":["/"],"path":["api","v1","transactions","history"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"TRADING_COMMISSION"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"type\": \"withdrawal_commission\",\n    \"amount\": {},\n    \"post_balance\": {},\n    \"status\": \"cancelled\",\n    \"reason\": \"<string>\",\n    \"description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"network\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"confirmations_needed\": \"<integer>\",\n    \"external_currency_id\": \"<string>\",\n    \"external_conversion_price\": {}\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"type\": \"withdrawal_commission\",\n    \"amount\": {},\n    \"post_balance\": {},\n    \"status\": \"succeeded\",\n    \"reason\": \"<string>\",\n    \"description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"network\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"confirmations_needed\": \"<integer>\",\n    \"external_currency_id\": \"<string>\",\n    \"external_conversion_price\": {}\n  }\n]"},{"id":"38657464-2a01-4f56-932b-d14a499fb67e","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/history?count=<number>&reversed=false&startTime=<number>&transactionTypes=TRADING_COMMISSION","host":["/"],"path":["api","v1","transactions","history"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"TRADING_COMMISSION"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c490e980-ec8b-4357-8bab-b3e17e209ff9","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/history?count=<number>&reversed=false&startTime=<number>&transactionTypes=TRADING_COMMISSION","host":["/"],"path":["api","v1","transactions","history"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"TRADING_COMMISSION"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1391613b-2625-42c6-8a21-4fb91e70b9ab"}],"id":"b4865480-a9e7-43a4-8ab5-8251c63be4b1","_postman_id":"b4865480-a9e7-43a4-8ab5-8251c63be4b1","description":""},{"name":"incomplete","item":[{"name":"get Incomplete Transactions2","id":"68df1086-197d-49db-8a03-5984cefaead6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/incomplete","description":"<p>Gets the list of incomplete user transactions (transfers).</p>\n","urlObject":{"path":["api","v1","transactions","incomplete"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9b191470-2125-4065-a98a-cb67157c53cb","name":"List of incomplete transactions.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/incomplete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"type\": \"withdrawal_commission\",\n    \"amount\": {},\n    \"post_balance\": {},\n    \"status\": \"cancelled\",\n    \"reason\": \"<string>\",\n    \"description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"network\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"confirmations_needed\": \"<integer>\",\n    \"external_currency_id\": \"<string>\",\n    \"external_conversion_price\": {}\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"type\": \"withdrawal_commission\",\n    \"amount\": {},\n    \"post_balance\": {},\n    \"status\": \"succeeded\",\n    \"reason\": \"<string>\",\n    \"description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"network\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"confirmations_needed\": \"<integer>\",\n    \"external_currency_id\": \"<string>\",\n    \"external_conversion_price\": {}\n  }\n]"},{"id":"a89a451e-760b-4413-bb7d-28aa092d039e","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/transactions/incomplete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4efba9d7-85dd-403e-b395-fd0632fa0459","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/transactions/incomplete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68df1086-197d-49db-8a03-5984cefaead6"}],"id":"9e6fcf9a-ae4b-447e-9548-9ae688cd0e1b","_postman_id":"9e6fcf9a-ae4b-447e-9548-9ae688cd0e1b","description":""}],"id":"ef5450d4-ea97-44a0-8c70-c4fae7b96e88","_postman_id":"ef5450d4-ea97-44a0-8c70-c4fae7b96e88","description":""},{"name":"user","item":[{"name":"id","item":[{"name":"get User Id","id":"9b32579b-94ee-4524-87c0-5561a7f885be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Authority","value":"<string>","description":"<p>The authority needed to be checked. Return success, if granted, error otherwise. Optional.</p>\n"},{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user/id","description":"<p>Returns user's unique identifier.</p>\n","urlObject":{"path":["api","v1","user","id"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"8deea46a-ead3-4cf1-b410-50d6a120cceb","name":"User ID.","originalRequest":{"method":"GET","header":[{"description":"The authority needed to be checked. Return success, if granted, error otherwise. Optional.","key":"X-Deltix-Authority","value":"<string>"},{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user/id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"9b32579b-94ee-4524-87c0-5561a7f885be"}],"id":"c2e14041-2886-44fa-a52d-7467ea07d290","_postman_id":"c2e14041-2886-44fa-a52d-7467ea07d290","description":""},{"name":"settings","item":[{"name":"custom","item":[{"name":"get Custom Settings","id":"04238f36-618c-4bc8-92b9-d1ca88ef09be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user/settings/custom","description":"<p>Returns custom user settings.</p>\n","urlObject":{"path":["api","v1","user","settings","custom"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"d0edee5f-ce22-4731-9b76-201e5381dfef","name":"Custom settings.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user/settings/custom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"04238f36-618c-4bc8-92b9-d1ca88ef09be"},{"name":"change Custom Settings","id":"f934571b-a4ef-49fa-b086-3643eb59b92c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/user/settings/custom?path=<string>","description":"<p>Modifies custom settings.</p>\n","urlObject":{"path":["api","v1","user","settings","custom"],"host":["/"],"query":[{"description":{"content":"<p>The JsonPath of the field to edit or null to replace entire file</p>\n","type":"text/plain"},"key":"path","value":"<string>"}],"variable":[]}},"response":[{"id":"24185311-5eb7-4df0-a4bc-8a5423a1b64a","name":"New user settings.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/user/settings/custom?path=<string>","host":["/"],"path":["api","v1","user","settings","custom"],"query":[{"description":"The JsonPath of the field to edit or null to replace entire file","key":"path","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"f934571b-a4ef-49fa-b086-3643eb59b92c"}],"id":"f218ce85-dbd9-498d-b05e-be5843b3f40d","_postman_id":"f218ce85-dbd9-498d-b05e-be5843b3f40d","description":""},{"name":"get User Settings","id":"6f40f955-6b62-453c-bf88-8a7371169cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user/settings","description":"<p>Returns user's settings.</p>\n","urlObject":{"path":["api","v1","user","settings"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f435510f-7166-4cdf-92b7-8fe3054d005f","name":"User settings.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"basic_advanced_switcher_enabled\": \"<boolean>\",\n  \"is_allow_show_exchange_codes\": \"<boolean>\",\n  \"is_using_2fa_for_withdrawal\": \"<boolean>\",\n  \"login_2fa_enabled\": \"<boolean>\",\n  \"login_2fa_mandatory\": \"<boolean>\",\n  \"password_for_api_key_change_required\": \"<boolean>\",\n  \"password_for_user_settings_change_required\": \"<boolean>\",\n  \"withdrawal_2fa_enabled\": \"<boolean>\",\n  \"withdrawal_2fa_mandatory\": \"<boolean>\",\n  \"withdrawal_address_validation_required\": \"<boolean>\",\n  \"is_using_2fa_for_login\": \"<boolean>\",\n  \"client_user_id\": \"<string>\",\n  \"username\": \"<string>\",\n  \"measurement_currencies\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"trading_statistics_currency\": \"<string>\",\n  \"user_identifier\": \"external_id\"\n}"}],"_postman_id":"6f40f955-6b62-453c-bf88-8a7371169cea"},{"name":"change User Settings","id":"d11c2692-d250-400a-a343-5e759f20ee67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"is_using_2fa_for_withdrawal\": \"<boolean>\",\n  \"is_allow_show_exchange_codes\": \"<boolean>\",\n  \"is_using_2fa_for_login\": \"<boolean>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/user/settings","description":"<p>Modifies user settings.</p>\n","urlObject":{"path":["api","v1","user","settings"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"56e9be9d-b38c-4d97-b624-82b3d5c5f123","name":"New user settings.","originalRequest":{"method":"PUT","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"is_using_2fa_for_withdrawal\": \"<boolean>\",\n  \"is_allow_show_exchange_codes\": \"<boolean>\",\n  \"is_using_2fa_for_login\": \"<boolean>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/user/settings"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"basic_advanced_switcher_enabled\": \"<boolean>\",\n  \"is_allow_show_exchange_codes\": \"<boolean>\",\n  \"is_using_2fa_for_withdrawal\": \"<boolean>\",\n  \"login_2fa_enabled\": \"<boolean>\",\n  \"login_2fa_mandatory\": \"<boolean>\",\n  \"password_for_api_key_change_required\": \"<boolean>\",\n  \"password_for_user_settings_change_required\": \"<boolean>\",\n  \"withdrawal_2fa_enabled\": \"<boolean>\",\n  \"withdrawal_2fa_mandatory\": \"<boolean>\",\n  \"withdrawal_address_validation_required\": \"<boolean>\",\n  \"is_using_2fa_for_login\": \"<boolean>\",\n  \"client_user_id\": \"<string>\",\n  \"username\": \"<string>\",\n  \"measurement_currencies\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"trading_statistics_currency\": \"<string>\",\n  \"user_identifier\": \"external_id\"\n}"}],"_postman_id":"d11c2692-d250-400a-a343-5e759f20ee67"}],"id":"b92050ec-e959-4a86-ad97-7001d8a1451e","_postman_id":"b92050ec-e959-4a86-ad97-7001d8a1451e","description":""}],"id":"0b70f8be-6d2d-4c68-9ec7-daeecceaf0ea","_postman_id":"0b70f8be-6d2d-4c68-9ec7-daeecceaf0ea","description":""}],"id":"22a413d0-2727-49fb-937a-f7349ad531e3","_postman_id":"22a413d0-2727-49fb-937a-f7349ad531e3","description":""},{"name":"v2","item":[{"name":"securities","item":[{"name":"commission_plans","item":[{"name":"active","item":[{"name":"get Active Commission Plans","id":"51614072-8b2c-4593-8b04-3dda1497fea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/commission_plans/active","description":"<p>Returns active commission plans for all securities available to the user:\ncurrent commission plans and possible next commission plans.</p>\n","urlObject":{"path":["api","v2","securities","commission_plans","active"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9cf76e30-451e-4966-a92d-79d63561937d","name":"Active commission plans.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/commission_plans/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"security_id\": \"<string>\",\n    \"current\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next_by_volume\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next_by_balance\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next_by_invited_users_count\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    }\n  },\n  {\n    \"security_id\": \"<string>\",\n    \"current\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next_by_volume\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next_by_balance\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    },\n    \"next_by_invited_users_count\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    }\n  }\n]"},{"id":"ff81b957-87b7-413d-b2e7-8b752d0bc254","name":"in case either commission plans or trading statistics were not found.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v2/securities/commission_plans/active"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c8ef4b75-0b12-40ba-bdbc-b22e666cd895","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v2/securities/commission_plans/active"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51614072-8b2c-4593-8b04-3dda1497fea7"}],"id":"355fc668-119a-4cfe-8181-ab6a7246a458","_postman_id":"355fc668-119a-4cfe-8181-ab6a7246a458","description":""}],"id":"18dd78a6-9202-4f3b-9606-707f5dbc725b","_postman_id":"18dd78a6-9202-4f3b-9606-707f5dbc725b","description":""},{"name":"commissions","item":[{"name":"get Security Commissions","id":"18222227-33e9-46f0-a5b6-f617584def8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/commissions","description":"<p>Returns security commissions for all securities available to the user.</p>\n","urlObject":{"path":["api","v2","securities","commissions"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"43c55238-26f7-40f7-a4ae-4f388d10c62b","name":"Security commissions.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/commissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"security_id\": \"<string>\",\n    \"buyer_flat_commission_method\": \"quantity_percent\",\n    \"buyer_progressive_commission_method\": \"term_ticks\",\n    \"buyer_commission_account\": \"source_account\",\n    \"seller_flat_commission_method\": \"term_ticks\",\n    \"seller_progressive_commission_method\": \"quantity_percent\",\n    \"seller_commission_account\": \"abc_account\",\n    \"charge_flat_commission_at\": \"first_fill\",\n    \"taker_reserve_multiplier\": {},\n    \"external_commissions\": [\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      },\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      }\n    ],\n    \"current_commission_plan\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    }\n  },\n  {\n    \"security_id\": \"<string>\",\n    \"buyer_flat_commission_method\": \"quantity_percent\",\n    \"buyer_progressive_commission_method\": \"exact_value\",\n    \"buyer_commission_account\": \"abc_account\",\n    \"seller_flat_commission_method\": \"quantity_percent\",\n    \"seller_progressive_commission_method\": \"term_ticks\",\n    \"seller_commission_account\": \"destination_account\",\n    \"charge_flat_commission_at\": \"first_fill\",\n    \"taker_reserve_multiplier\": {},\n    \"external_commissions\": [\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      },\n      {\n        \"maker_commission\": {},\n        \"taker_commission\": {},\n        \"exchange_id\": \"<string>\",\n        \"commission_currency\": \"<string>\"\n      }\n    ],\n    \"current_commission_plan\": {\n      \"average_balance\": {},\n      \"total_volume\": {},\n      \"invited_users_count\": \"<integer>\",\n      \"buyer_taker_commission_flat\": {},\n      \"buyer_taker_commission_progressive\": {},\n      \"seller_taker_commission_flat\": {},\n      \"seller_taker_commission_progressive\": {},\n      \"buyer_maker_commission_flat\": {},\n      \"buyer_maker_commission_progressive\": {},\n      \"seller_maker_commission_flat\": {},\n      \"seller_maker_commission_progressive\": {}\n    }\n  }\n]"},{"id":"13c5c55c-b279-457b-bb93-31721dc0d684","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v2/securities/commissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18222227-33e9-46f0-a5b6-f617584def8c"}],"id":"f6cee725-3733-45ce-933a-83c7188a3d0a","_postman_id":"f6cee725-3733-45ce-933a-83c7188a3d0a","description":""},{"name":"{security_id}","item":[{"name":"bar_info","item":[{"name":"get Security Bar Info","id":"d8d94040-41e6-4b55-afda-06c69e7f9f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/:security_id/bar_info","description":"<p>Returns security bar info for a specific security.</p>\n","urlObject":{"path":["api","v2","securities",":security_id","bar_info"],"host":["/"],"query":[],"variable":[{"id":"0a0b37cf-fbaf-4858-bc63-c5576d03054d","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"aa81d0f8-737c-4c99-a276-b500a45bfd2a","name":"Security bar info.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v2/securities/:security_id/bar_info","host":["/"],"path":["api","v2","securities",":security_id","bar_info"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"max_bars_count\": \"<integer>\",\n  \"first_bar_timestamp\": \"<long>\",\n  \"last_bar_timestamp\": \"<long>\"\n}"},{"id":"e3fd3b34-e665-4b30-97cd-8c71f977f5e0","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/bar_info","host":["/"],"path":["api","v2","securities",":security_id","bar_info"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8d94040-41e6-4b55-afda-06c69e7f9f60"}],"id":"1bafa47d-f957-418c-b60b-5e3ee866ccb1","_postman_id":"1bafa47d-f957-418c-b60b-5e3ee866ccb1","description":""},{"name":"commission_plans","item":[{"name":"active","item":[{"name":"get Active Commission Plans2","id":"3422f6a6-1c51-4a52-98b9-22c94a14c37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/:security_id/commission_plans/active","description":"<p>Returns active commission plans of the user for the specified security:\ncurrent commission plan and possible next commission plans.</p>\n","urlObject":{"path":["api","v2","securities",":security_id","commission_plans","active"],"host":["/"],"query":[],"variable":[{"id":"8fcdf520-f089-4742-afe0-550b93f55dfd","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"decdd071-5644-41ed-a896-bc0c2d2ca636","name":"Active commission plans.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v2/securities/:security_id/commission_plans/active","host":["/"],"path":["api","v2","securities",":security_id","commission_plans","active"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"security_id\": \"<string>\",\n  \"current\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  },\n  \"next\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  },\n  \"next_by_volume\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  },\n  \"next_by_balance\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  },\n  \"next_by_invited_users_count\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  }\n}"},{"id":"1ed2cba0-8535-430e-89a2-186622c7f33c","name":"in case either commission plans or trading statistics were not found.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/commission_plans/active","host":["/"],"path":["api","v2","securities",":security_id","commission_plans","active"],"variable":[{"key":"security_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5aa1f705-074b-41b6-9628-590bf042d9c8","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/commission_plans/active","host":["/"],"path":["api","v2","securities",":security_id","commission_plans","active"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3422f6a6-1c51-4a52-98b9-22c94a14c37b"}],"id":"04199b1c-59b7-48e4-9c23-1cf304e60ad7","_postman_id":"04199b1c-59b7-48e4-9c23-1cf304e60ad7","description":""},{"name":"get Commission Plans","id":"9c6b9b18-0d18-4617-9e11-33824ffeb56a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/:security_id/commission_plans","description":"<p>Returns list of commission plans for a specific security.</p>\n","urlObject":{"path":["api","v2","securities",":security_id","commission_plans"],"host":["/"],"query":[],"variable":[{"id":"fab66d8f-01fc-4732-a63f-5cc392738529","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"aae9dba9-1505-4813-864a-23434ac7e701","name":"List of commission plans.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v2/securities/:security_id/commission_plans","host":["/"],"path":["api","v2","securities",":security_id","commission_plans"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  },\n  {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  }\n]"},{"id":"69e78be2-ad57-4dcc-99be-bc7c3129a439","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/commission_plans","host":["/"],"path":["api","v2","securities",":security_id","commission_plans"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c6b9b18-0d18-4617-9e11-33824ffeb56a"}],"id":"5919d63a-52e8-403e-8679-4db450833110","_postman_id":"5919d63a-52e8-403e-8679-4db450833110","description":""},{"name":"commissions","item":[{"name":"get Security Commissions2","id":"08f1d054-891c-4835-922e-8efc3c515c0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/:security_id/commissions","description":"<p>Returns security commissions for a specific security.</p>\n","urlObject":{"path":["api","v2","securities",":security_id","commissions"],"host":["/"],"query":[],"variable":[{"id":"adbc1363-3e7a-4057-b205-7d8fd28373cf","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"b117b27c-325d-42db-98b6-70d93d4edda7","name":"Security commissions.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v2/securities/:security_id/commissions","host":["/"],"path":["api","v2","securities",":security_id","commissions"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"security_id\": \"<string>\",\n  \"buyer_flat_commission_method\": \"exact_value\",\n  \"buyer_progressive_commission_method\": \"exact_value\",\n  \"buyer_commission_account\": \"destination_account\",\n  \"seller_flat_commission_method\": \"exact_value\",\n  \"seller_progressive_commission_method\": \"term_ticks\",\n  \"seller_commission_account\": \"abc_account\",\n  \"charge_flat_commission_at\": \"first_fill\",\n  \"taker_reserve_multiplier\": {},\n  \"external_commissions\": [\n    {\n      \"maker_commission\": {},\n      \"taker_commission\": {},\n      \"exchange_id\": \"<string>\",\n      \"commission_currency\": \"<string>\"\n    },\n    {\n      \"maker_commission\": {},\n      \"taker_commission\": {},\n      \"exchange_id\": \"<string>\",\n      \"commission_currency\": \"<string>\"\n    }\n  ],\n  \"current_commission_plan\": {\n    \"average_balance\": {},\n    \"total_volume\": {},\n    \"invited_users_count\": \"<integer>\",\n    \"buyer_taker_commission_flat\": {},\n    \"buyer_taker_commission_progressive\": {},\n    \"seller_taker_commission_flat\": {},\n    \"seller_taker_commission_progressive\": {},\n    \"buyer_maker_commission_flat\": {},\n    \"buyer_maker_commission_progressive\": {},\n    \"seller_maker_commission_flat\": {},\n    \"seller_maker_commission_progressive\": {}\n  }\n}"},{"id":"8c5a0244-26de-4894-a4a9-9aa74be14b41","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/commissions","host":["/"],"path":["api","v2","securities",":security_id","commissions"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08f1d054-891c-4835-922e-8efc3c515c0c"}],"id":"84b03c66-5d6d-40b0-8100-8a7665d22d53","_postman_id":"84b03c66-5d6d-40b0-8100-8a7665d22d53","description":""},{"name":"session","item":[{"name":"get Security Trading Session","id":"c234ffe4-9ec4-4f03-b6f6-a09a79970cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/:security_id/session","description":"<p>Returns current trading session for a specific security, if present.</p>\n","urlObject":{"path":["api","v2","securities",":security_id","session"],"host":["/"],"query":[],"variable":[{"id":"a289bb90-4fd4-4fef-b904-379390882788","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"f04b0d25-e577-4b3b-bdca-665d927ff784","name":"Current trading session.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v2/securities/:security_id/session","host":["/"],"path":["api","v2","securities",":security_id","session"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"start\": \"<long>\",\n  \"end\": \"<long>\",\n  \"calendar_id\": \"<string>\",\n  \"pre_open\": \"<long>\",\n  \"current_status\": \"pre_trading\"\n}"},{"id":"120a9fba-ace7-4d0d-93c7-4b6054a7b124","name":"in case of bad request or unavailable security.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/session","host":["/"],"path":["api","v2","securities",":security_id","session"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"952b4cca-05de-4f5f-9117-00aa6097f810","name":"in case of non-trading time.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/session","host":["/"],"path":["api","v2","securities",":security_id","session"],"variable":[{"key":"security_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7f27fd64-198b-401a-a729-fd62a924f8a5","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/session","host":["/"],"path":["api","v2","securities",":security_id","session"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c234ffe4-9ec4-4f03-b6f6-a09a79970cc1"}],"id":"ca5d3cdc-f29c-4ff1-97a9-d2f2b5dc7e36","_postman_id":"ca5d3cdc-f29c-4ff1-97a9-d2f2b5dc7e36","description":""},{"name":"status","item":[{"name":"get Security Status","id":"e1504489-7f88-4b73-88ee-4769f025acfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/:security_id/status","description":"<p>Returns status for a specific security.</p>\n","urlObject":{"path":["api","v2","securities",":security_id","status"],"host":["/"],"query":[],"variable":[{"id":"5292eb49-271b-40b8-b674-85d402e3d1b5","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"1d221d28-5eb9-487f-b8bf-11444c8b011f","name":"Security status.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v2/securities/:security_id/status","host":["/"],"path":["api","v2","securities",":security_id","status"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"session_status\": \"trading\"\n}"},{"id":"fc9e90d3-2031-4f56-89fd-60bd79c4d99c","name":"in case of bad request or unavailable security.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/status","host":["/"],"path":["api","v2","securities",":security_id","status"],"variable":[{"key":"security_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"50b5c5bb-0141-4f44-a73b-fc78f382d74f","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id/status","host":["/"],"path":["api","v2","securities",":security_id","status"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1504489-7f88-4b73-88ee-4769f025acfc"}],"id":"786174c0-3cc0-4478-94a4-4cc82042b4ff","_postman_id":"786174c0-3cc0-4478-94a4-4cc82042b4ff","description":""},{"name":"get Securities4","id":"0f16c45c-b61e-45ce-9501-6b9ffa0d7a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities/:security_id","description":"<p>Returns a specific security.</p>\n","urlObject":{"path":["api","v2","securities",":security_id"],"host":["/"],"query":[],"variable":[{"id":"8dd75b6f-d1fb-49b3-8c84-e0861005d986","description":{"content":"<p>(Required) ID of the security.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"security_id"}]}},"response":[{"id":"fcdd5fac-4969-4ada-9814-99082ba6b38f","name":"Security.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v2/securities/:security_id","host":["/"],"path":["api","v2","securities",":security_id"],"variable":[{"key":"security_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tick\": {},\n  \"mul\": {},\n  \"p_prec\": \"<integer>\",\n  \"q_prec\": \"<integer>\",\n  \"show_exch\": \"<boolean>\",\n  \"adjust_book\": \"<boolean>\",\n  \"o_ttl\": \"<long>\",\n  \"is_rfq\": \"<boolean>\",\n  \"time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"calendar_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"security_type\": \"unknown\",\n  \"type\": \"<string>\",\n  \"base\": \"<string>\",\n  \"term\": \"<string>\",\n  \"trade_curr\": \"side\",\n  \"display\": \"fractions\",\n  \"o_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"lo_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tif\": [\n    \"gtd\",\n    \"good_till_crossing\"\n  ],\n  \"tif_def\": \"fok\",\n  \"m_tif\": [\n    \"good_till_crossing\",\n    \"at_the_opening\"\n  ],\n  \"m_tif_def\": \"fok\",\n  \"po_tif\": [\n    \"fok\",\n    \"at_the_close\"\n  ],\n  \"po_tif_def\": \"ioc\",\n  \"qty\": {},\n  \"price\": {},\n  \"explain\": \"price\",\n  \"book_exch\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"trade_exch\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"dest\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"dest_def\": \"<string>\",\n  \"pb_acc\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"custom\": \"<string>\",\n  \"custom2\": \"<string>\"\n}"},{"id":"6d736760-fef4-46ca-b79d-70e4eb4e99ce","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v2/securities/:security_id","host":["/"],"path":["api","v2","securities",":security_id"],"variable":[{"key":"security_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f16c45c-b61e-45ce-9501-6b9ffa0d7a4f"}],"id":"3374c91a-fe57-4d58-aaae-8648196ae11f","_postman_id":"3374c91a-fe57-4d58-aaae-8648196ae11f","description":""},{"name":"get Securities3","id":"b9618533-ddb3-4aae-bc7d-fdc6011ad1d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-Nonce","value":"<string>","description":"<p>A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.</p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities","description":"<p>Returns list of securities.</p>\n","urlObject":{"path":["api","v2","securities"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"1828c258-a0e4-4ef2-99bb-8ce57b68add3","name":"List of securities.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v2/securities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"tick\": {},\n    \"mul\": {},\n    \"p_prec\": \"<integer>\",\n    \"q_prec\": \"<integer>\",\n    \"show_exch\": \"<boolean>\",\n    \"adjust_book\": \"<boolean>\",\n    \"o_ttl\": \"<long>\",\n    \"is_rfq\": \"<boolean>\",\n    \"time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"calendar_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"security_type\": \"index\",\n    \"type\": \"<string>\",\n    \"base\": \"<string>\",\n    \"term\": \"<string>\",\n    \"trade_curr\": \"term\",\n    \"display\": \"fractions\",\n    \"o_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"lo_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tif\": [\n      \"gtc\",\n      \"good_till_crossing\"\n    ],\n    \"tif_def\": \"fok\",\n    \"m_tif\": [\n      \"at_the_close\",\n      \"ioc\"\n    ],\n    \"m_tif_def\": \"at_the_close\",\n    \"po_tif\": [\n      \"good_till_crossing\",\n      \"gtd\"\n    ],\n    \"po_tif_def\": \"good_till_crossing\",\n    \"qty\": {},\n    \"price\": {},\n    \"explain\": \"commission\",\n    \"book_exch\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"trade_exch\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"dest\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"dest_def\": \"<string>\",\n    \"pb_acc\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"custom\": \"<string>\",\n    \"custom2\": \"<string>\"\n  },\n  {\n    \"tick\": {},\n    \"mul\": {},\n    \"p_prec\": \"<integer>\",\n    \"q_prec\": \"<integer>\",\n    \"show_exch\": \"<boolean>\",\n    \"adjust_book\": \"<boolean>\",\n    \"o_ttl\": \"<long>\",\n    \"is_rfq\": \"<boolean>\",\n    \"time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"calendar_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"security_type\": \"index\",\n    \"type\": \"<string>\",\n    \"base\": \"<string>\",\n    \"term\": \"<string>\",\n    \"trade_curr\": \"base\",\n    \"display\": \"fractions\",\n    \"o_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"lo_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tif\": [\n      \"at_the_close\",\n      \"gtc\"\n    ],\n    \"tif_def\": \"ioc\",\n    \"m_tif\": [\n      \"at_the_close\",\n      \"gtc\"\n    ],\n    \"m_tif_def\": \"at_the_close\",\n    \"po_tif\": [\n      \"gtd\",\n      \"ioc\"\n    ],\n    \"po_tif_def\": \"good_till_crossing\",\n    \"qty\": {},\n    \"price\": {},\n    \"explain\": \"none\",\n    \"book_exch\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"trade_exch\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"dest\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"dest_def\": \"<string>\",\n    \"pb_acc\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"custom\": \"<string>\",\n    \"custom2\": \"<string>\"\n  }\n]"},{"id":"76c58af9-b4a9-4de8-b00b-8222b6f2f119","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A number that must increase between requests within one session. Recommended value is timestamp in milliseconds.","key":"X-Deltix-Nonce","value":"<string>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v2/securities"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9618533-ddb3-4aae-bc7d-fdc6011ad1d5"}],"id":"b0a4ecb9-6c01-4c6a-8d0d-cc5b8b789fc9","_postman_id":"b0a4ecb9-6c01-4c6a-8d0d-cc5b8b789fc9","description":""}],"id":"f0017a67-1f46-4bbc-be61-4c81fadae6f1","_postman_id":"f0017a67-1f46-4bbc-be61-4c81fadae6f1","description":""}],"id":"5cef87f0-2c79-4fea-9692-4ab5cb3f6cea","_postman_id":"5cef87f0-2c79-4fea-9692-4ab5cb3f6cea","description":""},{"name":"Manager Rest API","item":[{"name":"v1","item":[{"name":"apikeys","item":[{"name":"delete Api Key","id":"0a0db834-e6cb-499b-b680-92216a4b35ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys","description":"<p>Deletes an existing API key.</p>\n","urlObject":{"path":["api","v1","apikeys"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"11520418-94a6-4fd4-bdc3-61baddf65c29","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"ip_filter\": \"<string>\",\n  \"scopes\": [\n    \"trade\",\n    \"trade\"\n  ]\n}"},{"id":"d464327a-4a22-4a59-8737-b1494054b430","name":"if sent bad request.","originalRequest":{"method":"DELETE","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b1892d60-de50-4922-af90-996c0e1a359e","name":"in case of server error.","originalRequest":{"method":"DELETE","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0a0db834-e6cb-499b-b680-92216a4b35ba"},{"name":"get Api Keys","id":"414e0c94-e26e-49b5-a5f1-15ba62dd69bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/apikeys","description":"<p>Returns user's API keys.</p>\n","urlObject":{"path":["api","v1","apikeys"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"da61c4a8-b357-4c48-89c9-b75a3921b43c","name":"List of API keys.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/apikeys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"title\": \"<string>\",\n    \"ip_filter\": \"<string>\",\n    \"scopes\": [\n      \"withdrawal\",\n      \"withdrawal\"\n    ]\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"title\": \"<string>\",\n    \"ip_filter\": \"<string>\",\n    \"scopes\": [\n      \"deposit\",\n      \"trade\"\n    ]\n  }\n]"},{"id":"7a1b94f6-a094-4299-84f6-834abfe679a0","name":"if sent bad request.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/apikeys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"844906f5-237d-4773-acbb-a73913344be9","name":"in case of server error.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/apikeys"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"414e0c94-e26e-49b5-a5f1-15ba62dd69bb"},{"name":"create Api Key","id":"f12f3cfa-35d4-4cbb-8db7-d517d9993209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"read\",\n    \"trade\"\n  ],\n  \"title\": \"<string>\",\n  \"ip_filter\": \"<string>\",\n  \"public_key\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys","description":"<p>Creates a new API key.</p>\n","urlObject":{"path":["api","v1","apikeys"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"c8c4eda7-782d-46d5-8072-af85d393c4b9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"read\",\n    \"trade\"\n  ],\n  \"title\": \"<string>\",\n  \"ip_filter\": \"<string>\",\n  \"public_key\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"ip_filter\": \"<string>\",\n  \"scopes\": [\n    \"trade\",\n    \"trade\"\n  ]\n}"},{"id":"8ad229f0-4ae5-4227-966f-a040e54534b0","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"read\",\n    \"trade\"\n  ],\n  \"title\": \"<string>\",\n  \"ip_filter\": \"<string>\",\n  \"public_key\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ff3146eb-11e6-4957-979a-6af34f4daee2","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"read\",\n    \"trade\"\n  ],\n  \"title\": \"<string>\",\n  \"ip_filter\": \"<string>\",\n  \"public_key\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/apikeys"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f12f3cfa-35d4-4cbb-8db7-d517d9993209"}],"id":"5cb2bef1-3070-430a-a81a-475f8af5eccc","_postman_id":"5cb2bef1-3070-430a-a81a-475f8af5eccc","description":""},{"name":"feedback","item":[{"name":"get Feedbacks","id":"d7b67a76-146b-4b2f-a9be-636740db21ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/feedback?active=true","description":"<p>Returns user's feedbacks.</p>\n","urlObject":{"path":["api","v1","feedback"],"host":["/"],"query":[{"description":{"content":"<p>Return only active feedbacks. If missing, will be true.</p>\n","type":"text/plain"},"key":"active","value":"true"}],"variable":[]}},"response":[{"id":"ae21593d-9b5c-4780-974f-1f492922d35d","name":"List of feedbacks.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/feedback?active=true","host":["/"],"path":["api","v1","feedback"],"query":[{"description":"Return only active feedbacks. If missing, will be true.","key":"active","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"rejected\"\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"message\": \"<string>\",\n    \"status\": \"failed\"\n  }\n]"},{"id":"c6eb11d3-e773-4b48-88ec-d5811b50d7f9","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/feedback?active=true","host":["/"],"path":["api","v1","feedback"],"query":[{"description":"Return only active feedbacks. If missing, will be true.","key":"active","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"955e4513-a054-4650-8bfa-4787b6faa1b8","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/feedback?active=true","host":["/"],"path":["api","v1","feedback"],"query":[{"description":"Return only active feedbacks. If missing, will be true.","key":"active","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7b67a76-146b-4b2f-a9be-636740db21ff"},{"name":"add Feedback","id":"4b907dc1-967e-47bf-b5ef-fc6f52a0bd3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/feedback","description":"<p>Adds a feedback.</p>\n","urlObject":{"path":["api","v1","feedback"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"b9adf11e-03f5-4ff6-81e5-ebda16172a66","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/feedback"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"modification_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"message\": \"<string>\",\n  \"status\": \"approved\"\n}"},{"id":"a4eff5de-0dd0-40dd-8917-8e1c2e91f47b","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/feedback"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"59b15762-51ea-47fc-a675-2e8e5b43d6f0","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/feedback"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b907dc1-967e-47bf-b5ef-fc6f52a0bd3b"}],"id":"04cd70c6-c285-4921-9b1f-11dd7c68e8ff","_postman_id":"04cd70c6-c285-4921-9b1f-11dd7c68e8ff","description":""},{"name":"file","item":[{"name":"get File","id":"6267314e-16ad-48c2-b2d3-393b4462d256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/file?accessor=<string>","description":"<p>Returns uploaded user's file by the accessor.</p>\n","urlObject":{"path":["api","v1","file"],"host":["/"],"query":[{"description":{"content":"<p>(Required) File accessor.</p>\n","type":"text/plain"},"key":"accessor","value":"<string>"}],"variable":[]}},"response":[{"id":"457e694c-d919-4d83-a49b-82f50a4b0682","name":"File.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/file?accessor=<string>","host":["/"],"path":["api","v1","file"],"query":[{"description":"(Required) File accessor.","key":"accessor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"f10e77b8-3f0c-4c41-abca-e1fb38368788","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/file?accessor=<string>","host":["/"],"path":["api","v1","file"],"query":[{"description":"(Required) File accessor.","key":"accessor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"97c4bdcf-5169-4eac-845b-8fcb45ce1902","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/file?accessor=<string>","host":["/"],"path":["api","v1","file"],"query":[{"description":"(Required) File accessor.","key":"accessor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6267314e-16ad-48c2-b2d3-393b4462d256"},{"name":"upload File","id":"07542ac1-cc60-4981-ac46-23677e71a0d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/file?files=<string>","description":"<p>Uploads a file to the storage and returns its unique code, used for file access.</p>\n","urlObject":{"path":["api","v1","file"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Uploaded file.</p>\n","type":"text/plain"},"key":"files","value":"<string>"}],"variable":[]}},"response":[{"id":"95d93142-cb63-4653-927c-c055f68883b4","name":"File accessor.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/file?files=<string>","host":["/"],"path":["api","v1","file"],"query":[{"description":"(Required) Uploaded file.","key":"files","value":"<string>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"5137102a-778e-40e6-96f3-a448f23069f3","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/file?files=<string>","host":["/"],"path":["api","v1","file"],"query":[{"description":"(Required) Uploaded file.","key":"files","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cec328fd-455f-4dfa-b4d5-b518dad481a5","name":"if files count limit is reached.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/file?files=<string>","host":["/"],"path":["api","v1","file"],"query":[{"description":"(Required) Uploaded file.","key":"files","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0c74db46-aa5d-401a-8651-2a5e72b57bd7","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/file?files=<string>","host":["/"],"path":["api","v1","file"],"query":[{"description":"(Required) Uploaded file.","key":"files","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07542ac1-cc60-4981-ac46-23677e71a0d1"}],"id":"1e284358-e708-4d2c-9018-368e52942af5","_postman_id":"1e284358-e708-4d2c-9018-368e52942af5","description":""},{"name":"historical","item":[{"name":"accounts","item":[{"name":"get Accounts","id":"f90d4e13-188e-422d-a5bc-b5b40f2817c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/historical/accounts?timestamp=<number>","description":"<p>Returns a list of user's account for the specified timestamp.</p>\n","urlObject":{"path":["api","v1","historical","accounts"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Time in milliseconds since midnight, January 1, 1970 UTC.</p>\n","type":"text/plain"},"key":"timestamp","value":"<number>"}],"variable":[]}},"response":[{"id":"1b60129d-3b19-4a6e-ac05-6d88a55d0b15","name":"List of historical user's accounts.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/historical/accounts?timestamp=<number>","host":["/"],"path":["api","v1","historical","accounts"],"query":[{"description":"(Required) Time in milliseconds since midnight, January 1, 1970 UTC.","key":"timestamp","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"balance\": {},\n    \"available_for_trading\": {},\n    \"available_for_withdrawal\": {},\n    \"deposit_wallet_address\": \"<string>\",\n    \"status\": \"suspended\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"deposit_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"rejected\",\n        \"network\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"cancelled\",\n        \"network\": \"<string>\"\n      }\n    ],\n    \"withdrawal_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"rejected\",\n        \"network\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"failed\",\n        \"network\": \"<string>\"\n      }\n    ],\n    \"unrealized_pnl\": {},\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"measurement_currency_id\": \"<string>\",\n    \"realized_pnl\": {},\n    \"enter_average_price\": {},\n    \"total_statistics\": [\n      {\n        \"total\": {},\n        \"total_this_year\": {},\n        \"total_this_month\": {},\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"type\": \"trading_commission\"\n      },\n      {\n        \"total\": {},\n        \"total_this_year\": {},\n        \"total_this_month\": {},\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"type\": \"deposit\"\n      }\n    ],\n    \"current_price\": {}\n  },\n  {\n    \"balance\": {},\n    \"available_for_trading\": {},\n    \"available_for_withdrawal\": {},\n    \"deposit_wallet_address\": \"<string>\",\n    \"status\": \"suspended\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"deposit_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"cancelled\",\n        \"network\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"failed\",\n        \"network\": \"<string>\"\n      }\n    ],\n    \"withdrawal_wallet_addresses\": [\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"approved\",\n        \"network\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"reason\": \"<string>\",\n        \"status\": \"failed\",\n        \"network\": \"<string>\"\n      }\n    ],\n    \"unrealized_pnl\": {},\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"measurement_currency_id\": \"<string>\",\n    \"realized_pnl\": {},\n    \"enter_average_price\": {},\n    \"total_statistics\": [\n      {\n        \"total\": {},\n        \"total_this_year\": {},\n        \"total_this_month\": {},\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"type\": \"debit\"\n      },\n      {\n        \"total\": {},\n        \"total_this_year\": {},\n        \"total_this_month\": {},\n        \"total_this_day\": {},\n        \"total_this_week\": {},\n        \"type\": \"interest\"\n      }\n    ],\n    \"current_price\": {}\n  }\n]"},{"id":"1c79398e-2cec-4ea9-b47c-aff19a16c8f8","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/historical/accounts?timestamp=<number>","host":["/"],"path":["api","v1","historical","accounts"],"query":[{"description":"(Required) Time in milliseconds since midnight, January 1, 1970 UTC.","key":"timestamp","value":"<number>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1d6bd58f-96ca-436b-aeb3-16e27b6d6a72","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/historical/accounts?timestamp=<number>","host":["/"],"path":["api","v1","historical","accounts"],"query":[{"description":"(Required) Time in milliseconds since midnight, January 1, 1970 UTC.","key":"timestamp","value":"<number>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f90d4e13-188e-422d-a5bc-b5b40f2817c0"}],"id":"b30a3efe-7c56-4aba-8168-a389c54b488e","_postman_id":"b30a3efe-7c56-4aba-8168-a389c54b488e","description":""}],"id":"fabeacb4-543d-4a84-a5da-ac7c16599e6c","_postman_id":"fabeacb4-543d-4a84-a5da-ac7c16599e6c","description":""},{"name":"manager","item":[{"name":"health","item":[{"name":"get Health Status","id":"27cc7451-8704-4dc6-b1c2-97773d164f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/manager/health","description":"<p>Returns the application health status.</p>\n","urlObject":{"path":["api","v1","manager","health"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e15c1f1d-0356-4cb2-80a1-b49c9ab14b13","name":"Application health status.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/manager/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": \"<long>\",\n  \"is_alive\": \"<boolean>\",\n  \"users\": \"<integer>\",\n  \"version\": \"<string>\",\n  \"application\": \"<string>\",\n  \"logins\": \"<integer>\"\n}"},{"id":"57c44ad0-a7fa-4c30-b833-8323776e627b","name":"if service alive status is {@code false}.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/manager/health"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27cc7451-8704-4dc6-b1c2-97773d164f08"}],"id":"821ec68d-b5c1-414b-90e6-76c1a09fb1c7","_postman_id":"821ec68d-b5c1-414b-90e6-76c1a09fb1c7","description":""}],"id":"742cb569-ac6d-4311-b1ac-0fc0b2e38dba","_postman_id":"742cb569-ac6d-4311-b1ac-0fc0b2e38dba","description":""},{"name":"recurring-orders","item":[{"name":"cancel","item":[{"name":"cancel Recurring Order Request","id":"398e60fb-a12e-49d2-841d-53840bed2d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_order_request_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/cancel","description":"<p>Cancels a user's incomplete recurringOrderRequest.</p>\n","urlObject":{"path":["api","v1","recurring-orders","cancel"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"99dbdc85-8294-42de-9920-6f00ab3aa39e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_order_request_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/cancel"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"modification_time\": \"<long>\",\n  \"start_time\": \"<long>\",\n  \"account_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"new_order\": {\n    \"display_quantity\": {},\n    \"peg_difference\": {},\n    \"stop_price\": {},\n    \"source\": \"<string>\",\n    \"min_quantity\": {},\n    \"leverage\": {},\n    \"client_order_id\": \"<string>\",\n    \"limit_price\": {},\n    \"time_in_force\": \"day\",\n    \"side\": \"buy\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quantity\": {},\n    \"submission_time\": \"<long>\",\n    \"type\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"expire_time\": \"<long>\"\n  },\n  \"period\": \"<string>\",\n  \"end_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"status\": \"rejected\"\n}"},{"id":"8ee2c799-5b4e-494b-ae36-0a89b910639b","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_order_request_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0ecf9e31-09a0-44f6-9aae-9361153dcf4d","name":"if recurring order request operation was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_order_request_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8621221d-39ee-4fe9-a865-3b4d364760b1","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_order_request_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/cancel"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"398e60fb-a12e-49d2-841d-53840bed2d22"}],"id":"464874b3-164d-4812-9a71-6c72ddeebbed","_postman_id":"464874b3-164d-4812-9a71-6c72ddeebbed","description":""},{"name":"history","item":[{"name":"get Recurring Order Requests History","id":"a2177d6d-26a8-4ce3-bd09-d055e69b46b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/recurring-orders/history?count=<number>&reversed=false&startTime=<number>","description":"<p>Returns a batch of complete user recurring order requests starting from the startTime.</p>\n","urlObject":{"path":["api","v1","recurring-orders","history"],"host":["/"],"query":[{"description":{"content":"<p>Max number of recurring order requests expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"}],"variable":[]}},"response":[{"id":"96e23622-95ea-4b00-a118-bd65d424426d","name":"List of complete recurring order requests.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/recurring-orders/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","recurring-orders","history"],"query":[{"description":"Max number of recurring order requests expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"start_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"new_order\": {\n      \"display_quantity\": {},\n      \"peg_difference\": {},\n      \"stop_price\": {},\n      \"source\": \"<string>\",\n      \"min_quantity\": {},\n      \"leverage\": {},\n      \"client_order_id\": \"<string>\",\n      \"limit_price\": {},\n      \"time_in_force\": \"at_the_close\",\n      \"side\": \"buy\",\n      \"exchange_id\": \"<string>\",\n      \"text\": \"<string>\",\n      \"quote_id\": \"<string>\",\n      \"security_id\": \"<string>\",\n      \"quantity\": {},\n      \"submission_time\": \"<long>\",\n      \"type\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"properties\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"expire_time\": \"<long>\"\n    },\n    \"period\": \"<string>\",\n    \"end_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"status\": \"approved\"\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"start_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"new_order\": {\n      \"display_quantity\": {},\n      \"peg_difference\": {},\n      \"stop_price\": {},\n      \"source\": \"<string>\",\n      \"min_quantity\": {},\n      \"leverage\": {},\n      \"client_order_id\": \"<string>\",\n      \"limit_price\": {},\n      \"time_in_force\": \"at_the_opening\",\n      \"side\": \"sell\",\n      \"exchange_id\": \"<string>\",\n      \"text\": \"<string>\",\n      \"quote_id\": \"<string>\",\n      \"security_id\": \"<string>\",\n      \"quantity\": {},\n      \"submission_time\": \"<long>\",\n      \"type\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"properties\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"expire_time\": \"<long>\"\n    },\n    \"period\": \"<string>\",\n    \"end_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"status\": \"cancelled\"\n  }\n]"},{"id":"93004bfa-660b-4818-ab92-f40d40ac1b16","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/recurring-orders/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","recurring-orders","history"],"query":[{"description":"Max number of recurring order requests expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3279ab85-7c2a-4ccd-8f33-bdc45fa3e072","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/recurring-orders/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","recurring-orders","history"],"query":[{"description":"Max number of recurring order requests expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2177d6d-26a8-4ce3-bd09-d055e69b46b5"}],"id":"90e93282-8be9-438e-be97-82e2b251f813","_postman_id":"90e93282-8be9-438e-be97-82e2b251f813","description":""},{"name":"incomplete","item":[{"name":"get Incomplete Recurring Order Requests","id":"2a4ae4a5-e667-4ed2-9894-e89542b0d513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/recurring-orders/incomplete","description":"<p>Returns a list of incomplete user recurring order requests.</p>\n","urlObject":{"path":["api","v1","recurring-orders","incomplete"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"586d0a1f-b131-4ebb-9b6b-304766351bfc","name":"List of incomplete recurring order requests.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/recurring-orders/incomplete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"start_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"new_order\": {\n      \"display_quantity\": {},\n      \"peg_difference\": {},\n      \"stop_price\": {},\n      \"source\": \"<string>\",\n      \"min_quantity\": {},\n      \"leverage\": {},\n      \"client_order_id\": \"<string>\",\n      \"limit_price\": {},\n      \"time_in_force\": \"at_the_close\",\n      \"side\": \"buy\",\n      \"exchange_id\": \"<string>\",\n      \"text\": \"<string>\",\n      \"quote_id\": \"<string>\",\n      \"security_id\": \"<string>\",\n      \"quantity\": {},\n      \"submission_time\": \"<long>\",\n      \"type\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"properties\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"expire_time\": \"<long>\"\n    },\n    \"period\": \"<string>\",\n    \"end_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"status\": \"approved\"\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"modification_time\": \"<long>\",\n    \"start_time\": \"<long>\",\n    \"account_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"new_order\": {\n      \"display_quantity\": {},\n      \"peg_difference\": {},\n      \"stop_price\": {},\n      \"source\": \"<string>\",\n      \"min_quantity\": {},\n      \"leverage\": {},\n      \"client_order_id\": \"<string>\",\n      \"limit_price\": {},\n      \"time_in_force\": \"at_the_opening\",\n      \"side\": \"sell\",\n      \"exchange_id\": \"<string>\",\n      \"text\": \"<string>\",\n      \"quote_id\": \"<string>\",\n      \"security_id\": \"<string>\",\n      \"quantity\": {},\n      \"submission_time\": \"<long>\",\n      \"type\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"properties\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"expire_time\": \"<long>\"\n    },\n    \"period\": \"<string>\",\n    \"end_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"status\": \"cancelled\"\n  }\n]"},{"id":"5bbf65d8-923e-488b-ab97-157827da71a6","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/recurring-orders/incomplete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"09b04e76-83ee-40d7-bf8d-50e69efae83b","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/recurring-orders/incomplete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a4ae4a5-e667-4ed2-9894-e89542b0d513"}],"id":"fdc53749-9440-4de8-908e-77272363fb27","_postman_id":"fdc53749-9440-4de8-908e-77272363fb27","description":""},{"name":"send","item":[{"name":"send Recurring Order Request","id":"06d49579-cfd1-4bad-98b5-37baad24f9e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"start_time\": \"<long>\",\n  \"account_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"new_order\": {\n    \"display_quantity\": {},\n    \"peg_difference\": {},\n    \"stop_price\": {},\n    \"source\": \"<string>\",\n    \"min_quantity\": {},\n    \"leverage\": {},\n    \"client_order_id\": \"<string>\",\n    \"limit_price\": {},\n    \"time_in_force\": \"good_till_crossing\",\n    \"side\": \"buy\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quantity\": {},\n    \"submission_time\": \"<long>\",\n    \"type\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"expire_time\": \"<long>\"\n  },\n  \"period\": \"<string>\",\n  \"end_time\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/send","description":"<p>Creates a recurring order request operation.</p>\n","urlObject":{"path":["api","v1","recurring-orders","send"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"522e1f9b-406e-49fa-917d-d349951907e4","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"start_time\": \"<long>\",\n  \"account_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"new_order\": {\n    \"display_quantity\": {},\n    \"peg_difference\": {},\n    \"stop_price\": {},\n    \"source\": \"<string>\",\n    \"min_quantity\": {},\n    \"leverage\": {},\n    \"client_order_id\": \"<string>\",\n    \"limit_price\": {},\n    \"time_in_force\": \"good_till_crossing\",\n    \"side\": \"buy\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quantity\": {},\n    \"submission_time\": \"<long>\",\n    \"type\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"expire_time\": \"<long>\"\n  },\n  \"period\": \"<string>\",\n  \"end_time\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"modification_time\": \"<long>\",\n  \"start_time\": \"<long>\",\n  \"account_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"new_order\": {\n    \"display_quantity\": {},\n    \"peg_difference\": {},\n    \"stop_price\": {},\n    \"source\": \"<string>\",\n    \"min_quantity\": {},\n    \"leverage\": {},\n    \"client_order_id\": \"<string>\",\n    \"limit_price\": {},\n    \"time_in_force\": \"day\",\n    \"side\": \"buy\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quantity\": {},\n    \"submission_time\": \"<long>\",\n    \"type\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"expire_time\": \"<long>\"\n  },\n  \"period\": \"<string>\",\n  \"end_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"status\": \"rejected\"\n}"},{"id":"fd0afd74-7302-4c44-aae0-3fd105869695","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"start_time\": \"<long>\",\n  \"account_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"new_order\": {\n    \"display_quantity\": {},\n    \"peg_difference\": {},\n    \"stop_price\": {},\n    \"source\": \"<string>\",\n    \"min_quantity\": {},\n    \"leverage\": {},\n    \"client_order_id\": \"<string>\",\n    \"limit_price\": {},\n    \"time_in_force\": \"good_till_crossing\",\n    \"side\": \"buy\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quantity\": {},\n    \"submission_time\": \"<long>\",\n    \"type\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"expire_time\": \"<long>\"\n  },\n  \"period\": \"<string>\",\n  \"end_time\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"775f0697-1bb8-43b1-933b-0dc1aa107560","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"start_time\": \"<long>\",\n  \"account_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"new_order\": {\n    \"display_quantity\": {},\n    \"peg_difference\": {},\n    \"stop_price\": {},\n    \"source\": \"<string>\",\n    \"min_quantity\": {},\n    \"leverage\": {},\n    \"client_order_id\": \"<string>\",\n    \"limit_price\": {},\n    \"time_in_force\": \"good_till_crossing\",\n    \"side\": \"buy\",\n    \"exchange_id\": \"<string>\",\n    \"text\": \"<string>\",\n    \"quote_id\": \"<string>\",\n    \"security_id\": \"<string>\",\n    \"quantity\": {},\n    \"submission_time\": \"<long>\",\n    \"type\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"properties\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"expire_time\": \"<long>\"\n  },\n  \"period\": \"<string>\",\n  \"end_time\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/recurring-orders/send"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06d49579-cfd1-4bad-98b5-37baad24f9e7"}],"id":"e946f324-af32-4457-a693-1edb22301fac","_postman_id":"e946f324-af32-4457-a693-1edb22301fac","description":""}],"id":"64f91473-4a91-497b-9963-59ba8f44efa1","_postman_id":"64f91473-4a91-497b-9963-59ba8f44efa1","description":""},{"name":"resources","item":[{"name":"manifest","item":[{"name":"get Manifest","id":"14d3baad-5fe4-44ca-b644-8d18eda8c738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/resources/manifest","description":"<p>Returns frontend manifest.</p>\n","urlObject":{"path":["api","v1","resources","manifest"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"87a00674-99b2-4888-ab2b-83f2fb39016e","name":"Frontend manifest.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/resources/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"07991fb7-1bce-41bf-98f7-0c537251595d","name":"if sent bad request.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/resources/manifest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"db256217-421b-48fa-a2ea-7d649453c43f","name":"in case of server error.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/resources/manifest"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"14d3baad-5fe4-44ca-b644-8d18eda8c738"}],"id":"b9409a0c-b11b-417a-8724-5e8d29cc1201","_postman_id":"b9409a0c-b11b-417a-8724-5e8d29cc1201","description":""},{"name":"{resourceName}","item":[{"name":"get Resource","id":"c32dc183-0a9e-492e-8f3d-b5cd81f2b6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/resources/:resourceName","description":"<p>Returns a resource by the name.</p>\n","urlObject":{"path":["api","v1","resources",":resourceName"],"host":["/"],"query":[],"variable":[{"id":"52c46fae-d546-4101-8fd5-7aafef8ecbf9","description":{"content":"<p>(Required) The resource name.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"resourceName"}]}},"response":[{"id":"420aaf50-4a5c-4bd0-a61b-cc3296b58c9d","name":"A resource.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/resources/:resourceName","host":["/"],"path":["api","v1","resources",":resourceName"],"variable":[{"key":"resourceName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"4b7cd674-01a4-431f-892a-e3977911b1e9","name":"if sent bad request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1/resources/:resourceName","host":["/"],"path":["api","v1","resources",":resourceName"],"variable":[{"key":"resourceName"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"782e3c29-f780-4e8c-bc13-340fb09569b7","name":"in case of server error.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1/resources/:resourceName","host":["/"],"path":["api","v1","resources",":resourceName"],"variable":[{"key":"resourceName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c32dc183-0a9e-492e-8f3d-b5cd81f2b6f8"}],"id":"d156dac9-3842-4c50-afbe-a2f2e41a8a97","_postman_id":"d156dac9-3842-4c50-afbe-a2f2e41a8a97","description":""},{"name":"get App Config","id":"27ca3ab8-d4e1-47ce-bb11-97d0e28c9271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/resources","description":"<p>Returns frontend app config.</p>\n","urlObject":{"path":["api","v1","resources"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"1471688b-4699-4c8a-a223-c1911852cf90","name":"Frontend app config.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"562c2a7f-53e3-4b3b-8a73-232530612e8f","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/resources"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0fb9ff61-4359-422c-aa80-c6b93effaa14","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/resources"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27ca3ab8-d4e1-47ce-bb11-97d0e28c9271"}],"id":"4e519a73-a587-4e9b-8041-34052cc64064","_postman_id":"4e519a73-a587-4e9b-8041-34052cc64064","description":""},{"name":"secrets","item":[{"name":"delete Secret","id":"3e6b651d-2620-46d0-b7d0-e96061592e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets","description":"<p>Deletes an existing secret.</p>\n","urlObject":{"path":["api","v1","secrets"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"6fdbb4d0-ced7-47a7-b413-671235a44ee2","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"records\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"58fc4956-5787-44c1-86b1-2b5947f9da8b","name":"if sent bad request.","originalRequest":{"method":"DELETE","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"36457dd1-c885-4b61-8bd8-8c6f5dd4b5b9","name":"in case of server error.","originalRequest":{"method":"DELETE","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3e6b651d-2620-46d0-b7d0-e96061592e4c"},{"name":"get Secrets","id":"bc0394d6-3a89-49f1-9797-72f09c1392e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/secrets","description":"<p>Gets user's secrets. Returns both filled and missing entries.\nFor missing secrets all record values are set to null.</p>\n","urlObject":{"path":["api","v1","secrets"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0b714296-9e71-4129-9bfa-10d1ed1eeb81","name":"List of secrets.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/secrets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"records\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"value\": \"<string>\",\n        \"required\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"value\": \"<string>\",\n        \"required\": \"<boolean>\"\n      }\n    ]\n  },\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"records\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"value\": \"<string>\",\n        \"required\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"value\": \"<string>\",\n        \"required\": \"<boolean>\"\n      }\n    ]\n  }\n]"},{"id":"e950ad1e-6386-4637-869b-4924b1d2a036","name":"if sent bad request.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/secrets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5f6be9ca-a62d-4851-8726-e63426892d25","name":"in case of server error.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/secrets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bc0394d6-3a89-49f1-9797-72f09c1392e5"},{"name":"save Secret","id":"12617eeb-139b-43bc-8c7a-44b94cdd499f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"records\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    }\n  ],\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets","description":"<p>Saves a secret. If secret already exists, overrides the existing values with the new ones.</p>\n","urlObject":{"path":["api","v1","secrets"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"dad8cc73-fb78-45c4-b8eb-6846c584b296","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"records\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    }\n  ],\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"records\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"1d18c051-27a6-4b32-8c49-e58ca30271e6","name":"if sent bad request.","originalRequest":{"method":"PUT","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"records\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    }\n  ],\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a7c6860f-b1e3-4f7d-a0e4-06d44f13f59e","name":"in case of server error.","originalRequest":{"method":"PUT","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"records\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"required\": \"<boolean>\"\n    }\n  ],\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/secrets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12617eeb-139b-43bc-8c7a-44b94cdd499f"}],"id":"94a7c9d3-91ef-4125-a1af-98bbfd3e0380","_postman_id":"94a7c9d3-91ef-4125-a1af-98bbfd3e0380","description":""},{"name":"settlement","item":[{"name":"date","item":[{"name":"get Settlement Date","id":"3fe43db5-9082-4aa5-a152-eee58d280f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/settlement/date?exchange=<string>&securityId=<string>&tenor=<string>&time=<number>","description":"<p>Returns settlement date for the transfer for the specified security and exchange on the specified time.\nIf no time is specified, current date and time is used.</p>\n","urlObject":{"path":["api","v1","settlement","date"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Exchange.</p>\n","type":"text/plain"},"key":"exchange","value":"<string>"},{"description":{"content":"<p>(Required) Security id.</p>\n","type":"text/plain"},"key":"securityId","value":"<string>"},{"description":{"content":"<p>Settlement type. Default is spot.</p>\n","type":"text/plain"},"key":"tenor","value":"<string>"},{"description":{"content":"<p>Trade time. Default is today.</p>\n","type":"text/plain"},"key":"time","value":"<number>"}],"variable":[]}},"response":[{"id":"4a99eec0-289d-41bd-b659-29251f6f8286","name":"Date, by which the transfer should be completed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/settlement/date?exchange=<string>&securityId=<string>&tenor=<string>&time=<number>","host":["/"],"path":["api","v1","settlement","date"],"query":[{"description":"(Required) Exchange.","key":"exchange","value":"<string>"},{"description":"(Required) Security id.","key":"securityId","value":"<string>"},{"description":"Settlement type. Default is spot.","key":"tenor","value":"<string>"},{"description":"Trade time. Default is today.","key":"time","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<long>"},{"id":"6d7968a2-bd0c-4613-a8dc-9c81c26f736c","name":"if there is not enough data on the server to calculate the settlement date for the provided parameters.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1/settlement/date?exchange=<string>&securityId=<string>&tenor=<string>&time=<number>","host":["/"],"path":["api","v1","settlement","date"],"query":[{"description":"(Required) Exchange.","key":"exchange","value":"<string>"},{"description":"(Required) Security id.","key":"securityId","value":"<string>"},{"description":"Settlement type. Default is spot.","key":"tenor","value":"<string>"},{"description":"Trade time. Default is today.","key":"time","value":"<number>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fe43db5-9082-4aa5-a152-eee58d280f94"}],"id":"8a3fab3e-ffbe-47a4-adb5-6315303ac374","_postman_id":"8a3fab3e-ffbe-47a4-adb5-6315303ac374","description":""},{"name":"tenors","item":[{"name":"get Tenors","id":"0d183e85-b74b-41e2-babd-85b2dfb8c665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/settlement/tenors?exchange=<string>&securityId=<string>","description":"<p>Returns a list of tenors available for the specified security of the specified exchange.</p>\n","urlObject":{"path":["api","v1","settlement","tenors"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Exchange.</p>\n","type":"text/plain"},"key":"exchange","value":"<string>"},{"description":{"content":"<p>(Required) Security id.</p>\n","type":"text/plain"},"key":"securityId","value":"<string>"}],"variable":[]}},"response":[{"id":"affeed2d-92ea-4b03-a434-c488b86b22cd","name":"List of available tenors.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/settlement/tenors?exchange=<string>&securityId=<string>","host":["/"],"path":["api","v1","settlement","tenors"],"query":[{"description":"(Required) Exchange.","key":"exchange","value":"<string>"},{"description":"(Required) Security id.","key":"securityId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  \"<string>\",\n  \"<string>\"\n]"},{"id":"30773efa-dde4-4e22-8f3b-a2c0358f16fd","name":"if there is not enough data on the server to calculate the settlement date for the provided parameters.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1/settlement/tenors?exchange=<string>&securityId=<string>","host":["/"],"path":["api","v1","settlement","tenors"],"query":[{"description":"(Required) Exchange.","key":"exchange","value":"<string>"},{"description":"(Required) Security id.","key":"securityId","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d183e85-b74b-41e2-babd-85b2dfb8c665"}],"id":"a0fa6397-be9a-46f8-9260-77b80415bc58","_postman_id":"a0fa6397-be9a-46f8-9260-77b80415bc58","description":""}],"id":"25979421-7a89-4642-9cc6-941c535e0e72","_postman_id":"25979421-7a89-4642-9cc6-941c535e0e72","description":""},{"name":"staking","item":[{"name":"add","item":[{"name":"increase Staking","id":"4cbd25e6-c7a3-4307-8091-177f142f485b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/add","description":"<p>Increases the amount of an existing user's staking.</p>\n","urlObject":{"path":["api","v1","staking","add"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ea45b01a-e9a8-48db-a00a-d78aeb6b5adb","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"safe_period\": \"<long>\",\n  \"interest\": {},\n  \"bonding_period\": \"<long>\",\n  \"fee\": {},\n  \"unbonding_period\": \"<long>\",\n  \"cumulative_gainings\": {},\n  \"period\": \"<integer>\",\n  \"stake_more\": \"<boolean>\",\n  \"auto_stake\": \"<boolean>\",\n  \"creation_time\": \"<long>\",\n  \"cumulative_fee_amount\": {},\n  \"infinite\": \"<boolean>\",\n  \"is_unbonding\": \"<boolean>\",\n  \"partially_returnable\": \"<boolean>\",\n  \"returnable\": \"<boolean>\",\n  \"modification_time\": \"<long>\",\n  \"annual_interest\": {},\n  \"minimum_amount\": {},\n  \"amount\": {},\n  \"start_time\": \"<long>\",\n  \"end_time\": \"<long>\",\n  \"period_ms\": \"<long>\",\n  \"instant_cancellation_return\": {},\n  \"currency\": \"<string>\",\n  \"standard_cancellation_return\": {},\n  \"id\": \"<string>\",\n  \"cancellation_type\": \"standard\",\n  \"fee_amount\": {},\n  \"reason\": \"<string>\",\n  \"gainings\": {},\n  \"account_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"cancelled\",\n  \"staking_plan_id\": \"<string>\"\n}"},{"id":"9acd52bb-b7ca-40f8-95c3-a97cb6c65979","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"91957ff2-7741-43c7-9a37-8ea87af6147f","name":"if transfer was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/add"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5cb598fa-ae9e-4fd3-8aca-e5fdfc4d0887","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/add"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4cbd25e6-c7a3-4307-8091-177f142f485b"}],"id":"0b18b544-d585-42aa-b4ca-1cec8a596286","_postman_id":"0b18b544-d585-42aa-b4ca-1cec8a596286","description":""},{"name":"cancel","item":[{"name":"cancel Staking","id":"01574a1e-d2e7-46e5-99b4-3de8434cec4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"instant\": \"<boolean>\",\n  \"staking_id\": \"<string>\",\n  \"amount\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/cancel","description":"<p>Cancels a user's incomplete staking.</p>\n","urlObject":{"path":["api","v1","staking","cancel"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"b7b8500e-fc2f-4293-9520-94e928d1636b","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"instant\": \"<boolean>\",\n  \"staking_id\": \"<string>\",\n  \"amount\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/cancel"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"safe_period\": \"<long>\",\n  \"interest\": {},\n  \"bonding_period\": \"<long>\",\n  \"fee\": {},\n  \"unbonding_period\": \"<long>\",\n  \"cumulative_gainings\": {},\n  \"period\": \"<integer>\",\n  \"stake_more\": \"<boolean>\",\n  \"auto_stake\": \"<boolean>\",\n  \"creation_time\": \"<long>\",\n  \"cumulative_fee_amount\": {},\n  \"infinite\": \"<boolean>\",\n  \"is_unbonding\": \"<boolean>\",\n  \"partially_returnable\": \"<boolean>\",\n  \"returnable\": \"<boolean>\",\n  \"modification_time\": \"<long>\",\n  \"annual_interest\": {},\n  \"minimum_amount\": {},\n  \"amount\": {},\n  \"start_time\": \"<long>\",\n  \"end_time\": \"<long>\",\n  \"period_ms\": \"<long>\",\n  \"instant_cancellation_return\": {},\n  \"currency\": \"<string>\",\n  \"standard_cancellation_return\": {},\n  \"id\": \"<string>\",\n  \"cancellation_type\": \"standard\",\n  \"fee_amount\": {},\n  \"reason\": \"<string>\",\n  \"gainings\": {},\n  \"account_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"cancelled\",\n  \"staking_plan_id\": \"<string>\"\n}"},{"id":"3c2e06ea-fe49-44db-874e-1a432696f6bd","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"instant\": \"<boolean>\",\n  \"staking_id\": \"<string>\",\n  \"amount\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8b216012-a88d-43ba-b06e-3dbc0e6d9bcf","name":"if transfer was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"instant\": \"<boolean>\",\n  \"staking_id\": \"<string>\",\n  \"amount\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"65d12289-5a8b-40ea-8e6c-1db897d53eb4","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"instant\": \"<boolean>\",\n  \"staking_id\": \"<string>\",\n  \"amount\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/cancel"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01574a1e-d2e7-46e5-99b4-3de8434cec4f"}],"id":"250af509-5dbe-485d-8b4a-4d209739cf19","_postman_id":"250af509-5dbe-485d-8b4a-4d209739cf19","description":""},{"name":"history","item":[{"name":"get Staking History","id":"029be793-e6dd-4b2d-9d88-578fe151c302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/staking/history?count=<number>&reversed=false&startTime=<number>","description":"<p>Returns a batch of complete user staking starting from the startTime.</p>\n","urlObject":{"path":["api","v1","staking","history"],"host":["/"],"query":[{"description":{"content":"<p>Max number of staking expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"}],"variable":[]}},"response":[{"id":"ac630aef-00ea-48dc-bf10-74ab27f0fd8b","name":"List of complete staking.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/staking/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","staking","history"],"query":[{"description":"Max number of staking expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"safe_period\": \"<long>\",\n    \"interest\": {},\n    \"bonding_period\": \"<long>\",\n    \"fee\": {},\n    \"unbonding_period\": \"<long>\",\n    \"cumulative_gainings\": {},\n    \"period\": \"<integer>\",\n    \"stake_more\": \"<boolean>\",\n    \"auto_stake\": \"<boolean>\",\n    \"creation_time\": \"<long>\",\n    \"cumulative_fee_amount\": {},\n    \"infinite\": \"<boolean>\",\n    \"is_unbonding\": \"<boolean>\",\n    \"partially_returnable\": \"<boolean>\",\n    \"returnable\": \"<boolean>\",\n    \"modification_time\": \"<long>\",\n    \"annual_interest\": {},\n    \"minimum_amount\": {},\n    \"amount\": {},\n    \"start_time\": \"<long>\",\n    \"end_time\": \"<long>\",\n    \"period_ms\": \"<long>\",\n    \"instant_cancellation_return\": {},\n    \"currency\": \"<string>\",\n    \"standard_cancellation_return\": {},\n    \"id\": \"<string>\",\n    \"cancellation_type\": \"safe\",\n    \"fee_amount\": {},\n    \"reason\": \"<string>\",\n    \"gainings\": {},\n    \"account_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"succeeded\",\n    \"staking_plan_id\": \"<string>\"\n  },\n  {\n    \"safe_period\": \"<long>\",\n    \"interest\": {},\n    \"bonding_period\": \"<long>\",\n    \"fee\": {},\n    \"unbonding_period\": \"<long>\",\n    \"cumulative_gainings\": {},\n    \"period\": \"<integer>\",\n    \"stake_more\": \"<boolean>\",\n    \"auto_stake\": \"<boolean>\",\n    \"creation_time\": \"<long>\",\n    \"cumulative_fee_amount\": {},\n    \"infinite\": \"<boolean>\",\n    \"is_unbonding\": \"<boolean>\",\n    \"partially_returnable\": \"<boolean>\",\n    \"returnable\": \"<boolean>\",\n    \"modification_time\": \"<long>\",\n    \"annual_interest\": {},\n    \"minimum_amount\": {},\n    \"amount\": {},\n    \"start_time\": \"<long>\",\n    \"end_time\": \"<long>\",\n    \"period_ms\": \"<long>\",\n    \"instant_cancellation_return\": {},\n    \"currency\": \"<string>\",\n    \"standard_cancellation_return\": {},\n    \"id\": \"<string>\",\n    \"cancellation_type\": \"standard\",\n    \"fee_amount\": {},\n    \"reason\": \"<string>\",\n    \"gainings\": {},\n    \"account_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"cancelled\",\n    \"staking_plan_id\": \"<string>\"\n  }\n]"},{"id":"019ddd0a-146e-410b-86d3-1b7eb174ef7f","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/staking/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","staking","history"],"query":[{"description":"Max number of staking expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f600fc55-e11a-4ac1-aac2-8e40cf005aef","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/staking/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","staking","history"],"query":[{"description":"Max number of staking expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"029be793-e6dd-4b2d-9d88-578fe151c302"}],"id":"5ec7a4f8-1d98-4edb-91b1-5ddde276ac9e","_postman_id":"5ec7a4f8-1d98-4edb-91b1-5ddde276ac9e","description":""},{"name":"incomplete","item":[{"name":"get Incomplete Staking","id":"61d8bd05-e439-4be3-abeb-8de127cfa37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/staking/incomplete","description":"<p>Returns a list of incomplete user staking.</p>\n","urlObject":{"path":["api","v1","staking","incomplete"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f31fe7d5-14f9-4480-b7ba-faae33de59d1","name":"List of incomplete staking.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/staking/incomplete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"safe_period\": \"<long>\",\n    \"interest\": {},\n    \"bonding_period\": \"<long>\",\n    \"fee\": {},\n    \"unbonding_period\": \"<long>\",\n    \"cumulative_gainings\": {},\n    \"period\": \"<integer>\",\n    \"stake_more\": \"<boolean>\",\n    \"auto_stake\": \"<boolean>\",\n    \"creation_time\": \"<long>\",\n    \"cumulative_fee_amount\": {},\n    \"infinite\": \"<boolean>\",\n    \"is_unbonding\": \"<boolean>\",\n    \"partially_returnable\": \"<boolean>\",\n    \"returnable\": \"<boolean>\",\n    \"modification_time\": \"<long>\",\n    \"annual_interest\": {},\n    \"minimum_amount\": {},\n    \"amount\": {},\n    \"start_time\": \"<long>\",\n    \"end_time\": \"<long>\",\n    \"period_ms\": \"<long>\",\n    \"instant_cancellation_return\": {},\n    \"currency\": \"<string>\",\n    \"standard_cancellation_return\": {},\n    \"id\": \"<string>\",\n    \"cancellation_type\": \"safe\",\n    \"fee_amount\": {},\n    \"reason\": \"<string>\",\n    \"gainings\": {},\n    \"account_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"succeeded\",\n    \"staking_plan_id\": \"<string>\"\n  },\n  {\n    \"safe_period\": \"<long>\",\n    \"interest\": {},\n    \"bonding_period\": \"<long>\",\n    \"fee\": {},\n    \"unbonding_period\": \"<long>\",\n    \"cumulative_gainings\": {},\n    \"period\": \"<integer>\",\n    \"stake_more\": \"<boolean>\",\n    \"auto_stake\": \"<boolean>\",\n    \"creation_time\": \"<long>\",\n    \"cumulative_fee_amount\": {},\n    \"infinite\": \"<boolean>\",\n    \"is_unbonding\": \"<boolean>\",\n    \"partially_returnable\": \"<boolean>\",\n    \"returnable\": \"<boolean>\",\n    \"modification_time\": \"<long>\",\n    \"annual_interest\": {},\n    \"minimum_amount\": {},\n    \"amount\": {},\n    \"start_time\": \"<long>\",\n    \"end_time\": \"<long>\",\n    \"period_ms\": \"<long>\",\n    \"instant_cancellation_return\": {},\n    \"currency\": \"<string>\",\n    \"standard_cancellation_return\": {},\n    \"id\": \"<string>\",\n    \"cancellation_type\": \"standard\",\n    \"fee_amount\": {},\n    \"reason\": \"<string>\",\n    \"gainings\": {},\n    \"account_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"cancelled\",\n    \"staking_plan_id\": \"<string>\"\n  }\n]"},{"id":"e10bf95a-f292-4b1f-a9a3-59f9cdb54c35","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/staking/incomplete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a68653b6-f576-4d9e-b82f-457525836e6d","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/staking/incomplete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61d8bd05-e439-4be3-abeb-8de127cfa37f"}],"id":"7c9d5813-a6ac-43bd-8229-0b2fcf5166fd","_postman_id":"7c9d5813-a6ac-43bd-8229-0b2fcf5166fd","description":""},{"name":"plans","item":[{"name":"get Staking Plans","id":"fb005c25-299c-4aca-9b33-14d873f5f7a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/staking/plans?currencyId=<string>","description":"<p>Returns a list of staking plans, available for the user for the specified currency, if one is provided.\nIf currencyId parameter is missing, returns a list of all staking plans, available for the user.</p>\n","urlObject":{"path":["api","v1","staking","plans"],"host":["/"],"query":[{"description":{"content":"<p>Currency ID. Optional. If missing, plans for all currencies will be returned.</p>\n","type":"text/plain"},"key":"currencyId","value":"<string>"}],"variable":[]}},"response":[{"id":"3bd07cdc-8d56-471d-b8d8-a4015abd5eb2","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/staking/plans?currencyId=<string>","host":["/"],"path":["api","v1","staking","plans"],"query":[{"description":"Currency ID. Optional. If missing, plans for all currencies will be returned.","key":"currencyId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"period\": \"<integer>\",\n    \"period_ms\": \"<long>\",\n    \"bonding_period\": \"<long>\",\n    \"unbonding_period\": \"<long>\",\n    \"safe_period\": \"<long>\",\n    \"interest\": {},\n    \"annual_interest\": {},\n    \"fee\": {},\n    \"infinite\": \"<boolean>\",\n    \"returnable\": \"<boolean>\",\n    \"partially_returnable\": \"<boolean>\",\n    \"auto_stake\": \"<boolean>\",\n    \"stake_more\": \"<boolean>\",\n    \"recurring\": \"<boolean>\",\n    \"minimum_amount\": {},\n    \"id\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"standard_cancellation_return\": {},\n    \"instant_cancellation_return\": {},\n    \"description\": \"<string>\"\n  },\n  {\n    \"period\": \"<integer>\",\n    \"period_ms\": \"<long>\",\n    \"bonding_period\": \"<long>\",\n    \"unbonding_period\": \"<long>\",\n    \"safe_period\": \"<long>\",\n    \"interest\": {},\n    \"annual_interest\": {},\n    \"fee\": {},\n    \"infinite\": \"<boolean>\",\n    \"returnable\": \"<boolean>\",\n    \"partially_returnable\": \"<boolean>\",\n    \"auto_stake\": \"<boolean>\",\n    \"stake_more\": \"<boolean>\",\n    \"recurring\": \"<boolean>\",\n    \"minimum_amount\": {},\n    \"id\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"standard_cancellation_return\": {},\n    \"instant_cancellation_return\": {},\n    \"description\": \"<string>\"\n  }\n]"},{"id":"16cd8050-028f-4125-bf0e-482a08bdadb6","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/staking/plans?currencyId=<string>","host":["/"],"path":["api","v1","staking","plans"],"query":[{"description":"Currency ID. Optional. If missing, plans for all currencies will be returned.","key":"currencyId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"95037b5b-66cd-4760-bdb3-635d8a354651","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/staking/plans?currencyId=<string>","host":["/"],"path":["api","v1","staking","plans"],"query":[{"description":"Currency ID. Optional. If missing, plans for all currencies will be returned.","key":"currencyId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb005c25-299c-4aca-9b33-14d873f5f7a8"}],"id":"35c12cba-73ed-4e9d-9437-cf26fc45d857","_postman_id":"35c12cba-73ed-4e9d-9437-cf26fc45d857","description":""},{"name":"send","item":[{"name":"create Staking","id":"fed313e2-6286-4490-8a7e-af8f14fcb875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_plan_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"auto_stake\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/send","description":"<p>Request for adding new staking.</p>\n","urlObject":{"path":["api","v1","staking","send"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"2d371621-f7f4-4964-bc66-595f7aad3892","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_plan_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"auto_stake\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"safe_period\": \"<long>\",\n  \"interest\": {},\n  \"bonding_period\": \"<long>\",\n  \"fee\": {},\n  \"unbonding_period\": \"<long>\",\n  \"cumulative_gainings\": {},\n  \"period\": \"<integer>\",\n  \"stake_more\": \"<boolean>\",\n  \"auto_stake\": \"<boolean>\",\n  \"creation_time\": \"<long>\",\n  \"cumulative_fee_amount\": {},\n  \"infinite\": \"<boolean>\",\n  \"is_unbonding\": \"<boolean>\",\n  \"partially_returnable\": \"<boolean>\",\n  \"returnable\": \"<boolean>\",\n  \"modification_time\": \"<long>\",\n  \"annual_interest\": {},\n  \"minimum_amount\": {},\n  \"amount\": {},\n  \"start_time\": \"<long>\",\n  \"end_time\": \"<long>\",\n  \"period_ms\": \"<long>\",\n  \"instant_cancellation_return\": {},\n  \"currency\": \"<string>\",\n  \"standard_cancellation_return\": {},\n  \"id\": \"<string>\",\n  \"cancellation_type\": \"standard\",\n  \"fee_amount\": {},\n  \"reason\": \"<string>\",\n  \"gainings\": {},\n  \"account_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"cancelled\",\n  \"staking_plan_id\": \"<string>\"\n}"},{"id":"31cb795e-028d-4f6b-b88e-a90f5bb16264","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_plan_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"auto_stake\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"122241f6-9b2e-4c90-87e0-918d3e41ba15","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"staking_plan_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"auto_stake\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/staking/send"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fed313e2-6286-4490-8a7e-af8f14fcb875"}],"id":"f72fb39b-b27f-41ac-bdbb-d390e653f763","_postman_id":"f72fb39b-b27f-41ac-bdbb-d390e653f763","description":""}],"id":"d2c98647-ab09-440b-bd65-5c442478744a","_postman_id":"d2c98647-ab09-440b-bd65-5c442478744a","description":""},{"name":"transactions","item":[{"name":"complete","item":[{"name":"get Complete Transactions","id":"b9bd4602-4a17-42c4-a8ec-3a4662517d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=TRADING_COMMISSION&transactionTypes=BALANCE_CORRECTION","description":"<p>Returns a batch of complete user transactions starting from the startTime.</p>\n","urlObject":{"path":["api","v1","transactions","complete"],"host":["/"],"query":[{"description":{"content":"<p>Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"},{"description":{"content":"<p>Transaction types filter. If missing or empty - all types will be returned.</p>\n","type":"text/plain"},"key":"transactionTypes","value":"TRADING_COMMISSION"},{"description":{"content":"<p>Transaction types filter. If missing or empty - all types will be returned.</p>\n","type":"text/plain"},"key":"transactionTypes","value":"BALANCE_CORRECTION"}],"variable":[]}},"response":[{"id":"49249876-cf97-45cd-a8bf-805747778fde","name":"List of complete transactions.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=BALANCE_CORRECTION","host":["/"],"path":["api","v1","transactions","complete"],"query":[{"description":"Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"BALANCE_CORRECTION"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"network\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"external_conversion_price\": {},\n    \"description\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"external_currency_id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"id\": \"<string>\",\n    \"amount\": {},\n    \"account_id\": \"<string>\",\n    \"status\": \"in_progress\",\n    \"post_balance\": {},\n    \"confirmations_needed\": \"<integer>\",\n    \"type\": \"balance_correction\"\n  },\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"network\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"external_conversion_price\": {},\n    \"description\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"external_currency_id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"id\": \"<string>\",\n    \"amount\": {},\n    \"account_id\": \"<string>\",\n    \"status\": \"rejected\",\n    \"post_balance\": {},\n    \"confirmations_needed\": \"<integer>\",\n    \"type\": \"rollover_commission\"\n  }\n]"},{"id":"c8a1dd26-bf2d-4d53-bf31-e8ba9930148c","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=BALANCE_CORRECTION","host":["/"],"path":["api","v1","transactions","complete"],"query":[{"description":"Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"BALANCE_CORRECTION"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e7125936-2abd-4530-9684-2eb2a0b3a4d2","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/complete?count=<number>&reversed=false&startTime=<number>&transactionTypes=BALANCE_CORRECTION","host":["/"],"path":["api","v1","transactions","complete"],"query":[{"description":"Max number of transactions expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"},{"description":"Transaction types filter. If missing or empty - all types will be returned.","key":"transactionTypes","value":"BALANCE_CORRECTION"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9bd4602-4a17-42c4-a8ec-3a4662517d9e"}],"id":"ca2c947a-d271-4c80-a575-6c308755020f","_postman_id":"ca2c947a-d271-4c80-a575-6c308755020f","description":""},{"name":"deposit","item":[{"name":"address","item":[{"name":"update","item":[{"name":"get Regenerate Deposit Wallet Address Status","id":"f9006bec-09fe-4d2d-93e0-d15e33d42059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>","description":"<p>Returns status of the address regeneration operation, if address regeneration for the specified account is in progress.</p>\n","urlObject":{"path":["api","v1","transactions","deposit","address","update"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Account identifier.</p>\n","type":"text/plain"},"key":"accountId","value":"<string>"},{"description":{"content":"<p>Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.</p>\n","type":"text/plain"},"key":"network","value":"<string>"}],"variable":[]}},"response":[{"id":"49335495-12ee-47c7-b5e3-843b35f6aabe","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>","host":["/"],"path":["api","v1","transactions","deposit","address","update"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"},{"description":"Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.","key":"network","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"modification_time\": \"<long>\",\n  \"id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"status\": \"approved\",\n  \"network\": \"<string>\"\n}"},{"id":"55b0e7a7-def7-458d-b56e-4171806ebcf6","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>","host":["/"],"path":["api","v1","transactions","deposit","address","update"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"},{"description":"Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.","key":"network","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fb0f2019-0baf-4ed3-891b-cb4fc2df85f1","name":"if no such operation is in progress.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>","host":["/"],"path":["api","v1","transactions","deposit","address","update"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"},{"description":"Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.","key":"network","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ab29acb1-1136-4b29-9b2b-10ec9027be82","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>","host":["/"],"path":["api","v1","transactions","deposit","address","update"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"},{"description":"Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.","key":"network","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9006bec-09fe-4d2d-93e0-d15e33d42059"},{"name":"regenerate Deposit Wallet Address","id":"8e1823bc-47e5-458b-8710-67b02b274e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"}],"url":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>&transferId=<string>","description":"<p>Regenerates destination wallet address for new deposits for the selected account.\nAlso updates the address for the transfer if any specified.</p>\n","urlObject":{"path":["api","v1","transactions","deposit","address","update"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Account identifier.</p>\n","type":"text/plain"},"key":"accountId","value":"<string>"},{"description":{"content":"<p>Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.</p>\n","type":"text/plain"},"key":"network","value":"<string>"},{"description":{"content":"<p>ID of the transfer for which the wallet address should be changed for the new one. Optional.</p>\n","type":"text/plain"},"key":"transferId","value":"<string>"}],"variable":[]}},"response":[{"id":"1ccd2139-71a4-4269-94ce-55b76ded17bb","name":"Success","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>&transferId=<string>","host":["/"],"path":["api","v1","transactions","deposit","address","update"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"},{"description":"Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.","key":"network","value":"<string>"},{"description":"ID of the transfer for which the wallet address should be changed for the new one. Optional.","key":"transferId","value":"<string>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"74acf950-e2c9-4dec-a69b-a2da122414f8","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>&transferId=<string>","host":["/"],"path":["api","v1","transactions","deposit","address","update"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"},{"description":"Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.","key":"network","value":"<string>"},{"description":"ID of the transfer for which the wallet address should be changed for the new one. Optional.","key":"transferId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"147e944f-8d51-48f7-9383-d66bbf8f5939","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/address/update?accountId=<string>&network=<string>&transferId=<string>","host":["/"],"path":["api","v1","transactions","deposit","address","update"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"},{"description":"Wallet network. Optional. Only required when a non-empty list of available networks was provided for the currency.","key":"network","value":"<string>"},{"description":"ID of the transfer for which the wallet address should be changed for the new one. Optional.","key":"transferId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e1823bc-47e5-458b-8710-67b02b274e8c"}],"id":"0b8fefe9-666a-4cf2-8fec-5cf77d3ac89d","_postman_id":"0b8fefe9-666a-4cf2-8fec-5cf77d3ac89d","description":""}],"id":"a031b073-9fbb-47a1-bab6-079860cf69f8","_postman_id":"a031b073-9fbb-47a1-bab6-079860cf69f8","description":""},{"name":"description","item":[{"name":"in-progress","item":[{"name":"get Deposit In Progress Description","id":"0772b7b9-e3fa-42e2-8b81-a84d53178cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/deposit/description/in-progress?currencyId=<string>","description":"<p>Returns a description shown to the user on a deposit in progress.</p>\n","urlObject":{"path":["api","v1","transactions","deposit","description","in-progress"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Currency id.</p>\n","type":"text/plain"},"key":"currencyId","value":"<string>"}],"variable":[]}},"response":[{"id":"eafe3400-1329-415b-97c3-7049afa13340","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/deposit/description/in-progress?currencyId=<string>","host":["/"],"path":["api","v1","transactions","deposit","description","in-progress"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"fdd405d5-4ec0-4ecd-9112-ec7952744429","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/description/in-progress?currencyId=<string>","host":["/"],"path":["api","v1","transactions","deposit","description","in-progress"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e7693027-b297-4977-a8d2-5a5f72924ba2","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/description/in-progress?currencyId=<string>","host":["/"],"path":["api","v1","transactions","deposit","description","in-progress"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0772b7b9-e3fa-42e2-8b81-a84d53178cdb"}],"id":"ddf94d37-b1af-4cc6-ae2c-6afa8592fcf2","_postman_id":"ddf94d37-b1af-4cc6-ae2c-6afa8592fcf2","description":""},{"name":"get Deposit Description","id":"8446dd3c-625c-4d06-a07d-1fa076ca5987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/deposit/description?currencyId=<string>","description":"<p>Returns a description shown to the user on attempt to make a deposit.</p>\n","urlObject":{"path":["api","v1","transactions","deposit","description"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Currency id.</p>\n","type":"text/plain"},"key":"currencyId","value":"<string>"}],"variable":[]}},"response":[{"id":"aee6146c-b822-4e50-a4b0-a0ba68341c5d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/deposit/description?currencyId=<string>","host":["/"],"path":["api","v1","transactions","deposit","description"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"c146a2ce-dd02-451a-b294-41ea26199bd0","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/description?currencyId=<string>","host":["/"],"path":["api","v1","transactions","deposit","description"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2ce455be-84ea-4fd5-8d05-17202d9d26f9","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/deposit/description?currencyId=<string>","host":["/"],"path":["api","v1","transactions","deposit","description"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8446dd3c-625c-4d06-a07d-1fa076ca5987"}],"id":"47e4e4a6-95e9-42e5-ba17-0163a47c942f","_postman_id":"47e4e4a6-95e9-42e5-ba17-0163a47c942f","description":""},{"name":"status-update","item":[{"name":"add Deposit Status Update","id":"7c4fd5cc-c089-43cc-8b2c-baf128349353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<string>\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit/status-update","description":"<p>Request for adding a deposit status update.</p>\n","urlObject":{"path":["api","v1","transactions","deposit","status-update"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f7f4267b-ad2e-4405-9974-a167d4b879a5","name":"Success","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<string>\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit/status-update"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8926aa25-0b36-4398-bc58-f457d8c9e6b8","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<string>\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit/status-update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"656361a2-5a97-492d-b8eb-63e208f84c09","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<string>\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit/status-update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c4fd5cc-c089-43cc-8b2c-baf128349353"}],"id":"18e3c480-9cc3-446e-8938-596192b0da5b","_postman_id":"18e3c480-9cc3-446e-8938-596192b0da5b","description":""},{"name":"deposit","id":"95a06174-aa90-4ddf-ac81-dbe8757523b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"amount\": {},\n  \"conversion_currency_id\": \"<string>\",\n  \"conversion_price\": {},\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"deposit_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit","description":"<p>Initiates a deposit transaction.</p>\n","urlObject":{"path":["api","v1","transactions","deposit"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"22fa3b82-7c3d-4fd1-874d-46e4fabee44d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"amount\": {},\n  \"conversion_currency_id\": \"<string>\",\n  \"conversion_price\": {},\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"deposit_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"network\": \"<string>\",\n  \"address\": \"<string>\",\n  \"internal_transaction_id\": \"<string>\",\n  \"transaction_id\": \"<string>\",\n  \"confirmations\": \"<integer>\",\n  \"external_conversion_price\": {},\n  \"description\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"id\": \"<string>\",\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"status\": \"cancelled\",\n  \"post_balance\": {},\n  \"confirmations_needed\": \"<integer>\",\n  \"type\": \"debit\"\n}"},{"id":"839281eb-be1e-4204-b687-35de23a283fe","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"amount\": {},\n  \"conversion_currency_id\": \"<string>\",\n  \"conversion_price\": {},\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"deposit_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9e489412-bb22-46f8-a7cd-5eff1dc3d63c","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"amount\": {},\n  \"conversion_currency_id\": \"<string>\",\n  \"conversion_price\": {},\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"deposit_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/deposit"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95a06174-aa90-4ddf-ac81-dbe8757523b6"}],"id":"fea2a207-a34c-47aa-8b3e-8c448c2247d7","_postman_id":"fea2a207-a34c-47aa-8b3e-8c448c2247d7","description":""},{"name":"incomplete","item":[{"name":"get Incomplete Transactions","id":"edf54184-7411-4d09-aa33-1ffd10cc45b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/incomplete","description":"<p>Returns a list of incomplete user transactions.</p>\n","urlObject":{"path":["api","v1","transactions","incomplete"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4aeb7d6f-835b-4104-afba-748af7d56add","name":"List of incomplete transactions.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/incomplete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"network\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"external_conversion_price\": {},\n    \"description\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"external_currency_id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"id\": \"<string>\",\n    \"amount\": {},\n    \"account_id\": \"<string>\",\n    \"status\": \"in_progress\",\n    \"post_balance\": {},\n    \"confirmations_needed\": \"<integer>\",\n    \"type\": \"balance_correction\"\n  },\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"network\": \"<string>\",\n    \"address\": \"<string>\",\n    \"internal_transaction_id\": \"<string>\",\n    \"transaction_id\": \"<string>\",\n    \"confirmations\": \"<integer>\",\n    \"external_conversion_price\": {},\n    \"description\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"external_currency_id\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"id\": \"<string>\",\n    \"amount\": {},\n    \"account_id\": \"<string>\",\n    \"status\": \"rejected\",\n    \"post_balance\": {},\n    \"confirmations_needed\": \"<integer>\",\n    \"type\": \"rollover_commission\"\n  }\n]"},{"id":"b469f510-e534-46df-87d7-504ff7ac59ee","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/transactions/incomplete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9bdb5d44-30a4-4f1a-9fec-f6f5e7a45eb1","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/transactions/incomplete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"edf54184-7411-4d09-aa33-1ffd10cc45b6"}],"id":"0f58b761-0e9c-48fd-8a09-6b70630dcf36","_postman_id":"0f58b761-0e9c-48fd-8a09-6b70630dcf36","description":""},{"name":"withdraw","item":[{"name":"address","item":[{"name":"remove Withdrawal Wallet Address","id":"83b8dd66-e5d8-4397-b6cc-f4f915f9203c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/withdraw/address?accountId=<string>","description":"<p>Request for removing a withdrawal wallet address.</p>\n","urlObject":{"path":["api","v1","transactions","withdraw","address"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Account identifier.</p>\n","type":"text/plain"},"key":"accountId","value":"<string>"}],"variable":[]}},"response":[{"id":"6a0e9e76-f4b0-467c-a8c1-ebefd9f98e46","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/transactions/withdraw/address?accountId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","address"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9005ec6c-5340-477f-ba45-651946652f2a","name":"if sent bad request.","originalRequest":{"method":"DELETE","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/transactions/withdraw/address?accountId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","address"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1c46b7f4-ab5b-4fa7-bd3e-9c0d1d838113","name":"in case of server error.","originalRequest":{"method":"DELETE","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/transactions/withdraw/address?accountId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","address"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83b8dd66-e5d8-4397-b6cc-f4f915f9203c"},{"name":"add Withdrawal Wallet Address","id":"7fd212de-2aa9-4001-88a0-ba7f3cb5e7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/withdraw/address?accountId=<string>","description":"<p>Request for adding a withdrawal wallet address.</p>\n","urlObject":{"path":["api","v1","transactions","withdraw","address"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Account identifier.</p>\n","type":"text/plain"},"key":"accountId","value":"<string>"}],"variable":[]}},"response":[{"id":"40e879e2-bf8a-4e05-acf3-62c3634399e3","name":"Success","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/transactions/withdraw/address?accountId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","address"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9bd5551e-d446-4e2f-9f8c-3c4f7cff1606","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/transactions/withdraw/address?accountId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","address"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3efd04bc-0217-42f5-944e-32c56f41d775","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"network\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/transactions/withdraw/address?accountId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","address"],"query":[{"description":"(Required) Account identifier.","key":"accountId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fd212de-2aa9-4001-88a0-ba7f3cb5e7e6"}],"id":"7a10e04b-bb32-4e38-b22a-de554bc499e0","_postman_id":"7a10e04b-bb32-4e38-b22a-de554bc499e0","description":""},{"name":"description","item":[{"name":"in-progress","item":[{"name":"get Withdrawal In Progress Description","id":"ecf8d8be-e33b-43e9-a333-49e4f1d47f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/withdraw/description/in-progress?currencyId=<string>","description":"<p>Returns a description shown to the user on a withdrawal in progress.</p>\n","urlObject":{"path":["api","v1","transactions","withdraw","description","in-progress"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Currency id.</p>\n","type":"text/plain"},"key":"currencyId","value":"<string>"}],"variable":[]}},"response":[{"id":"52a99f79-3ccf-4e06-8a02-8797a3c71c52","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/withdraw/description/in-progress?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","description","in-progress"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"eba3dbd8-1673-4951-810d-540fc8d00de0","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/withdraw/description/in-progress?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","description","in-progress"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b8d10e46-79d7-41ab-8282-f00cba89192a","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/withdraw/description/in-progress?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","description","in-progress"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecf8d8be-e33b-43e9-a333-49e4f1d47f43"}],"id":"9661380a-33c8-41d0-80a6-8c3dff5f97c8","_postman_id":"9661380a-33c8-41d0-80a6-8c3dff5f97c8","description":""},{"name":"get Withdrawal Description","id":"d8590812-f8a3-4dc8-8839-0e5390ed4bb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/withdraw/description?currencyId=<string>","description":"<p>Returns a description shown to the user on attempt to make a withdrawal.</p>\n","urlObject":{"path":["api","v1","transactions","withdraw","description"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Currency id.</p>\n","type":"text/plain"},"key":"currencyId","value":"<string>"}],"variable":[]}},"response":[{"id":"1cba8567-7566-49dc-960e-035c66e05d04","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/withdraw/description?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","description"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"80962c33-b89b-422a-b2f7-151426ab518b","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/withdraw/description?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","description"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"760d8429-36d1-4a7e-9b3e-aac7bcceb07d","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/withdraw/description?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","description"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8590812-f8a3-4dc8-8839-0e5390ed4bb6"}],"id":"e5a75d88-ca0f-43d9-8e87-589cb13bb594","_postman_id":"e5a75d88-ca0f-43d9-8e87-589cb13bb594","description":""},{"name":"schema","item":[{"name":"get Withdrawal Schema","id":"77d5169e-e10f-4f93-93a3-d195716a1c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transactions/withdraw/schema?currencyId=<string>","description":"<p>Returns a withdrawal schema, if exists.\nThis schema describes fields that should be filled in order to perform a withdrawal.\nIf missing, standard withdrawal model should be used.</p>\n","urlObject":{"path":["api","v1","transactions","withdraw","schema"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Currency id.</p>\n","type":"text/plain"},"key":"currencyId","value":"<string>"}],"variable":[]}},"response":[{"id":"73811510-15e2-4883-ae0e-26190877cafa","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transactions/withdraw/schema?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","schema"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\"\n}"},{"id":"03063a70-a964-4764-9b56-fd8d2f01b9d8","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/withdraw/schema?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","schema"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"67df836c-fb39-49a3-b4cf-3c7a40af1a12","name":"if schema doesn't exist.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/withdraw/schema?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","schema"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cda476c4-20b3-48fd-beb1-827d2cf65183","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transactions/withdraw/schema?currencyId=<string>","host":["/"],"path":["api","v1","transactions","withdraw","schema"],"query":[{"description":"(Required) Currency id.","key":"currencyId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77d5169e-e10f-4f93-93a3-d195716a1c93"}],"id":"aa0b5aa3-5fd5-4134-b830-08a3664d6787","_postman_id":"aa0b5aa3-5fd5-4134-b830-08a3664d6787","description":""},{"name":"withdraw","id":"8bd4ef2a-2a56-487b-b6ee-20928d6f830f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"address\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"withdrawal_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/withdraw","description":"<p>Initiates a withdrawal transaction.</p>\n","urlObject":{"path":["api","v1","transactions","withdraw"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4902bc3e-62df-4643-9e0e-c15019a826d5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"address\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"withdrawal_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/withdraw"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"network\": \"<string>\",\n  \"address\": \"<string>\",\n  \"internal_transaction_id\": \"<string>\",\n  \"transaction_id\": \"<string>\",\n  \"confirmations\": \"<integer>\",\n  \"external_conversion_price\": {},\n  \"description\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"id\": \"<string>\",\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"status\": \"cancelled\",\n  \"post_balance\": {},\n  \"confirmations_needed\": \"<integer>\",\n  \"type\": \"debit\"\n}"},{"id":"fd112bff-1763-4f84-880d-059c4fc5b60e","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"address\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"withdrawal_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/withdraw"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fae3a3b9-253d-4f81-99c8-12f8a37a3364","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"address\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"network\": \"<string>\",\n  \"withdrawal_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transactions/withdraw"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bd4ef2a-2a56-487b-b6ee-20928d6f830f"}],"id":"7d064f68-3e89-476a-8752-a665d66a4d93","_postman_id":"7d064f68-3e89-476a-8752-a665d66a4d93","description":""}],"id":"ee991347-0aa1-4994-8255-2539edeb464a","_postman_id":"ee991347-0aa1-4994-8255-2539edeb464a","description":""},{"name":"transfers","item":[{"name":"accept","item":[{"name":"accept Transfer","id":"8773e1fb-4eaa-404e-a2cd-095c90272e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/accept","description":"<p>Accepts an incoming transfer.</p>\n","urlObject":{"path":["api","v1","transfers","accept"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"beec468e-943c-408c-947c-9ceb7a7b71ae","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/accept"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"amount\": {},\n  \"reason\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"type\": \"request_send\",\n  \"id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"status\": \"failed\",\n  \"account_id\": \"<string>\"\n}"},{"id":"972e0e46-6152-48aa-a596-dd6c621c7eda","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/accept"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e979f326-2500-4fc0-b628-f4f219111810","name":"if transfer was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/accept"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"37db1757-0c51-45af-80bc-20d1b26ff791","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/accept"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8773e1fb-4eaa-404e-a2cd-095c90272e14"}],"id":"b0e8aa53-6eec-46a5-8431-338fd3eabb3a","_postman_id":"b0e8aa53-6eec-46a5-8431-338fd3eabb3a","description":""},{"name":"cancel","item":[{"name":"cancel Transfer","id":"4d1c3ab4-576a-4a6f-89ee-74a9b0879437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/cancel","description":"<p>Cancels a user's incomplete transfer.</p>\n","urlObject":{"path":["api","v1","transfers","cancel"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"46de4ecf-a022-46aa-bab4-6846f33c671d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/cancel"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"amount\": {},\n  \"reason\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"type\": \"request_send\",\n  \"id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"status\": \"failed\",\n  \"account_id\": \"<string>\"\n}"},{"id":"b2ca7af8-b46d-4cd2-9071-3f770e2c3a79","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"72a63254-1cc3-4737-b742-0597448b2fa3","name":"if transfer was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f8fd9341-3401-4ad7-95ff-f20e4a352aa2","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/cancel"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d1c3ab4-576a-4a6f-89ee-74a9b0879437"}],"id":"f18497a3-d9c3-48d5-ae81-98c165143399","_postman_id":"f18497a3-d9c3-48d5-ae81-98c165143399","description":""},{"name":"history","item":[{"name":"get Transfers History","id":"431cb10c-e4f1-4146-bc17-ef444412f5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transfers/history?count=<number>&reversed=false&startTime=<number>","description":"<p>Returns a batch of complete user transfers starting from the startTime.</p>\n","urlObject":{"path":["api","v1","transfers","history"],"host":["/"],"query":[{"description":{"content":"<p>Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"}],"variable":[]}},"response":[{"id":"5faa60af-7752-4148-8b59-433ef11ca14c","name":"List of complete transfers.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/transfers/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","transfers","history"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"amount\": {},\n    \"reason\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"type\": \"request_send\",\n    \"id\": \"<string>\",\n    \"counterparty_id\": \"<string>\",\n    \"status\": \"in_progress\",\n    \"account_id\": \"<string>\"\n  },\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"amount\": {},\n    \"reason\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"type\": \"request_receive\",\n    \"id\": \"<string>\",\n    \"counterparty_id\": \"<string>\",\n    \"status\": \"approved\",\n    \"account_id\": \"<string>\"\n  }\n]"},{"id":"1373d054-12b9-4ae7-a5cf-463fbbf0f346","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transfers/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","transfers","history"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d8f544a6-2a0b-4fd6-a090-8543c46437fe","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/transfers/history?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","transfers","history"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"431cb10c-e4f1-4146-bc17-ef444412f5ae"}],"id":"d41a6e0b-dfef-4f75-94d6-96f5268596bc","_postman_id":"d41a6e0b-dfef-4f75-94d6-96f5268596bc","description":""},{"name":"incomplete","item":[{"name":"get Incomplete Transfers","id":"82ebfa8f-c994-405c-8c72-2e2f4908741b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transfers/incomplete","description":"<p>Returns a list of incomplete user transfers.</p>\n","urlObject":{"path":["api","v1","transfers","incomplete"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9ca13bb5-b417-44a0-98c7-06f8c3a12c1b","name":"List of incomplete transfers.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/transfers/incomplete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"amount\": {},\n    \"reason\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"type\": \"request_send\",\n    \"id\": \"<string>\",\n    \"counterparty_id\": \"<string>\",\n    \"status\": \"in_progress\",\n    \"account_id\": \"<string>\"\n  },\n  {\n    \"modification_time\": \"<long>\",\n    \"creation_time\": \"<long>\",\n    \"amount\": {},\n    \"reason\": \"<string>\",\n    \"currency_id\": \"<string>\",\n    \"type\": \"request_receive\",\n    \"id\": \"<string>\",\n    \"counterparty_id\": \"<string>\",\n    \"status\": \"approved\",\n    \"account_id\": \"<string>\"\n  }\n]"},{"id":"e00144c1-57ba-45a0-a186-e2eaadcc419b","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/transfers/incomplete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fcea8a16-f79e-4948-90b0-cb76ea0325c4","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/transfers/incomplete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82ebfa8f-c994-405c-8c72-2e2f4908741b"}],"id":"027cccf8-1f08-40de-b927-2e533529a1ed","_postman_id":"027cccf8-1f08-40de-b927-2e533529a1ed","description":""},{"name":"reject","item":[{"name":"reject Transfer","id":"23bcc89e-ae00-461e-8c61-103cc6590295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/reject","description":"<p>Rejects an incoming transfer.</p>\n","urlObject":{"path":["api","v1","transfers","reject"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0273bce3-ea2b-438b-9688-7f0e41ef2f00","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/reject"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"amount\": {},\n  \"reason\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"type\": \"request_send\",\n  \"id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"status\": \"failed\",\n  \"account_id\": \"<string>\"\n}"},{"id":"afb27912-0c2a-4e08-97fa-e10f74082543","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/reject"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"087eec03-f954-4bd1-a5bc-035ea3a19ffe","name":"if transfer was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/reject"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"83f7cce8-a9ea-4af8-8f45-5370fc091b68","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transfer_id\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/reject"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"23bcc89e-ae00-461e-8c61-103cc6590295"}],"id":"6821f11a-371d-44b5-a780-c1d38fcdcc25","_postman_id":"6821f11a-371d-44b5-a780-c1d38fcdcc25","description":""},{"name":"request","item":[{"name":"request Transfer","id":"056f7d13-60f3-47ea-b6fa-08588a80bea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/request","description":"<p>Initiates a transfer request operation.</p>\n","urlObject":{"path":["api","v1","transfers","request"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"7970cbcf-15df-4076-a3d0-a1b946351ed9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/request"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"amount\": {},\n  \"reason\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"type\": \"request_send\",\n  \"id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"status\": \"failed\",\n  \"account_id\": \"<string>\"\n}"},{"id":"cb460674-def5-49c9-a7f8-30af6829f9a3","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5a3d3b42-9b00-4836-9187-d1f1c7614f30","name":"if target user was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/request"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e120d0e1-1f7b-4a28-a053-89581326924a","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/request"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"056f7d13-60f3-47ea-b6fa-08588a80bea2"}],"id":"7876a67c-4ac1-435b-9d3d-574bcea7704a","_postman_id":"7876a67c-4ac1-435b-9d3d-574bcea7704a","description":""},{"name":"send","item":[{"name":"send Transfer","id":"ce7282c0-219d-4c12-ad4f-bad8d931e0df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/send","description":"<p>Initiates a transfer send operation.</p>\n","urlObject":{"path":["api","v1","transfers","send"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"d4a77005-2d97-4dc2-a397-bc4aaa83c202","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"amount\": {},\n  \"reason\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"type\": \"request_send\",\n  \"id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"status\": \"failed\",\n  \"account_id\": \"<string>\"\n}"},{"id":"185f584f-2d97-41ac-b195-caf84f3bdc55","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4616221e-6820-4273-8bce-ebc10f1bcbae","name":"if target user was not found.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/send"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5d6ac6f1-9360-4de5-b0be-7cbce7c490f6","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"counterparty_id\": \"<string>\",\n  \"transfer_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/transfers/send"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce7282c0-219d-4c12-ad4f-bad8d931e0df"}],"id":"668451e8-da49-40d5-bbca-1d3ee9a8c9b2","_postman_id":"668451e8-da49-40d5-bbca-1d3ee9a8c9b2","description":""}],"id":"6fe1a4bc-455f-4c1d-9a2e-ae06a7bac8b9","_postman_id":"6fe1a4bc-455f-4c1d-9a2e-ae06a7bac8b9","description":""},{"name":"user-registration","item":[{"name":"edit-profile-schema","item":[{"name":"get Edit Profile Schema","id":"89a03ccb-f1cc-4e15-a423-f57b33551eec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/edit-profile-schema","description":"<p>Returns a user profile schema for editing user's profile.</p>\n<p>\nSchema specification: <a href=\"https://json-schema.org/specification.html\">https://json-schema.org/specification.html</a>.</p>","urlObject":{"path":["api","v1","user-registration","edit-profile-schema"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9b64bcd0-8bd8-4054-a459-8fa8fdd70486","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/edit-profile-schema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"d478c6b9-6d19-4156-992e-80a3f9dedfeb","name":"if sent bad request.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/user-registration/edit-profile-schema"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fbaa9279-f4e5-4ae3-ab01-4c3bbc8cd951","name":"in case of server error.","originalRequest":{"method":"GET","header":[],"url":"//api/v1/user-registration/edit-profile-schema"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89a03ccb-f1cc-4e15-a423-f57b33551eec"}],"id":"4e3f70c7-9ff7-44a4-84b7-6338570f85c3","_postman_id":"4e3f70c7-9ff7-44a4-84b7-6338570f85c3","description":""},{"name":"invites","item":[{"name":"statistics","item":[{"name":"get User Invite Statistics","id":"81bef503-6e6e-4571-b1c9-f850351892bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/invites/statistics","description":"<p>Returns user's invites statistics.</p>\n","urlObject":{"path":["api","v1","user-registration","invites","statistics"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"53d07a7d-fbf8-4966-b2a1-775d5e7f3da1","name":"User's invites statistics.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/invites/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": {\n    \"invited\": \"<integer>\",\n    \"reached_target\": \"<integer>\"\n  },\n  \"total_this_day\": {\n    \"invited\": \"<integer>\",\n    \"reached_target\": \"<integer>\"\n  },\n  \"total_this_week\": {\n    \"invited\": \"<integer>\",\n    \"reached_target\": \"<integer>\"\n  },\n  \"total_this_month\": {\n    \"invited\": \"<integer>\",\n    \"reached_target\": \"<integer>\"\n  },\n  \"total_this_year\": {\n    \"invited\": \"<integer>\",\n    \"reached_target\": \"<integer>\"\n  }\n}"},{"id":"c9ee4ddc-e982-4ae1-88e6-ac24f0c0c570","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/invites/statistics"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9f0285c7-db4f-49c8-bc49-d3a633a7be16","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/invites/statistics"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81bef503-6e6e-4571-b1c9-f850351892bc"}],"id":"fb1c3e1c-a854-4413-8c1c-7cf99ad37688","_postman_id":"fb1c3e1c-a854-4413-8c1c-7cf99ad37688","description":""},{"name":"get User Invites","id":"b5e54d5f-2387-48be-9ac8-a040b82aa90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/invites?count=<number>&reversed=false&startTime=<number>","description":"<p>Returns a batch of user invites starting from the startTime.</p>\n","urlObject":{"path":["api","v1","user-registration","invites"],"host":["/"],"query":[{"description":{"content":"<p>Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.</p>\n","type":"text/plain"},"key":"count","value":"<number>"},{"description":{"content":"<p>Should the result entries be older than the time specified. The default value is <code>false</code>.</p>\n","type":"text/plain"},"key":"reversed","value":"false"},{"description":{"content":"<p>Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.</p>\n","type":"text/plain"},"key":"startTime","value":"<number>"}],"variable":[]}},"response":[{"id":"9c790ef5-e0aa-44ee-9644-977e11b26281","name":"List of user invites.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/user-registration/invites?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","user-registration","invites"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"creation_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"target_reach_time\": \"<long>\"\n  },\n  {\n    \"creation_time\": \"<long>\",\n    \"id\": \"<string>\",\n    \"target_reach_time\": \"<long>\"\n  }\n]"},{"id":"80edc8d8-805e-4062-85a3-1a02fa3d9298","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/user-registration/invites?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","user-registration","invites"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fd8aab19-4cf2-4912-ac30-41d86607af36","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/user-registration/invites?count=<number>&reversed=false&startTime=<number>","host":["/"],"path":["api","v1","user-registration","invites"],"query":[{"description":"Max number of transfers expected to receive.\nEffective max number can be lower than this, depending on backend configuration.\nIf missing or negative - treated as unlimited.","key":"count","value":"<number>"},{"description":"Should the result entries be older than the time specified. The default value is <code>false</code>.","key":"reversed","value":"false"},{"description":"Starting date and time. If missing, starts from 0 for direct order and current time for reversed order.","key":"startTime","value":"<number>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5e54d5f-2387-48be-9ac8-a040b82aa90a"}],"id":"1422eb84-4a8c-48d1-a1a3-0994f6836473","_postman_id":"1422eb84-4a8c-48d1-a1a3-0994f6836473","description":""},{"name":"kyc","item":[{"name":"get Kyc","id":"3fafd7e0-0007-42bc-927e-84c2610b7718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/kyc","description":"<p>Returns the KYC request message if the KYC process is in progress. Will result in an error otherwise.</p>\n","urlObject":{"path":["api","v1","user-registration","kyc"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e633bab6-b28c-42db-87f0-cb67a6a8cb34","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"modification_time\": \"<long>\",\n  \"operator_message\": \"<string>\",\n  \"status\": \"failed\"\n}"},{"id":"9ae1fda8-d3a8-4d69-b01f-cbcf9115e9a2","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"400829b5-7c27-4315-8910-317217a9247a","name":"if KYC process is not in progress.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4ba6dfbb-5dfb-49be-acc8-aa3ddd1e4679","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fafd7e0-0007-42bc-927e-84c2610b7718"},{"name":"send Kyc","id":"af3988fc-c7fe-4980-a477-565cb1d24d87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/kyc","description":"<p>Sends a request for the KYC process. Will result in an error if the KYC process is already in progress.</p>\n","urlObject":{"path":["api","v1","user-registration","kyc"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"19f93599-3de5-4f35-8a88-bf2e4bd62d8c","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/kyc"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"creation_time\": \"<long>\",\n  \"modification_time\": \"<long>\",\n  \"operator_message\": \"<string>\",\n  \"status\": \"failed\"\n}"},{"id":"37080213-08f8-44e9-af5e-35327d1a1b58","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cfb3660a-5d9a-4fe5-84ea-379c1b9b6b60","name":"if KYC process is already in progress.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"37ef0b98-b3a3-42e2-93fe-f0411b1f8881","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af3988fc-c7fe-4980-a477-565cb1d24d87"}],"id":"9b218213-80ca-4602-8328-987fa130430d","_postman_id":"9b218213-80ca-4602-8328-987fa130430d","description":""},{"name":"kyc-status","item":[{"name":"get Kyc Status","id":"17d74841-b9d3-4743-b3c0-738503e60b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/kyc-status","description":"<p>Returns the user's KYC status.</p>\n","urlObject":{"path":["api","v1","user-registration","kyc-status"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"da54078f-3044-45f8-9b02-2127933aaa8c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/kyc-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\"\n}"},{"id":"58f53f50-8e19-44f6-8baa-5cff9c4e0fdc","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc-status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"90b2680d-11aa-4b3e-a4eb-479e20fd1e55","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/kyc-status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17d74841-b9d3-4743-b3c0-738503e60b23"}],"id":"11cd16da-86aa-4755-a742-4c59afb1a222","_postman_id":"11cd16da-86aa-4755-a742-4c59afb1a222","description":""},{"name":"langs","item":[{"name":"get Languages","id":"25436021-94e4-449e-aa64-ebe60ec656b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/langs","description":"<p>Returns a list of languages for the application translates available for the user.</p>\n","urlObject":{"path":["api","v1","user-registration","langs"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"b225c9fa-cd75-419a-a53f-4d496006488f","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/langs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"code\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  {\n    \"code\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n]"},{"id":"ff7cbae7-339a-45fe-8066-dc7ba8bdce74","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/langs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f4fdd29a-c51a-4762-873a-3c34d1421a22","name":"if no translations are available for the user.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/langs"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58e14ad7-7791-407e-8ca9-000546619060","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/langs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25436021-94e4-449e-aa64-ebe60ec656b5"}],"id":"b8d632ad-81f8-4afb-b05d-ccfeb2574652","_postman_id":"b8d632ad-81f8-4afb-b05d-ccfeb2574652","description":""},{"name":"profile","item":[{"name":"get Profile","id":"0c21fd80-6030-4ea2-b1fa-0b8d4218a3bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/profile","description":"<p>Returns the user's profile.</p>\n","urlObject":{"path":["api","v1","user-registration","profile"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5bd7ce13-ff48-4a0d-a6a2-25d78e32c9f6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"custom_profile\": \"<string>\"\n}"},{"id":"9b210dec-cdfe-4086-aa2c-12a603f216bc","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c89503fd-6542-4bb5-9cff-3d0f0d828e96","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":"//api/v1/user-registration/profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c21fd80-6030-4ea2-b1fa-0b8d4218a3bb"},{"name":"change Profile","id":"14c28cd1-f036-467e-b211-b4e72f4c0b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_profile\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/user-registration/profile","description":"<p>Changes the user's profile.</p>\n","urlObject":{"path":["api","v1","user-registration","profile"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"da49ac42-55dc-4dd7-882c-1a793522281f","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_profile\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/user-registration/profile"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"custom_profile\": \"<string>\"\n}"},{"id":"1376a39b-d71c-4081-b8c7-93f6db72f384","name":"if sent bad request.","originalRequest":{"method":"PUT","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_profile\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/user-registration/profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6e6fb85d-0727-4c25-a4ef-f209682f30f4","name":"in case of server error.","originalRequest":{"method":"PUT","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_profile\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/user-registration/profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"14c28cd1-f036-467e-b211-b4e72f4c0b0a"}],"id":"a013d615-4dae-43aa-8117-b976be4a598e","_postman_id":"a013d615-4dae-43aa-8117-b976be4a598e","description":""},{"name":"translation","item":[{"name":"get Translation","id":"a30dc613-5741-4ea3-a63a-e6a098b5d8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/user-registration/translation?lang=<string>","description":"<p>Returns the application translation by the language code.</p>\n","urlObject":{"path":["api","v1","user-registration","translation"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Language code.</p>\n","type":"text/plain"},"key":"lang","value":"<string>"}],"variable":[]}},"response":[{"id":"51bfa4ab-14ae-4d27-b3f1-0c29af8c0b78","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/user-registration/translation?lang=<string>","host":["/"],"path":["api","v1","user-registration","translation"],"query":[{"description":"(Required) Language code.","key":"lang","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"6fd3744b-1c1b-4de0-ba07-139da240e6f7","name":"if sent bad request.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/user-registration/translation?lang=<string>","host":["/"],"path":["api","v1","user-registration","translation"],"query":[{"description":"(Required) Language code.","key":"lang","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a75dce63-fadd-4b34-8e03-fa96b3056425","name":"if no translation for this language is available.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/user-registration/translation?lang=<string>","host":["/"],"path":["api","v1","user-registration","translation"],"query":[{"description":"(Required) Language code.","key":"lang","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a732eadb-ec3f-4966-95d4-0ddedad1d8a3","name":"in case of server error.","originalRequest":{"method":"GET","header":[{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"}],"url":{"raw":"//api/v1/user-registration/translation?lang=<string>","host":["/"],"path":["api","v1","user-registration","translation"],"query":[{"description":"(Required) Language code.","key":"lang","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a30dc613-5741-4ea3-a63a-e6a098b5d8e0"}],"id":"930a1c69-b8ee-4977-8194-2658460878a3","_postman_id":"930a1c69-b8ee-4977-8194-2658460878a3","description":""}],"id":"271c60e7-aee7-4785-be36-3bdb1344eb5c","_postman_id":"271c60e7-aee7-4785-be36-3bdb1344eb5c","description":""}],"id":"eb6d722c-b813-4b35-8f3c-5f5753ac8830","_postman_id":"eb6d722c-b813-4b35-8f3c-5f5753ac8830","description":""},{"name":"v2","item":[{"name":"transactions","item":[{"name":"withdraw","item":[{"name":"withdraw2","id":"a696ab48-ba16-48cb-97f4-ad8ab3bf4b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Deltix-Nonce","value":"<number>","description":"<p>(Required) </p>\n"},{"key":"X-Deltix-User","value":"<string>","description":"<p>A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"withdrawal_token\": \"<string>\",\n  \"details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v2/transactions/withdraw","description":"<p>Initiates a withdrawal transaction.</p>\n","urlObject":{"path":["api","v2","transactions","withdraw"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f434d8f1-032d-41ca-82b4-43c0fc2472c1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"withdrawal_token\": \"<string>\",\n  \"details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v2/transactions/withdraw"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modification_time\": \"<long>\",\n  \"creation_time\": \"<long>\",\n  \"network\": \"<string>\",\n  \"address\": \"<string>\",\n  \"internal_transaction_id\": \"<string>\",\n  \"transaction_id\": \"<string>\",\n  \"confirmations\": \"<integer>\",\n  \"external_conversion_price\": {},\n  \"description\": \"<string>\",\n  \"currency_id\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"id\": \"<string>\",\n  \"amount\": {},\n  \"account_id\": \"<string>\",\n  \"status\": \"cancelled\",\n  \"post_balance\": {},\n  \"confirmations_needed\": \"<integer>\",\n  \"type\": \"debit\"\n}"},{"id":"434d9ec7-81db-4edf-ba24-f203085c2aaf","name":"if sent bad request.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"withdrawal_token\": \"<string>\",\n  \"details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v2/transactions/withdraw"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"09196114-eeba-42de-aad7-30ee4b9c63d5","name":"in case of server error.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"X-Deltix-Nonce","value":"<number>"},{"description":"A unique identifier of the linked user on behalf of which the request is being sent. Optional. If missing or equal to the identifier of the logged-in user, the request is sent on behalf of the logged-in user itself.","key":"X-Deltix-User","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": {},\n  \"currency_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"external_currency_id\": \"<string>\",\n  \"external_conversion_price\": {},\n  \"withdrawal_token\": \"<string>\",\n  \"details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v2/transactions/withdraw"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a696ab48-ba16-48cb-97f4-ad8ab3bf4b66"}],"id":"1afa5d76-3a30-4719-8874-8cdef2457c3d","_postman_id":"1afa5d76-3a30-4719-8874-8cdef2457c3d","description":""}],"id":"6b070bee-69e2-442c-93f2-b0504c386013","_postman_id":"6b070bee-69e2-442c-93f2-b0504c386013","description":""}],"id":"59cc1ee1-93f2-46d4-86ac-591fec6b344f","_postman_id":"59cc1ee1-93f2-46d4-86ac-591fec6b344f","description":""}],"id":"230d8d1c-1205-49d5-8c08-4a367bc2c763","_postman_id":"230d8d1c-1205-49d5-8c08-4a367bc2c763","description":""},{"name":"Push Notification API","item":[{"name":"notification","item":[{"name":"get All In Progress Notifications","id":"264c075f-6d6b-45a1-8327-3a65be082574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/notification","description":"<p>A request for retrieving all available web-push notifications.</p>\n","urlObject":{"path":["api","v1","notification"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"56965d99-39fd-44f4-9db6-d4d44b109687","name":"List of available notifications.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/notification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"message\": \"<string>\",\n    \"show_time\": \"<long>\",\n    \"end_time\": \"<long>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"message\": \"<string>\",\n    \"show_time\": \"<long>\",\n    \"end_time\": \"<long>\",\n    \"title\": \"<string>\"\n  }\n]"}],"_postman_id":"264c075f-6d6b-45a1-8327-3a65be082574"}],"id":"6abef622-4b24-4740-93e5-aff4850ed74c","_postman_id":"6abef622-4b24-4740-93e5-aff4850ed74c","description":""},{"name":"push","item":[{"name":"isSubscribed","item":[{"name":"is Subscribed","id":"275c207d-42d3-4f4c-96bb-5efc8cdb82f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/push/isSubscribed?endpoint=<string>","description":"<p>A request for web-push notifications subscription status.\nReturns true if the user is subscribed to notifications, false otherwise.</p>\n","urlObject":{"path":["api","v1","push","isSubscribed"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Subscription endpoint.</p>\n","type":"text/plain"},"key":"endpoint","value":"<string>"}],"variable":[]}},"response":[{"id":"d5b13668-6ecf-4e88-bd79-00b8021515d7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//api/v1/push/isSubscribed?endpoint=<string>","host":["/"],"path":["api","v1","push","isSubscribed"],"query":[{"description":"(Required) Subscription endpoint.","key":"endpoint","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<boolean>"}],"_postman_id":"275c207d-42d3-4f4c-96bb-5efc8cdb82f6"}],"id":"7e3cea6d-49a6-47bc-b8f3-8e75257c2d5c","_postman_id":"7e3cea6d-49a6-47bc-b8f3-8e75257c2d5c","description":""},{"name":"publicSigningKey","item":[{"name":"get Public Signature Key","id":"6b91dd70-b84b-4e3b-8855-0c5287567f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"//api/v1/push/publicSigningKey","description":"<p>Returns a public key of a pair used to sign jwt token.</p>\n","urlObject":{"path":["api","v1","push","publicSigningKey"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"17d6bfec-172c-4173-98d5-26e456cc7ff6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"//api/v1/push/publicSigningKey"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"6b91dd70-b84b-4e3b-8855-0c5287567f42"}],"id":"3ff616c2-6f82-4f5d-9e33-0cdd3b01cd2a","_postman_id":"3ff616c2-6f82-4f5d-9e33-0cdd3b01cd2a","description":""},{"name":"subscribe","item":[{"name":"subscribe","id":"8473ffba-e51f-4f65-8c7b-1d0be85073f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoint\": \"<string>\",\n  \"keys\": {\n    \"auth\": \"<string>\",\n    \"p256dh\": \"<string>\"\n  },\n  \"expiration_time\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/push/subscribe","description":"<p>A request for subscribing to web-push notifications.</p>\n","urlObject":{"path":["api","v1","push","subscribe"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"c485bedd-f0b4-44a7-b707-95dcbd683427","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoint\": \"<string>\",\n  \"keys\": {\n    \"auth\": \"<string>\",\n    \"p256dh\": \"<string>\"\n  },\n  \"expiration_time\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/push/subscribe"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8473ffba-e51f-4f65-8c7b-1d0be85073f9"}],"id":"d97e9ebb-1a8e-4470-b32b-a29a703132ba","_postman_id":"d97e9ebb-1a8e-4470-b32b-a29a703132ba","description":""},{"name":"unsubscribe","item":[{"name":"unsubscribe","id":"f2914f65-791a-4267-9bbc-f00b701d10d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoint\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/push/unsubscribe","description":"<p>A request for unsubscribing from web-push notifications.</p>\n","urlObject":{"path":["api","v1","push","unsubscribe"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"53b8e61f-1e14-49d0-bcbf-9d1130350344","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoint\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/push/unsubscribe"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2914f65-791a-4267-9bbc-f00b701d10d7"}],"id":"1d4e81b1-ff99-434d-ba74-10fd3c7ca8a8","_postman_id":"1d4e81b1-ff99-434d-ba74-10fd3c7ca8a8","description":""}],"id":"6dff4d93-6c43-4dfd-8f34-537c6901b76d","_postman_id":"6dff4d93-6c43-4dfd-8f34-537c6901b76d","description":""}],"id":"1734e00a-cee4-452a-a276-7fee9e9c2390","_postman_id":"1734e00a-cee4-452a-a276-7fee9e9c2390","description":""}],"variable":[{"key":"baseUrl","value":"/"}]}