{
	"info": {
		"_postman_id": "2dede689-9cba-4e51-bca9-8e678ee6374b",
		"name": "Price Feed API",
		"description": "Welcome to the Price feed api. This api helps our clients to access real time price data for all instruments available for trading.\n\nContact Support:\n Email: devcenter@koala.markets",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "48392287"
	},
	"item": [
		{
			"name": "api",
			"item": [
				{
					"name": "quote",
					"item": [
						{
							"name": "{isinCode}",
							"item": [
								{
									"name": "history",
									"item": [
										{
											"name": "Get quote history of the instrument specified by ISIN",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode",
														"history"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "dateBegin",
															"value": "<string>",
															"description": "Begin date-time of queried range."
														},
														{
															"key": "dateEnd",
															"value": "<string>",
															"description": "End date-time of queried range."
														}
													],
													"variable": [
														{
															"key": "isinCode",
															"value": "UXFWMPT4V07-5",
															"description": "(Required) ISIN of the financial instrument"
														}
													]
												},
												"description": "**REMARK: This service can be called at most 15 times every 60 seconds.**"
											},
											"response": [
												{
													"name": "Successfully retrieved list",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"quote",
																":isinCode",
																"history"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "[\n  {\n    \"ask\": \"<number>\",\n    \"askVolume\": \"<integer>\",\n    \"bid\": \"<number>\",\n    \"bidVolume\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"isinCode\": \"<string>\",\n    \"provider\": \"ICF\",\n    \"status\": \"MarketClosed\"\n  },\n  {\n    \"ask\": \"<number>\",\n    \"askVolume\": \"<integer>\",\n    \"bid\": \"<number>\",\n    \"bidVolume\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"isinCode\": \"<string>\",\n    \"provider\": \"ICF\",\n    \"status\": \"TradingHalted\"\n  }\n]"
												},
												{
													"name": "Bad request",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"quote",
																":isinCode",
																"history"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "You are not authorized to view the resource",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"quote",
																":isinCode",
																"history"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Unauthorized",
													"code": 401,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Accessing the resource you were trying to reach is forbidden",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"quote",
																":isinCode",
																"history"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Forbidden",
													"code": 403,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "The resource you were trying to reach is not found",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"quote",
																":isinCode",
																"history"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Payload size exceed the maximum defined size",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"quote",
																":isinCode",
																"history"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Request Entity Too Large",
													"code": 413,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Too many requests",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/quote/:isinCode/history?provider=ICF&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"quote",
																":isinCode",
																"history"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Too Many Requests",
													"code": 429,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												}
											]
										}
									]
								},
								{
									"name": "Get quote of the instrument specified by ISIN",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote",
												":isinCode"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "checkDbWhenNeeded",
													"value": "<boolean>",
													"description": "Whether check DB when needed."
												}
											],
											"variable": [
												{
													"key": "isinCode",
													"value": "UXFWMPT4V07-5",
													"description": "(Required) ISIN of the financial instrument"
												}
											]
										}
									},
									"response": [
										{
											"name": "Successfully retrieved.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "checkDbWhenNeeded",
															"value": "<boolean>",
															"description": "Whether check DB when needed."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"ask\": \"<number>\",\n  \"askVolume\": \"<integer>\",\n  \"bid\": \"<number>\",\n  \"bidVolume\": \"<integer>\",\n  \"dateTime\": \"<dateTime>\",\n  \"isinCode\": \"<string>\",\n  \"provider\": \"ICF\",\n  \"status\": \"TradingHalted\"\n}"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "checkDbWhenNeeded",
															"value": "<boolean>",
															"description": "Whether check DB when needed."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "checkDbWhenNeeded",
															"value": "<boolean>",
															"description": "Whether check DB when needed."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "checkDbWhenNeeded",
															"value": "<boolean>",
															"description": "Whether check DB when needed."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "checkDbWhenNeeded",
															"value": "<boolean>",
															"description": "Whether check DB when needed."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "checkDbWhenNeeded",
															"value": "<boolean>",
															"description": "Whether check DB when needed."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Too many requests",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/:isinCode?provider=ICF&checkDbWhenNeeded=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "checkDbWhenNeeded",
															"value": "<boolean>",
															"description": "Whether check DB when needed."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Too Many Requests",
											"code": 429,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "paginated",
							"item": [
								{
									"name": "Get paginated price quotes",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote/paginated?provider=Optional[ICF]&securityType=Stocks&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote",
												"paginated"
											],
											"query": [
												{
													"key": "provider",
													"value": "Optional[ICF]",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "(Required) Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"response": [
										{
											"name": "Successfully retrieved list",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/paginated?provider=Optional[ICF]&securityType=Stocks&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"paginated"
													],
													"query": [
														{
															"key": "provider",
															"value": "Optional[ICF]",
															"description": "Trade provider."
														},
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "Financial instrument type (security type)."
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"data\": [],\n  \"pageNumber\": \"<integer>\",\n  \"recordsPerPage\": \"<integer>\",\n  \"totalRecordCount\": \"<integer>\",\n  \"lastPage\": \"<boolean>\"\n}"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/paginated?provider=Optional[ICF]&securityType=Stocks&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"paginated"
													],
													"query": [
														{
															"key": "provider",
															"value": "Optional[ICF]",
															"description": "Trade provider."
														},
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "Financial instrument type (security type)."
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/paginated?provider=Optional[ICF]&securityType=Stocks&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"paginated"
													],
													"query": [
														{
															"key": "provider",
															"value": "Optional[ICF]",
															"description": "Trade provider."
														},
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "Financial instrument type (security type)."
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/paginated?provider=Optional[ICF]&securityType=Stocks&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"paginated"
													],
													"query": [
														{
															"key": "provider",
															"value": "Optional[ICF]",
															"description": "Trade provider."
														},
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "Financial instrument type (security type)."
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/paginated?provider=Optional[ICF]&securityType=Stocks&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"paginated"
													],
													"query": [
														{
															"key": "provider",
															"value": "Optional[ICF]",
															"description": "Trade provider."
														},
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "Financial instrument type (security type)."
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/paginated?provider=Optional[ICF]&securityType=Stocks&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"paginated"
													],
													"query": [
														{
															"key": "provider",
															"value": "Optional[ICF]",
															"description": "Trade provider."
														},
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "Financial instrument type (security type)."
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "endOfDayPrice",
							"item": [
								{
									"name": "Get end of day price of isins",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&isins=<string>&pageNumber=1&recordsPerPage=100",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote",
												"endOfDayPrice"
											],
											"query": [
												{
													"key": "tradeProvider",
													"value": "ICF"
												},
												{
													"key": "date",
													"value": "5980-2-225",
													"description": "(Required) "
												},
												{
													"key": "isins",
													"value": "<string>"
												},
												{
													"key": "isins",
													"value": "<string>"
												},
												{
													"key": "pageNumber",
													"value": "1",
													"description": "In paged result, what is the page number to request"
												},
												{
													"key": "recordsPerPage",
													"value": "100",
													"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
												}
											]
										},
										"description": "**REMARK: This service can be called at most 30 times every 30 seconds.**"
									},
									"response": [
										{
											"name": "Successfully retrieved list",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "[\n  {\n    \"isinCode\": \"<string>\",\n    \"price\": \"<number>\"\n  },\n  {\n    \"isinCode\": \"<string>\",\n    \"price\": \"<number>\"\n  }\n]"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Too many requests",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "Too Many Requests",
											"code": 429,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Given trade provider is not implemented yet.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/quote/endOfDayPrice?tradeProvider=ICF&date=5980-2-225&isins=<string>&pageNumber=1&recordsPerPage=100",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"quote",
														"endOfDayPrice"
													],
													"query": [
														{
															"key": "tradeProvider",
															"value": "ICF"
														},
														{
															"key": "date",
															"value": "5980-2-225",
															"description": "(Required) "
														},
														{
															"key": "isins",
															"value": "<string>"
														},
														{
															"key": "pageNumber",
															"value": "1",
															"description": "In paged result, what is the page number to request"
														},
														{
															"key": "recordsPerPage",
															"value": "100",
															"description": "In paged result, how many items to be in the result at max. Maximum value is 1000."
														}
													]
												}
											},
											"status": "Not Implemented",
											"code": 501,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "Get price quotes",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"quote"
									],
									"query": [
										{
											"key": "provider",
											"value": "ICF",
											"description": "Trade provider."
										},
										{
											"key": "securityType",
											"value": "Stocks",
											"description": "Financial instrument type (security type)."
										},
										{
											"key": "lastTimeStamp",
											"value": "<long>",
											"description": "Last date-time as epoch."
										}
									]
								},
								"description": "**REMARK: This service can be called at most 2 times every 30 seconds when in full snapshot mode that is when request is without *'lastTimeStamp'* field.**"
							},
							"response": [
								{
									"name": "Successfully retrieved list",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "lastTimeStamp",
													"value": "<long>",
													"description": "Last date-time as epoch."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"quotes\": [\n    {\n      \"ask\": \"<number>\",\n      \"askVolume\": \"<integer>\",\n      \"bid\": \"<number>\",\n      \"bidVolume\": \"<integer>\",\n      \"dateTime\": \"<dateTime>\",\n      \"isinCode\": \"<string>\",\n      \"provider\": \"ICF\",\n      \"status\": \"NoQuotes\"\n    },\n    {\n      \"ask\": \"<number>\",\n      \"askVolume\": \"<integer>\",\n      \"bid\": \"<number>\",\n      \"bidVolume\": \"<integer>\",\n      \"dateTime\": \"<dateTime>\",\n      \"isinCode\": \"<string>\",\n      \"provider\": \"ICF\",\n      \"status\": \"Trading\"\n    }\n  ],\n  \"timeStamp\": \"<long>\"\n}"
								},
								{
									"name": "Bad request",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "lastTimeStamp",
													"value": "<long>",
													"description": "Last date-time as epoch."
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "You are not authorized to view the resource",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "lastTimeStamp",
													"value": "<long>",
													"description": "Last date-time as epoch."
												}
											]
										}
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Accessing the resource you were trying to reach is forbidden",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "lastTimeStamp",
													"value": "<long>",
													"description": "Last date-time as epoch."
												}
											]
										}
									},
									"status": "Forbidden",
									"code": 403,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "The resource you were trying to reach is not found",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "lastTimeStamp",
													"value": "<long>",
													"description": "Last date-time as epoch."
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Payload size exceed the maximum defined size",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "lastTimeStamp",
													"value": "<long>",
													"description": "Last date-time as epoch."
												}
											]
										}
									},
									"status": "Request Entity Too Large",
									"code": 413,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Too many requests",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/quote?provider=ICF&securityType=Stocks&lastTimeStamp=<long>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"quote"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (security type)."
												},
												{
													"key": "lastTimeStamp",
													"value": "<long>",
													"description": "Last date-time as epoch."
												}
											]
										}
									},
									"status": "Too Many Requests",
									"code": 429,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "market",
					"item": [
						{
							"name": "{mic}",
							"item": [
								{
									"name": "marketWorkingDays",
									"item": [
										{
											"name": "Get market working days for corresponding MIC code",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"market",
														":mic",
														"marketWorkingDays"
													],
													"variable": [
														{
															"key": "mic",
															"value": "<string>",
															"description": "(Required) Market identifier code"
														}
													]
												}
											},
											"response": [
												{
													"name": "Successfully retrieved list",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketWorkingDays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "[\n  {\n    \"dayOfWeek\": \"<integer>\",\n    \"endHour\": \"<integer>\",\n    \"endMinute\": \"<integer>\",\n    \"endSecond\": \"<integer>\",\n    \"mic\": \"<string>\",\n    \"startHour\": \"<integer>\",\n    \"startMinute\": \"<integer>\",\n    \"startSecond\": \"<integer>\",\n    \"timeZone\": \"<string>\"\n  },\n  {\n    \"dayOfWeek\": \"<integer>\",\n    \"endHour\": \"<integer>\",\n    \"endMinute\": \"<integer>\",\n    \"endSecond\": \"<integer>\",\n    \"mic\": \"<string>\",\n    \"startHour\": \"<integer>\",\n    \"startMinute\": \"<integer>\",\n    \"startSecond\": \"<integer>\",\n    \"timeZone\": \"<string>\"\n  }\n]"
												},
												{
													"name": "Bad request",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketWorkingDays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "You are not authorized to view the resource",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketWorkingDays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Unauthorized",
													"code": 401,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Accessing the resource you were trying to reach is forbidden",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketWorkingDays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Forbidden",
													"code": 403,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "The resource you were trying to reach is not found",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketWorkingDays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Payload size exceed the maximum defined size",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketWorkingDays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Request Entity Too Large",
													"code": 413,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Too many requests",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketWorkingDays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketWorkingDays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Too Many Requests",
													"code": 429,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												}
											]
										}
									]
								},
								{
									"name": "marketHolidays",
									"item": [
										{
											"name": "Get market holidays for corresponding MIC code",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"market",
														":mic",
														"marketHolidays"
													],
													"variable": [
														{
															"key": "mic",
															"value": "<string>",
															"description": "(Required) Market identifier code"
														}
													]
												}
											},
											"response": [
												{
													"name": "Successfully retrieved list",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketHolidays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "[\n  {\n    \"date\": \"<string>\",\n    \"endHour\": \"<integer>\",\n    \"endMinute\": \"<integer>\",\n    \"endSecond\": \"<integer>\",\n    \"holidayName\": \"<string>\",\n    \"mic\": \"<string>\",\n    \"startHour\": \"<integer>\",\n    \"startMinute\": \"<integer>\",\n    \"startSecond\": \"<integer>\",\n    \"timeZone\": \"<string>\"\n  },\n  {\n    \"date\": \"<string>\",\n    \"endHour\": \"<integer>\",\n    \"endMinute\": \"<integer>\",\n    \"endSecond\": \"<integer>\",\n    \"holidayName\": \"<string>\",\n    \"mic\": \"<string>\",\n    \"startHour\": \"<integer>\",\n    \"startMinute\": \"<integer>\",\n    \"startSecond\": \"<integer>\",\n    \"timeZone\": \"<string>\"\n  }\n]"
												},
												{
													"name": "Bad request",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketHolidays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "You are not authorized to view the resource",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketHolidays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Unauthorized",
													"code": 401,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Accessing the resource you were trying to reach is forbidden",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketHolidays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Forbidden",
													"code": 403,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "The resource you were trying to reach is not found",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketHolidays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Payload size exceed the maximum defined size",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketHolidays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Request Entity Too Large",
													"code": 413,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Too many requests",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/marketHolidays",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"marketHolidays"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Too Many Requests",
													"code": 429,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												}
											]
										}
									]
								},
								{
									"name": "isMarketOpen",
									"item": [
										{
											"name": "Get information on whether market is open now for corresponding MIC code",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"market",
														":mic",
														"isMarketOpen"
													],
													"variable": [
														{
															"key": "mic",
															"value": "<string>",
															"description": "(Required) Market identifier code"
														}
													]
												}
											},
											"response": [
												{
													"name": "Successfully retrieved value",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"isMarketOpen"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"marketOpened\": \"<boolean>\",\n  \"nextRefreshInSeconds\": \"<integer>\"\n}"
												},
												{
													"name": "Bad request",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"isMarketOpen"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "You are not authorized to view the resource",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"isMarketOpen"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Unauthorized",
													"code": 401,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Accessing the resource you were trying to reach is forbidden",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"isMarketOpen"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Forbidden",
													"code": 403,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "The resource you were trying to reach is not found",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"isMarketOpen"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Payload size exceed the maximum defined size",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"isMarketOpen"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Request Entity Too Large",
													"code": 413,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Too many requests",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/market/:mic/isMarketOpen",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"market",
																":mic",
																"isMarketOpen"
															],
															"variable": [
																{
																	"key": "mic"
																}
															]
														}
													},
													"status": "Too Many Requests",
													"code": 429,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												}
											]
										}
									]
								}
							]
						},
						{
							"name": "Get list of all supported MIC codes by provider",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/api/market?provider=ICF",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"market"
									],
									"query": [
										{
											"key": "provider",
											"value": "ICF",
											"description": "Trade provider."
										}
									]
								}
							},
							"response": [
								{
									"name": "Successfully retrieved list",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/market?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"market"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "[\n  \"<string>\",\n  \"<string>\"\n]"
								},
								{
									"name": "Bad request",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/market?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"market"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "You are not authorized to view the resource",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/market?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"market"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Accessing the resource you were trying to reach is forbidden",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/market?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"market"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"status": "Forbidden",
									"code": 403,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "The resource you were trying to reach is not found",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/market?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"market"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Payload size exceed the maximum defined size",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/market?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"market"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"status": "Request Entity Too Large",
									"code": 413,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Too many requests",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/market?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"market"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"status": "Too Many Requests",
									"code": 429,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "instrument",
					"item": [
						{
							"name": "{isinCode}",
							"item": [
								{
									"name": "Get instrument definition specified by ISIN",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument",
												":isinCode"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											],
											"variable": [
												{
													"key": "isinCode",
													"value": "UI-OEUSDM9G4",
													"description": "(Required) ISIN of the financial instrument"
												}
											]
										}
									},
									"response": [
										{
											"name": "Successfully retrieved.",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"currency\": \"<string>\",\n  \"isinCode\": \"<string>\",\n  \"name\": \"<string>\",\n  \"provider\": \"ICF\",\n  \"shortCode\": \"<string>\",\n  \"id\": \"<string>\",\n  \"homeMarket\": \"<string>\",\n  \"type\": \"Index\",\n  \"market\": \"<string>\",\n  \"wkn\": \"<string>\",\n  \"alpha3CountryCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mic\": \"<string>\",\n  \"lei\": \"<string>\",\n  \"cfiCode\": \"<string>\",\n  \"key\": \"<string>\"\n}"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Too many requests",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/:isinCode?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Too Many Requests",
											"code": 429,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "tradeableInstruments",
							"item": [
								{
									"name": "List of tradeable instruments",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument",
												"tradeableInstruments"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "(Required) Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "(Required) Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"response": [
										{
											"name": "Successfully retrieved list",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"tradeableInstruments"
													],
													"query": [
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "(Required) Financial instrument type (Security type)"
														},
														{
															"key": "provider",
															"value": "AllFunds",
															"description": "Trade provider"
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"data\": [],\n  \"pageNumber\": \"<integer>\",\n  \"recordsPerPage\": \"<integer>\",\n  \"totalRecordCount\": \"<integer>\",\n  \"lastPage\": \"<boolean>\"\n}"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"tradeableInstruments"
													],
													"query": [
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "(Required) Financial instrument type (Security type)"
														},
														{
															"key": "provider",
															"value": "AllFunds",
															"description": "Trade provider"
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"tradeableInstruments"
													],
													"query": [
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "(Required) Financial instrument type (Security type)"
														},
														{
															"key": "provider",
															"value": "AllFunds",
															"description": "Trade provider"
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"tradeableInstruments"
													],
													"query": [
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "(Required) Financial instrument type (Security type)"
														},
														{
															"key": "provider",
															"value": "AllFunds",
															"description": "Trade provider"
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"tradeableInstruments"
													],
													"query": [
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "(Required) Financial instrument type (Security type)"
														},
														{
															"key": "provider",
															"value": "AllFunds",
															"description": "Trade provider"
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"tradeableInstruments"
													],
													"query": [
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "(Required) Financial instrument type (Security type)"
														},
														{
															"key": "provider",
															"value": "AllFunds",
															"description": "Trade provider"
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Too many requests",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/tradeableInstruments?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"tradeableInstruments"
													],
													"query": [
														{
															"key": "securityType",
															"value": "Stocks",
															"description": "(Required) Financial instrument type (Security type)"
														},
														{
															"key": "provider",
															"value": "AllFunds",
															"description": "Trade provider"
														},
														{
															"key": "page",
															"value": "<integer>",
															"description": "(Required) Page number"
														},
														{
															"key": "recordsPerPage",
															"value": "<integer>",
															"description": "Records per page"
														}
													]
												}
											},
											"status": "Too Many Requests",
											"code": 429,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "supportedSecurityTypes",
							"item": [
								{
									"name": "List of supported security types",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument",
												"supportedSecurityTypes"
											]
										}
									},
									"response": [
										{
											"name": "Successfully retrieved list",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"supportedSecurityTypes"
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "[\n  \"Bonds\",\n  \"Fonds\"\n]"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"supportedSecurityTypes"
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"supportedSecurityTypes"
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"supportedSecurityTypes"
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"supportedSecurityTypes"
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"supportedSecurityTypes"
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Too many requests",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/supportedSecurityTypes",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"supportedSecurityTypes"
													]
												}
											},
											"status": "Too Many Requests",
											"code": 429,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "instrumentBasedOrderParameters",
							"item": [
								{
									"name": "Get list of instruments with fractional/money/block order support info",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument",
												"instrumentBasedOrderParameters"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												}
											]
										}
									},
									"response": [
										{
											"name": "Successfully retrieved list",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"instrumentBasedOrderParameters"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "[\n  {\n    \"blockOrderMinAmount\": \"<number>\",\n    \"blockOrderMinQuantity\": \"<number>\",\n    \"fractionalOrderMinAmount\": \"<number>\",\n    \"fractionalOrderMinQuantity\": \"<number>\",\n    \"maxQuantityPerOrderBlock\": \"<integer>\",\n    \"peaMaxQuantity\": \"<number>\",\n    \"sellAllowedOnly\": \"<boolean>\",\n    \"tenantId\": \"<string>\",\n    \"tradeAllowed\": \"<boolean>\",\n    \"provider\": \"<string>\",\n    \"isinCode\": \"<string>\",\n    \"shortCode\": \"<string>\",\n    \"instrumentName\": \"<string>\",\n    \"instrumentType\": \"<string>\",\n    \"fractionalOrdersAllowed\": \"<boolean>\",\n    \"moneyOrdersAllowed\": \"<boolean>\",\n    \"blockOrdersAllowed\": \"<boolean>\",\n    \"createdDate\": \"<dateTime>\",\n    \"createdUserId\": \"<string>\",\n    \"updatedDate\": \"<dateTime>\",\n    \"updatedUserId\": \"<string>\"\n  },\n  {\n    \"blockOrderMinAmount\": \"<number>\",\n    \"blockOrderMinQuantity\": \"<number>\",\n    \"fractionalOrderMinAmount\": \"<number>\",\n    \"fractionalOrderMinQuantity\": \"<number>\",\n    \"maxQuantityPerOrderBlock\": \"<integer>\",\n    \"peaMaxQuantity\": \"<number>\",\n    \"sellAllowedOnly\": \"<boolean>\",\n    \"tenantId\": \"<string>\",\n    \"tradeAllowed\": \"<boolean>\",\n    \"provider\": \"<string>\",\n    \"isinCode\": \"<string>\",\n    \"shortCode\": \"<string>\",\n    \"instrumentName\": \"<string>\",\n    \"instrumentType\": \"<string>\",\n    \"fractionalOrdersAllowed\": \"<boolean>\",\n    \"moneyOrdersAllowed\": \"<boolean>\",\n    \"blockOrdersAllowed\": \"<boolean>\",\n    \"createdDate\": \"<dateTime>\",\n    \"createdUserId\": \"<string>\",\n    \"updatedDate\": \"<dateTime>\",\n    \"updatedUserId\": \"<string>\"\n  }\n]"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"instrumentBasedOrderParameters"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"instrumentBasedOrderParameters"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"instrumentBasedOrderParameters"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"instrumentBasedOrderParameters"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"instrumentBasedOrderParameters"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Too many requests",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/instrument/instrumentBasedOrderParameters?provider=ICF",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"instrument",
														"instrumentBasedOrderParameters"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														}
													]
												}
											},
											"status": "Too Many Requests",
											"code": 429,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "List of instruments",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"instrument"
									],
									"query": [
										{
											"key": "securityType",
											"value": "Stocks",
											"description": "Financial instrument type (Security type)"
										},
										{
											"key": "provider",
											"value": "AllFunds",
											"description": "Trade provider"
										},
										{
											"key": "page",
											"value": "<integer>",
											"description": "Page number"
										},
										{
											"key": "recordsPerPage",
											"value": "<integer>",
											"description": "Records per page"
										}
									]
								}
							},
							"response": [
								{
									"name": "Successfully retrieved list",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"data\": [],\n  \"pageNumber\": \"<integer>\",\n  \"recordsPerPage\": \"<integer>\",\n  \"totalRecordCount\": \"<integer>\",\n  \"lastPage\": \"<boolean>\"\n}"
								},
								{
									"name": "Bad request",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "You are not authorized to view the resource",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Accessing the resource you were trying to reach is forbidden",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"status": "Forbidden",
									"code": 403,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "The resource you were trying to reach is not found",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Payload size exceed the maximum defined size",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"status": "Request Entity Too Large",
									"code": 413,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								},
								{
									"name": "Too many requests",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "*/*"
											},
											{
												"key": "Authorization",
												"value": "Bearer <token>",
												"description": "Added as a part of security scheme: bearer"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/instrument?securityType=Stocks&provider=AllFunds&page=<integer>&recordsPerPage=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"instrument"
											],
											"query": [
												{
													"key": "securityType",
													"value": "Stocks",
													"description": "Financial instrument type (Security type)"
												},
												{
													"key": "provider",
													"value": "AllFunds",
													"description": "Trade provider"
												},
												{
													"key": "page",
													"value": "<integer>",
													"description": "Page number"
												},
												{
													"key": "recordsPerPage",
													"value": "<integer>",
													"description": "Records per page"
												}
											]
										}
									},
									"status": "Too Many Requests",
									"code": 429,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "*/*"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "candlestick",
					"item": [
						{
							"name": "{isinCode}",
							"item": [
								{
									"name": "customDateRangeAndResolution",
									"item": [
										{
											"name": "List of candlestick price data of the ISIN by custom date range and resolution",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode",
														"customDateRangeAndResolution"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "resolution",
															"value": "oneWeek",
															"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
														},
														{
															"key": "dateBegin",
															"value": "<string>",
															"description": "Begin date-time of queried range."
														},
														{
															"key": "dateEnd",
															"value": "<string>",
															"description": "End date-time of queried range."
														}
													],
													"variable": [
														{
															"key": "isinCode",
															"value": "UI-OEUSDM9G4",
															"description": "(Required) ISIN of the financial instrument"
														}
													]
												}
											},
											"response": [
												{
													"name": "Successfully retrieved.",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"candlestick",
																":isinCode",
																"customDateRangeAndResolution"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "resolution",
																	"value": "oneWeek",
																	"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"closingPrices\": [\n    \"<number>\",\n    \"<number>\"\n  ],\n  \"highestPrices\": [\n    \"<number>\",\n    \"<number>\"\n  ],\n  \"lowestPrices\": [\n    \"<number>\",\n    \"<number>\"\n  ],\n  \"openingPrices\": [\n    \"<number>\",\n    \"<number>\"\n  ],\n  \"timeStamps\": [\n    \"<long>\",\n    \"<long>\"\n  ],\n  \"volumes\": [\n    \"<long>\",\n    \"<long>\"\n  ]\n}"
												},
												{
													"name": "Bad request",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"candlestick",
																":isinCode",
																"customDateRangeAndResolution"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "resolution",
																	"value": "oneWeek",
																	"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "You are not authorized to view the resource",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"candlestick",
																":isinCode",
																"customDateRangeAndResolution"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "resolution",
																	"value": "oneWeek",
																	"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Unauthorized",
													"code": 401,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Accessing the resource you were trying to reach is forbidden",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"candlestick",
																":isinCode",
																"customDateRangeAndResolution"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "resolution",
																	"value": "oneWeek",
																	"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Forbidden",
													"code": 403,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "The resource you were trying to reach is not found",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"candlestick",
																":isinCode",
																"customDateRangeAndResolution"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "resolution",
																	"value": "oneWeek",
																	"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Payload size exceed the maximum defined size",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"candlestick",
																":isinCode",
																"customDateRangeAndResolution"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "resolution",
																	"value": "oneWeek",
																	"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Request Entity Too Large",
													"code": 413,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												},
												{
													"name": "Too many requests",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															},
															{
																"key": "Authorization",
																"value": "Bearer <token>",
																"description": "Added as a part of security scheme: bearer"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/candlestick/:isinCode/customDateRangeAndResolution?provider=ICF&resolution=oneWeek&dateBegin=<string>&dateEnd=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"candlestick",
																":isinCode",
																"customDateRangeAndResolution"
															],
															"query": [
																{
																	"key": "provider",
																	"value": "ICF",
																	"description": "Trade provider."
																},
																{
																	"key": "resolution",
																	"value": "oneWeek",
																	"description": "Resolution of candlestick data. 1 minute, 1 hour, 4 hours, 1 day, 1 week, 1 month, etc"
																},
																{
																	"key": "dateBegin",
																	"value": "<string>",
																	"description": "Begin date-time of queried range."
																},
																{
																	"key": "dateEnd",
																	"value": "<string>",
																	"description": "End date-time of queried range."
																}
															],
															"variable": [
																{
																	"key": "isinCode"
																}
															]
														}
													},
													"status": "Too Many Requests",
													"code": 429,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
												}
											]
										}
									]
								},
								{
									"name": "List of candlestick price data of the ISIN",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"candlestick",
												":isinCode"
											],
											"query": [
												{
													"key": "provider",
													"value": "ICF",
													"description": "Trade provider."
												},
												{
													"key": "range",
													"value": "d1",
													"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
												}
											],
											"variable": [
												{
													"key": "isinCode",
													"value": "UI-OEUSDM9G4",
													"description": "(Required) ISIN of the financial instrument"
												}
											]
										}
									},
									"response": [
										{
											"name": "Successfully retrieved list",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "range",
															"value": "d1",
															"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "[\n  {\n    \"cl\": \"<number>\",\n    \"dt\": \"<string>\",\n    \"hi\": \"<number>\",\n    \"lo\": \"<number>\",\n    \"op\": \"<number>\",\n    \"vol\": \"<integer>\"\n  },\n  {\n    \"cl\": \"<number>\",\n    \"dt\": \"<string>\",\n    \"hi\": \"<number>\",\n    \"lo\": \"<number>\",\n    \"op\": \"<number>\",\n    \"vol\": \"<integer>\"\n  }\n]"
										},
										{
											"name": "Bad request",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "range",
															"value": "d1",
															"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "You are not authorized to view the resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "range",
															"value": "d1",
															"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Accessing the resource you were trying to reach is forbidden",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "range",
															"value": "d1",
															"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "The resource you were trying to reach is not found",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "range",
															"value": "d1",
															"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Not Found",
											"code": 404,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Payload size exceed the maximum defined size",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "range",
															"value": "d1",
															"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Request Entity Too Large",
											"code": 413,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										},
										{
											"name": "Too many requests",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													},
													{
														"key": "Authorization",
														"value": "Bearer <token>",
														"description": "Added as a part of security scheme: bearer"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/candlestick/:isinCode?provider=ICF&range=d1",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"candlestick",
														":isinCode"
													],
													"query": [
														{
															"key": "provider",
															"value": "ICF",
															"description": "Trade provider."
														},
														{
															"key": "range",
															"value": "d1",
															"description": "(Required) Range of candlestick data. 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, 5 year, etc."
														}
													],
													"variable": [
														{
															"key": "isinCode"
														}
													]
												}
											},
											"status": "Too Many Requests",
											"code": 429,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "*/*"
												}
											],
											"cookie": [],
											"body": "{\n  \"status\": \"500 INTERNAL_SERVER_ERROR\",\n  \"timestamp\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\",\n  \"exception\": \"<string>\"\n}"
										}
									]
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{bearerToken}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://pricewsapi-test.koala.markets"
		},
		{
			"key": "bearerToken",
			"value": "",
			"type": "string"
		}
	]
}