{
	"info": {
		"_postman_id": "a8f36338-13d2-47a5-be68-393f6ed396b6",
		"name": "Codono Exchange",
		"description": "Quick Codono API's",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "2494346"
	},
	"item": [
		{
			"name": "Login",
			"item": [
				{
					"name": "chkUser",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "amber",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/chkUser",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"chkUser"
							]
						}
					},
					"response": []
				},
				{
					"name": "login",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "amber",
									"description": "email,username,cellphone",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"description": "password",
									"type": "text"
								},
								{
									"key": "gacode",
									"value": "972802",
									"description": "Send Ga code if any or leave blank",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/login",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"login"
							]
						}
					},
					"response": [
						{
							"name": "login",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "username",
											"value": "123456789",
											"description": "email,username,cellphone",
											"type": "text"
										},
										{
											"key": "password",
											"value": "password",
											"description": "password",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Login/submit",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Login",
										"submit"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "close",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-type",
									"value": "application/json",
									"name": "Content-type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 27 Aug 2018 21:51:55 +0800",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Host",
									"value": "localhost:2005",
									"name": "Host",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.1.9",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "localhost",
									"path": "/",
									"secure": false,
									"value": "o3s13mv8btgua61f48l772kh8h",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"ID\":\"30\",\"TOKEN\":\"0922d72c312539b0a522ac572c283550\",\"msg\":\"login successful!\"}}"
						}
					]
				},
				{
					"name": "submit",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/x-www-form-urlencoded",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\": \"amber\",\r\n    \"password\": \"password\"\r\n}"
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/submit",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"submit"
							]
						}
					},
					"response": [
						{
							"name": "login",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "username",
											"value": "123456789",
											"description": "email,username,cellphone",
											"type": "text"
										},
										{
											"key": "password",
											"value": "password",
											"description": "password",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Login/submit",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Login",
										"submit"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "close",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-type",
									"value": "application/json",
									"name": "Content-type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 27 Aug 2018 21:51:55 +0800",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Host",
									"value": "localhost:2005",
									"name": "Host",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.1.9",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "localhost",
									"path": "/",
									"secure": false,
									"value": "o3s13mv8btgua61f48l772kh8h",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"ID\":\"30\",\"TOKEN\":\"0922d72c312539b0a522ac572c283550\",\"msg\":\"login successful!\"}}"
						}
					]
				},
				{
					"name": "check2fa",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "ga",
									"value": "018454",
									"description": "Enter 2fa from Google Authenticator",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/check2fa",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"check2fa"
							]
						}
					},
					"response": [
						{
							"name": "login",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "username",
											"value": "123456789",
											"description": "email,username,cellphone",
											"type": "text"
										},
										{
											"key": "password",
											"value": "password",
											"description": "password",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Login/submit",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Login",
										"submit"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "close",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-type",
									"value": "application/json",
									"name": "Content-type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 27 Aug 2018 21:51:55 +0800",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Host",
									"value": "localhost:2005",
									"name": "Host",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.1.9",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "localhost",
									"path": "/",
									"secure": false,
									"value": "o3s13mv8btgua61f48l772kh8h",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"ID\":\"30\",\"TOKEN\":\"0922d72c312539b0a522ac572c283550\",\"msg\":\"login successful!\"}}"
						}
					]
				},
				{
					"name": "emailcode",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/x-www-form-urlencoded",
								"type": "text",
								"disabled": true
							},
							{
								"key": "content",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\"email\":\"turndealer@gmail.com\"}"
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/emailcode",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"emailcode"
							]
						}
					},
					"response": [
						{
							"name": "emailcode",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/x-www-form-urlencoded",
										"type": "text",
										"disabled": true
									},
									{
										"key": "content",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\"email\":\"turndealer@gmail.com\"}"
								},
								"url": {
									"raw": "{{siteurl}}/Api/Login/emailcode",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Login",
										"emailcode"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "localhost:1005"
								},
								{
									"key": "Date",
									"value": "Sun, 10 May 2020 15:01:31 +0000"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "codono.com"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Content-type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 0,\n    \"data\": \"EMAIL ALREADY EXISTS, PLEASE LOGIN INSTEAD!\"\n}"
						}
					]
				},
				{
					"name": "emailregister",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "turndealer",
									"type": "text"
								},
								{
									"key": "email",
									"value": "turndealer@gmail.com",
									"type": "text"
								},
								{
									"key": "verify",
									"value": "898684",
									"description": "code received from emailcode api",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"type": "text"
								},
								{
									"key": "invit",
									"value": "",
									"description": "optional invite id",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/emailregister",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"emailregister"
							]
						}
					},
					"response": [
						{
							"name": "emailregister",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "username",
											"value": "turndealer",
											"type": "text"
										},
										{
											"key": "email",
											"value": "turndealer@gmail.com",
											"type": "text"
										},
										{
											"key": "verify",
											"value": "898684",
											"type": "text"
										},
										{
											"key": "password",
											"value": "password",
											"type": "text"
										},
										{
											"key": "invit",
											"value": "",
											"description": "optional invite id",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Login/emailregister",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Login",
										"emailregister"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "localhost:1005"
								},
								{
									"key": "Date",
									"value": "Sun, 10 May 2020 14:58:30 +0000"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "codono.com"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Content-type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": \"SUCCESSFULLY_REGISTERED\"\n}"
						}
					]
				},
				{
					"name": "forgotcode",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "email",
									"value": "wroupon@gmail.com",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/forgotcode",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"forgotcode"
							]
						},
						"description": "When user is not logged in\n\nPerson can request a code on email for password reset\n\nWhich can later be confirmed using confirmcode api"
					},
					"response": [
						{
							"name": "login",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "username",
											"value": "123456789",
											"description": "email,username,cellphone",
											"type": "text"
										},
										{
											"key": "password",
											"value": "password",
											"description": "password",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Login/submit",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Login",
										"submit"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "close",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-type",
									"value": "application/json",
									"name": "Content-type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 27 Aug 2018 21:51:55 +0800",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Host",
									"value": "localhost:2005",
									"name": "Host",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.1.9",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "localhost",
									"path": "/",
									"secure": false,
									"value": "o3s13mv8btgua61f48l772kh8h",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"ID\":\"30\",\"TOKEN\":\"0922d72c312539b0a522ac572c283550\",\"msg\":\"login successful!\"}}"
						}
					]
				},
				{
					"name": "confirmcode",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "email",
									"value": "wroupon@gmail.com",
									"type": "text"
								},
								{
									"key": "verify_code",
									"value": "142063",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/confirmcode",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"confirmcode"
							]
						},
						"description": "When user is not logged in\n\nCode requested in forgotcode api can be send to this api with email and new password to reset the password."
					},
					"response": [
						{
							"name": "login",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "username",
											"value": "123456789",
											"description": "email,username,cellphone",
											"type": "text"
										},
										{
											"key": "password",
											"value": "password",
											"description": "password",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Login/submit",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Login",
										"submit"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "close",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-type",
									"value": "application/json",
									"name": "Content-type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 27 Aug 2018 21:51:55 +0800",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Host",
									"value": "localhost:2005",
									"name": "Host",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.1.9",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "localhost",
									"path": "/",
									"secure": false,
									"value": "o3s13mv8btgua61f48l772kh8h",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"ID\":\"30\",\"TOKEN\":\"0922d72c312539b0a522ac572c283550\",\"msg\":\"login successful!\"}}"
						}
					]
				},
				{
					"name": "loginout",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "ID",
								"value": "38",
								"type": "text"
							},
							{
								"key": "TOKEN",
								"value": "b31247c632693b7e4448566c625fac3b",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/loginout",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"loginout"
							]
						}
					},
					"response": []
				},
				{
					"name": "findpwd",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "123456789",
									"type": "text"
								},
								{
									"key": "cellphone",
									"value": "",
									"type": "text"
								},
								{
									"key": "cellphone_verify",
									"value": "",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/findpwd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"findpwd"
							]
						}
					},
					"response": []
				},
				{
					"name": "findpaypwd",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "",
									"type": "text"
								},
								{
									"key": "cellphone",
									"value": "",
									"type": "text"
								},
								{
									"key": "cellphone_verify",
									"value": "",
									"type": "text"
								},
								{
									"key": "password",
									"value": "",
									"description": "New Fund password",
									"type": "text"
								},
								{
									"key": "repassword",
									"value": "",
									"description": "Repeat Fund password",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/findpaypwd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"findpaypwd"
							]
						}
					},
					"response": []
				},
				{
					"name": "check_reg",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "demouserx",
									"type": "text"
								},
								{
									"key": "mobile",
									"value": "1234567891",
									"type": "text"
								},
								{
									"key": "verify",
									"value": "",
									"type": "text"
								},
								{
									"key": "password",
									"value": "demouser",
									"description": "New Fund password",
									"type": "text"
								},
								{
									"key": "invit",
									"value": "",
									"description": "Repeat Fund password",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/check_reg",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"check_reg"
							]
						}
					},
					"response": []
				},
				{
					"name": "sendCellphone",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "cellphone",
									"value": "123456789",
									"description": "cellphone number along with country code example 441245454545",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/sendCellphone",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"sendCellphone"
							]
						}
					},
					"response": []
				},
				{
					"name": "sendForgetCode",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "cellphone",
									"value": "123456789",
									"description": "cellphone number along with country code example 441245454545",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/sendForgetCode",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"sendForgetCode"
							]
						}
					},
					"response": []
				},
				{
					"name": "forgetSave",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "cellphone",
									"value": "123456789",
									"description": "cellphone number along with country code example 441245454545",
									"type": "text"
								},
								{
									"key": "verify_code",
									"value": "8892",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"type": "text"
								},
								{
									"key": "paypassword",
									"value": "password",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Login/forgetSave",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Login",
								"forgetSave"
							]
						}
					},
					"response": []
				}
			],
			"description": "Login APIs"
		},
		{
			"name": "Articles",
			"item": [
				{
					"name": "index",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Art/index",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Art",
								"index"
							]
						}
					},
					"response": []
				},
				{
					"name": "ArtList",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "pid",
									"value": "",
									"description": "Show articles where id >pid",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Art/ArtList",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Art",
								"ArtList"
							]
						}
					},
					"response": []
				},
				{
					"name": "ArtShow",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "id",
									"value": "40",
									"description": "Enter article id to show",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Art/ArtShow",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Art",
								"ArtShow"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Affiliates",
			"item": [
				{
					"name": "info",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "id",
								"value": "{{id}}",
								"type": "text"
							},
							{
								"key": "TOKEN",
								"value": "{{token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Affiliates/info",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Affiliates",
								"info"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Exchange",
			"item": [
				{
					"name": "lasttrades",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Exchange/lasttrades/market/eth_usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Exchange",
								"lasttrades",
								"market",
								"eth_usd"
							]
						}
					},
					"response": []
				},
				{
					"name": "activeorders",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Exchange/activeorders/market/btc_usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Exchange",
								"activeorders",
								"market",
								"btc_usd"
							]
						}
					},
					"response": []
				},
				{
					"name": "MyOpenOrders",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "id",
								"value": "{{id}}",
								"type": "text"
							},
							{
								"key": "TOKEN",
								"value": "{{token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Exchange/MyOpenOrders/market/eth_usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Exchange",
								"MyOpenOrders",
								"market",
								"eth_usd"
							]
						}
					},
					"response": []
				},
				{
					"name": "upTrade",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "id",
								"type": "text",
								"value": "{{id}}"
							},
							{
								"key": "TOKEN",
								"type": "text",
								"value": "{{token}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "price",
									"value": "7100",
									"description": "price",
									"type": "text"
								},
								{
									"key": "market",
									"value": "btc_usd",
									"description": "market",
									"type": "text"
								},
								{
									"key": "num",
									"value": "1",
									"description": "quantity",
									"type": "text"
								},
								{
									"key": "type",
									"value": "1",
									"description": "1=buy 2= sell",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Exchange/upTrade",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Exchange",
								"upTrade"
							]
						}
					},
					"response": []
				},
				{
					"name": "reject",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "id",
								"value": "{{id}}",
								"type": "text"
							},
							{
								"key": "TOKEN",
								"value": "{{token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Exchange/reject/id/275",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Exchange",
								"reject",
								"id",
								"275"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Chart",
			"item": [
				{
					"name": "index",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Chart/index",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Chart",
								"index"
							]
						}
					},
					"response": []
				},
				{
					"name": "getChart",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "marketid",
									"value": "8",
									"description": "Enter ID of market ",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Chart/getChart",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Chart",
								"getChart"
							]
						}
					},
					"response": []
				},
				{
					"name": "depth",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "marketid",
									"value": "8",
									"description": "marketid for depth",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Chart/depth",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Chart",
								"depth"
							]
						}
					},
					"response": []
				},
				{
					"name": "showP",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "market_id",
									"value": "8",
									"description": "Stats line by market id",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Chart/showP",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Chart",
								"showP"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Index",
			"item": [
				{
					"name": "index",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Index/index",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Index",
								"index"
							]
						}
					},
					"response": []
				},
				{
					"name": "initinfo",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Index/initinfo",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Index",
								"initinfo"
							]
						}
					},
					"response": []
				},
				{
					"name": "marketInfo",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Index/marketInfo",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Index",
								"marketInfo"
							]
						},
						"description": "All Market Stats in one"
					},
					"response": [
						{
							"name": "marketInfo",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{siteurl}}/Api/Index/marketInfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Index",
										"marketInfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "nginx"
								},
								{
									"key": "Date",
									"value": "Sat, 03 Nov 2018 07:45:39 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "503"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.2.11"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Set-Cookie",
									"value": "PHPSESSID=aecpm9h1g628v61gltqqiilebb; path=/"
								},
								{
									"key": "Accept-Ranges",
									"value": "none"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": {\n        \"market\": [\n            {\n                \"id\": \"7\",\n                \"name\": \"Litecoin(LTC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845c9fb46c2.png\",\n                \"new_price\": 525.618,\n                \"buy_price\": 0,\n                \"sell_price\": 292.01,\n                \"min_price\": 408.81399999999996,\n                \"max_price\": 350.412,\n                \"change\": 0.01,\n                \"volume\": 1.6\n            },\n            {\n                \"id\": \"8\",\n                \"name\": \"BCH(BCC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845cb49d7d8.png\",\n                \"new_price\": 1570.092,\n                \"buy_price\": 500,\n                \"sell_price\": 5233.64,\n                \"min_price\": 4710.276000000001,\n                \"max_price\": 3140.184,\n                \"change\": -0.01,\n                \"volume\": 1.6\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"ETC(ETC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845cab4ba05.png\",\n                \"new_price\": 144.38199999999998,\n                \"buy_price\": 61.89,\n                \"sell_price\": 41.524,\n                \"min_price\": 61.85999999999999,\n                \"max_price\": 41.252,\n                \"change\": 0,\n                \"volume\": 48\n            },\n            {\n                \"id\": \"5\",\n                \"name\": \"ETH(ETH/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845aa8b444f.png\",\n                \"new_price\": 2145.9339999999997,\n                \"buy_price\": 0,\n                \"sell_price\": 3065.62,\n                \"min_price\": 3065.62,\n                \"max_price\": 2452.496,\n                \"change\": 0.01,\n                \"volume\": 0.11\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"Bitcoin(BTC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/598458a23a26a.png\",\n                \"new_price\": 19288.81,\n                \"buy_price\": 34718.4,\n                \"sell_price\": 34719.858,\n                \"min_price\": 15431.048000000003,\n                \"max_price\": 30862.096000000005,\n                \"change\": 0,\n                \"volume\": 2\n            },\n            {\n                \"id\": \"13\",\n                \"name\": \"Bitcoin(BTC/ETH)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/598458a23a26a.png\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            },\n            {\n                \"id\": \"15\",\n                \"name\": \"Litecoin(LTC/BTC)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845c9fb46c2.png\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            },\n            {\n                \"id\": \"16\",\n                \"name\": \"doge(DOGE/BTC)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "ticker",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Index/ticker",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Index",
								"ticker"
							]
						},
						"description": "All Market Stats in one"
					},
					"response": [
						{
							"name": "marketInfo",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{siteurl}}/Api/Index/marketInfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Index",
										"marketInfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "nginx"
								},
								{
									"key": "Date",
									"value": "Sat, 03 Nov 2018 07:45:39 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "503"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.2.11"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Set-Cookie",
									"value": "PHPSESSID=aecpm9h1g628v61gltqqiilebb; path=/"
								},
								{
									"key": "Accept-Ranges",
									"value": "none"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": {\n        \"market\": [\n            {\n                \"id\": \"7\",\n                \"name\": \"Litecoin(LTC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845c9fb46c2.png\",\n                \"new_price\": 525.618,\n                \"buy_price\": 0,\n                \"sell_price\": 292.01,\n                \"min_price\": 408.81399999999996,\n                \"max_price\": 350.412,\n                \"change\": 0.01,\n                \"volume\": 1.6\n            },\n            {\n                \"id\": \"8\",\n                \"name\": \"BCH(BCC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845cb49d7d8.png\",\n                \"new_price\": 1570.092,\n                \"buy_price\": 500,\n                \"sell_price\": 5233.64,\n                \"min_price\": 4710.276000000001,\n                \"max_price\": 3140.184,\n                \"change\": -0.01,\n                \"volume\": 1.6\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"ETC(ETC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845cab4ba05.png\",\n                \"new_price\": 144.38199999999998,\n                \"buy_price\": 61.89,\n                \"sell_price\": 41.524,\n                \"min_price\": 61.85999999999999,\n                \"max_price\": 41.252,\n                \"change\": 0,\n                \"volume\": 48\n            },\n            {\n                \"id\": \"5\",\n                \"name\": \"ETH(ETH/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845aa8b444f.png\",\n                \"new_price\": 2145.9339999999997,\n                \"buy_price\": 0,\n                \"sell_price\": 3065.62,\n                \"min_price\": 3065.62,\n                \"max_price\": 2452.496,\n                \"change\": 0.01,\n                \"volume\": 0.11\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"Bitcoin(BTC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/598458a23a26a.png\",\n                \"new_price\": 19288.81,\n                \"buy_price\": 34718.4,\n                \"sell_price\": 34719.858,\n                \"min_price\": 15431.048000000003,\n                \"max_price\": 30862.096000000005,\n                \"change\": 0,\n                \"volume\": 2\n            },\n            {\n                \"id\": \"13\",\n                \"name\": \"Bitcoin(BTC/ETH)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/598458a23a26a.png\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            },\n            {\n                \"id\": \"15\",\n                \"name\": \"Litecoin(LTC/BTC)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845c9fb46c2.png\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            },\n            {\n                \"id\": \"16\",\n                \"name\": \"doge(DOGE/BTC)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "singlemarketInfo",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/Index/singlemarketInfo/market/btc_usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Index",
								"singlemarketInfo",
								"market",
								"btc_usd"
							]
						},
						"description": "All Market Stats in one"
					},
					"response": [
						{
							"name": "marketInfo",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{siteurl}}/Api/Index/marketInfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Index",
										"marketInfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "nginx"
								},
								{
									"key": "Date",
									"value": "Sat, 03 Nov 2018 07:45:39 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "503"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.2.11"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Set-Cookie",
									"value": "PHPSESSID=aecpm9h1g628v61gltqqiilebb; path=/"
								},
								{
									"key": "Accept-Ranges",
									"value": "none"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": {\n        \"market\": [\n            {\n                \"id\": \"7\",\n                \"name\": \"Litecoin(LTC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845c9fb46c2.png\",\n                \"new_price\": 525.618,\n                \"buy_price\": 0,\n                \"sell_price\": 292.01,\n                \"min_price\": 408.81399999999996,\n                \"max_price\": 350.412,\n                \"change\": 0.01,\n                \"volume\": 1.6\n            },\n            {\n                \"id\": \"8\",\n                \"name\": \"BCH(BCC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845cb49d7d8.png\",\n                \"new_price\": 1570.092,\n                \"buy_price\": 500,\n                \"sell_price\": 5233.64,\n                \"min_price\": 4710.276000000001,\n                \"max_price\": 3140.184,\n                \"change\": -0.01,\n                \"volume\": 1.6\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"ETC(ETC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845cab4ba05.png\",\n                \"new_price\": 144.38199999999998,\n                \"buy_price\": 61.89,\n                \"sell_price\": 41.524,\n                \"min_price\": 61.85999999999999,\n                \"max_price\": 41.252,\n                \"change\": 0,\n                \"volume\": 48\n            },\n            {\n                \"id\": \"5\",\n                \"name\": \"ETH(ETH/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845aa8b444f.png\",\n                \"new_price\": 2145.9339999999997,\n                \"buy_price\": 0,\n                \"sell_price\": 3065.62,\n                \"min_price\": 3065.62,\n                \"max_price\": 2452.496,\n                \"change\": 0.01,\n                \"volume\": 0.11\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"Bitcoin(BTC/USD)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/598458a23a26a.png\",\n                \"new_price\": 19288.81,\n                \"buy_price\": 34718.4,\n                \"sell_price\": 34719.858,\n                \"min_price\": 15431.048000000003,\n                \"max_price\": 30862.096000000005,\n                \"change\": 0,\n                \"volume\": 2\n            },\n            {\n                \"id\": \"13\",\n                \"name\": \"Bitcoin(BTC/ETH)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/598458a23a26a.png\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            },\n            {\n                \"id\": \"15\",\n                \"name\": \"Litecoin(LTC/BTC)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/59845c9fb46c2.png\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            },\n            {\n                \"id\": \"16\",\n                \"name\": \"doge(DOGE/BTC)\",\n                \"icon\": \"http://advance.codono.com/Upload/coin/\",\n                \"new_price\": 0,\n                \"buy_price\": 0,\n                \"sell_price\": 0,\n                \"min_price\": 0,\n                \"max_price\": 0,\n                \"change\": 0,\n                \"volume\": 0\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "up",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "ID",
								"value": "30"
							},
							{
								"key": "TOKEN",
								"value": "0922d72c312539b0a522ac572c283550"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Index/up",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Index",
								"up"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Trade",
			"item": [
				{
					"name": "getTradedata",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "marketid",
									"value": "8",
									"description": "enter marketid example 7,8",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Trade/getTradedata",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Trade",
								"getTradedata"
							]
						}
					},
					"response": [
						{
							"name": "getTradedata",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "marketid",
											"value": "8",
											"description": "enter marketid example 7,8",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Trade/getTradedata",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Trade",
										"getTradedata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "217",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:28:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"entrust\":null,\"depth\":{\"buy\":\"\",\"sell\":[[2616.85,10],[2616.84,10],[2616.83,10],[2616.82,10],[2616.81,1]]},\"info\":{\"new_price\":2616.12,\"buy_price\":2616.13,\"sell_price\":2616.81},\"user\":{\"login\":0}}}"
						}
					]
				},
				{
					"name": "matchingTrade",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "market",
									"value": "btc_usd",
									"description": "btc_ltc",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Trade/matchingTrade",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Trade",
								"matchingTrade"
							]
						}
					},
					"response": []
				},
				{
					"name": "mywt",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"value": "9a0fce26945b38afd05b42cfb2f3803c",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "30",
								"description": "Set id from login api"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "id",
									"value": "183",
									"description": "Enter trade id",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Trade/mywt",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Trade",
								"mywt"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "User",
			"item": [
				{
					"name": "changeFundPassword",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "ID",
								"value": "{{id}}",
								"type": "text"
							},
							{
								"key": "TOKEN",
								"value": "{{token}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "oldpaypassword",
									"value": "funding",
									"description": "Your exiting Password",
									"type": "text"
								},
								{
									"key": "newpaypassword",
									"value": "xyz123",
									"description": "New fund password",
									"type": "text"
								},
								{
									"key": "repaypassword",
									"value": "xyz123",
									"description": "Repeat Fund password",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}Api/User/changeFundPassword",
							"host": [
								"{{siteurl}}Api"
							],
							"path": [
								"User",
								"changeFundPassword"
							]
						},
						"description": "When there is no fund exising password,\nSend oldpaypassword as empty or NEW"
					},
					"response": []
				},
				{
					"name": "GetSet2FA",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "ID",
								"value": "{{id}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}Api/User/GetSet2FA",
							"host": [
								"{{siteurl}}Api"
							],
							"path": [
								"User",
								"GetSet2FA"
							]
						},
						"description": "GetSet2FA"
					},
					"response": [
						{
							"name": "getTradedata",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "marketid",
											"value": "8",
											"description": "enter marketid example 7,8",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Trade/getTradedata",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Trade",
										"getTradedata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "217",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:28:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"entrust\":null,\"depth\":{\"buy\":\"\",\"sell\":[[2616.85,10],[2616.84,10],[2616.83,10],[2616.82,10],[2616.81,1]]},\"info\":{\"new_price\":2616.12,\"buy_price\":2616.13,\"sell_price\":2616.81},\"user\":{\"login\":0}}}"
						}
					]
				},
				{
					"name": "GetSet2FA Post",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"type": "text",
								"value": "{{token}}"
							},
							{
								"key": "ID",
								"type": "text",
								"value": "{{id}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "ga",
									"value": "938371",
									"description": "2FA code Generated using Secret",
									"type": "text"
								},
								{
									"key": "type",
									"value": "update",
									"description": "add/update/delete",
									"type": "text"
								},
								{
									"key": "ga_transfer",
									"value": "1",
									"description": "1=2fa required for withdrawal, 0=2fa not required for withdrawal",
									"type": "text"
								},
								{
									"key": "ga_login",
									"value": "1",
									"description": "1=2fa  Required at login, 0 =2fa Not required at login",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}Api/User/GetSet2FA",
							"host": [
								"{{siteurl}}Api"
							],
							"path": [
								"User",
								"GetSet2FA"
							]
						},
						"description": "GetSet2FA"
					},
					"response": [
						{
							"name": "getTradedata",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "marketid",
											"value": "8",
											"description": "enter marketid example 7,8",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Trade/getTradedata",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Trade",
										"getTradedata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "217",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:28:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"entrust\":null,\"depth\":{\"buy\":\"\",\"sell\":[[2616.85,10],[2616.84,10],[2616.83,10],[2616.82,10],[2616.81,1]]},\"info\":{\"new_price\":2616.12,\"buy_price\":2616.13,\"sell_price\":2616.81},\"user\":{\"login\":0}}}"
						}
					]
				},
				{
					"name": "userinfo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "{{token}}",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "{{id}}",
								"description": "Set id from login api"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}/Api/User/userinfo",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"userinfo"
							]
						}
					},
					"response": [
						{
							"name": "userinfo",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "TOKEN",
										"value": "9a0fce26945b38afd05b42cfb2f3803c",
										"description": "Set token from login api"
									},
									{
										"key": "ID",
										"value": "30",
										"description": "Set id from login api"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/User/userinfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"User",
										"userinfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "2488",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:33:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"baseinfo\":{\"id\":\"30\",\"username\":\"123456789\",\"cellphone\":\"123456789\",\"cellphonetime\":\"1521711858\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"tpwdsetting\":\"1\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"invit_1\":\"0\",\"invit_2\":\"0\",\"invit_3\":\"0\",\"truename\":\"quickuser\",\"idcard\":\"quickuser\",\"idcardauth\":\"1\",\"idcardimg1\":null,\"idcardimg2\":null,\"idcardinfo\":null,\"logins\":null,\"ga\":null,\"addip\":\"127.0.0.1\",\"addr\":\"Unassigned or intranet IP\",\"sort\":null,\"addtime\":\"1521712689\",\"endtime\":null,\"status\":\"1\",\"email\":null,\"alipay\":null,\"invit\":\"TAPFZL\",\"token\":\"9a0fce26945b38afd05b42cfb2f3803c\",\"awardid\":\"9\",\"awardstatus\":\"0\",\"awardname\":\"1Yuan in cash\",\"awardnumall\":\"0\",\"awardnumtoday\":\"0\",\"awardtotaltoday\":\"0\",\"awardtime\":\"0\",\"regaward\":\"0\",\"usertype\":\"0\"},\"coin\":{\"usd\":{\"zj\":13264509.47,\"ky\":6142.24,\"dj\":0},\"coinList\":[{\"id\":\"5\",\"name\":\"eth\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845aa8b444f.png\",\"title\":\"ETH(ETH)\",\"xnb\":400,\"xnbd\":50,\"xnbz\":450,\"jia\":1532.62,\"zhehe\":689679},{\"id\":\"6\",\"name\":\"etc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cab4ba05.png\",\"title\":\"ETC(ETC)\",\"xnb\":200,\"xnbd\":0,\"xnbz\":200,\"jia\":103.13,\"zhehe\":20626},{\"id\":\"13\",\"name\":\"btc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/598458a23a26a.png\",\"title\":\"Bitcoin(BTC)\",\"xnb\":37633.2,\"xnbd\":0,\"xnbz\":37633.2,\"jia\":0,\"zhehe\":0},{\"id\":\"7\",\"name\":\"ltc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845c9fb46c2.png\",\"title\":\"Litecoin(LTC)\",\"xnb\":123,\"xnbd\":0,\"xnbz\":123,\"jia\":292.05,\"zhehe\":35922.15},{\"id\":\"8\",\"name\":\"bcc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cb49d7d8.png\",\"title\":\"BCH(BCC)\",\"xnb\":3434,\"xnbd\":0,\"xnbz\":3434,\"jia\":2616.12,\"zhehe\":8983756.08},{\"id\":0,\"name\":\"ast\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984689c5832f.png\",\"title\":\"Oersted(AST)\",\"xnb\":3476384,\"xnbd\":0,\"xnbz\":3476384,\"jia\":1,\"zhehe\":3476384},{\"id\":0,\"name\":\"mtc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984695b52ce1.png\",\"title\":\"Mitt currency(MTC)\",\"xnb\":21000,\"xnbd\":0,\"xnbz\":21000,\"jia\":1,\"zhehe\":21000},{\"id\":0,\"name\":\"eos\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984699448d41.png\",\"title\":\"EOS(EOS)\",\"xnb\":1000,\"xnbd\":0,\"xnbz\":1000,\"jia\":1,\"zhehe\":1000},{\"id\":0,\"name\":\"ico\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59846a22e55ae.png\",\"title\":\"ICC(ICO)\",\"xnb\":20000,\"xnbd\":0,\"xnbz\":20000,\"jia\":1,\"zhehe\":20000},{\"id\":0,\"name\":\"powr\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5ab0f6dc6ddd0.jpg\",\"title\":\"Power Ledger(POWR)\",\"xnb\":10000,\"xnbd\":0,\"xnbz\":10000,\"jia\":1,\"zhehe\":10000}]}}}"
						}
					]
				},
				{
					"name": "getTradedata",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "marketid",
									"value": "8",
									"description": "enter marketid example 7,8",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Trade/getTradedata",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Trade",
								"getTradedata"
							]
						}
					},
					"response": [
						{
							"name": "getTradedata",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "marketid",
											"value": "8",
											"description": "enter marketid example 7,8",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Trade/getTradedata",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Trade",
										"getTradedata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "217",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:28:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"entrust\":null,\"depth\":{\"buy\":\"\",\"sell\":[[2616.85,10],[2616.84,10],[2616.83,10],[2616.82,10],[2616.81,1]]},\"info\":{\"new_price\":2616.12,\"buy_price\":2616.13,\"sell_price\":2616.81},\"user\":{\"login\":0}}}"
						}
					]
				},
				{
					"name": "qrlogin",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "ID",
									"value": "{{id}}",
									"description": "enter marketid example 7,8",
									"type": "text"
								},
								{
									"key": "TOKEN",
									"value": "{{token}}",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/User/qrlogin",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"qrlogin"
							]
						}
					},
					"response": []
				},
				{
					"name": "profile",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "a8e8227fec29f7b9b1436a12d02c2903"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "38"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}/Api/User/profile",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"profile"
							]
						}
					},
					"response": [
						{
							"name": "userinfo",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "TOKEN",
										"value": "9a0fce26945b38afd05b42cfb2f3803c",
										"description": "Set token from login api"
									},
									{
										"key": "ID",
										"value": "30",
										"description": "Set id from login api"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/User/userinfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"User",
										"userinfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "2488",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:33:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"baseinfo\":{\"id\":\"30\",\"username\":\"123456789\",\"cellphone\":\"123456789\",\"cellphonetime\":\"1521711858\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"tpwdsetting\":\"1\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"invit_1\":\"0\",\"invit_2\":\"0\",\"invit_3\":\"0\",\"truename\":\"quickuser\",\"idcard\":\"quickuser\",\"idcardauth\":\"1\",\"idcardimg1\":null,\"idcardimg2\":null,\"idcardinfo\":null,\"logins\":null,\"ga\":null,\"addip\":\"127.0.0.1\",\"addr\":\"Unassigned or intranet IP\",\"sort\":null,\"addtime\":\"1521712689\",\"endtime\":null,\"status\":\"1\",\"email\":null,\"alipay\":null,\"invit\":\"TAPFZL\",\"token\":\"9a0fce26945b38afd05b42cfb2f3803c\",\"awardid\":\"9\",\"awardstatus\":\"0\",\"awardname\":\"1Yuan in cash\",\"awardnumall\":\"0\",\"awardnumtoday\":\"0\",\"awardtotaltoday\":\"0\",\"awardtime\":\"0\",\"regaward\":\"0\",\"usertype\":\"0\"},\"coin\":{\"usd\":{\"zj\":13264509.47,\"ky\":6142.24,\"dj\":0},\"coinList\":[{\"id\":\"5\",\"name\":\"eth\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845aa8b444f.png\",\"title\":\"ETH(ETH)\",\"xnb\":400,\"xnbd\":50,\"xnbz\":450,\"jia\":1532.62,\"zhehe\":689679},{\"id\":\"6\",\"name\":\"etc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cab4ba05.png\",\"title\":\"ETC(ETC)\",\"xnb\":200,\"xnbd\":0,\"xnbz\":200,\"jia\":103.13,\"zhehe\":20626},{\"id\":\"13\",\"name\":\"btc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/598458a23a26a.png\",\"title\":\"Bitcoin(BTC)\",\"xnb\":37633.2,\"xnbd\":0,\"xnbz\":37633.2,\"jia\":0,\"zhehe\":0},{\"id\":\"7\",\"name\":\"ltc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845c9fb46c2.png\",\"title\":\"Litecoin(LTC)\",\"xnb\":123,\"xnbd\":0,\"xnbz\":123,\"jia\":292.05,\"zhehe\":35922.15},{\"id\":\"8\",\"name\":\"bcc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cb49d7d8.png\",\"title\":\"BCH(BCC)\",\"xnb\":3434,\"xnbd\":0,\"xnbz\":3434,\"jia\":2616.12,\"zhehe\":8983756.08},{\"id\":0,\"name\":\"ast\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984689c5832f.png\",\"title\":\"Oersted(AST)\",\"xnb\":3476384,\"xnbd\":0,\"xnbz\":3476384,\"jia\":1,\"zhehe\":3476384},{\"id\":0,\"name\":\"mtc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984695b52ce1.png\",\"title\":\"Mitt currency(MTC)\",\"xnb\":21000,\"xnbd\":0,\"xnbz\":21000,\"jia\":1,\"zhehe\":21000},{\"id\":0,\"name\":\"eos\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984699448d41.png\",\"title\":\"EOS(EOS)\",\"xnb\":1000,\"xnbd\":0,\"xnbz\":1000,\"jia\":1,\"zhehe\":1000},{\"id\":0,\"name\":\"ico\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59846a22e55ae.png\",\"title\":\"ICC(ICO)\",\"xnb\":20000,\"xnbd\":0,\"xnbz\":20000,\"jia\":1,\"zhehe\":20000},{\"id\":0,\"name\":\"powr\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5ab0f6dc6ddd0.jpg\",\"title\":\"Power Ledger(POWR)\",\"xnb\":10000,\"xnbd\":0,\"xnbz\":10000,\"jia\":1,\"zhehe\":10000}]}}}"
						}
					]
				},
				{
					"name": "updatepass",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "0922d72c312539b0a522ac572c283550"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "30"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\"curpass\":\"password\",\"newpass\":\"password1\",\"repass\":\"password1\"}"
						},
						"url": {
							"raw": "{{siteurl}}/Api/User/updatepass",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"updatepass"
							]
						}
					},
					"response": [
						{
							"name": "userinfo",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "TOKEN",
										"value": "9a0fce26945b38afd05b42cfb2f3803c",
										"description": "Set token from login api"
									},
									{
										"key": "ID",
										"value": "30",
										"description": "Set id from login api"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/User/userinfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"User",
										"userinfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "2488",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:33:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"baseinfo\":{\"id\":\"30\",\"username\":\"123456789\",\"cellphone\":\"123456789\",\"cellphonetime\":\"1521711858\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"tpwdsetting\":\"1\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"invit_1\":\"0\",\"invit_2\":\"0\",\"invit_3\":\"0\",\"truename\":\"quickuser\",\"idcard\":\"quickuser\",\"idcardauth\":\"1\",\"idcardimg1\":null,\"idcardimg2\":null,\"idcardinfo\":null,\"logins\":null,\"ga\":null,\"addip\":\"127.0.0.1\",\"addr\":\"Unassigned or intranet IP\",\"sort\":null,\"addtime\":\"1521712689\",\"endtime\":null,\"status\":\"1\",\"email\":null,\"alipay\":null,\"invit\":\"TAPFZL\",\"token\":\"9a0fce26945b38afd05b42cfb2f3803c\",\"awardid\":\"9\",\"awardstatus\":\"0\",\"awardname\":\"1Yuan in cash\",\"awardnumall\":\"0\",\"awardnumtoday\":\"0\",\"awardtotaltoday\":\"0\",\"awardtime\":\"0\",\"regaward\":\"0\",\"usertype\":\"0\"},\"coin\":{\"usd\":{\"zj\":13264509.47,\"ky\":6142.24,\"dj\":0},\"coinList\":[{\"id\":\"5\",\"name\":\"eth\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845aa8b444f.png\",\"title\":\"ETH(ETH)\",\"xnb\":400,\"xnbd\":50,\"xnbz\":450,\"jia\":1532.62,\"zhehe\":689679},{\"id\":\"6\",\"name\":\"etc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cab4ba05.png\",\"title\":\"ETC(ETC)\",\"xnb\":200,\"xnbd\":0,\"xnbz\":200,\"jia\":103.13,\"zhehe\":20626},{\"id\":\"13\",\"name\":\"btc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/598458a23a26a.png\",\"title\":\"Bitcoin(BTC)\",\"xnb\":37633.2,\"xnbd\":0,\"xnbz\":37633.2,\"jia\":0,\"zhehe\":0},{\"id\":\"7\",\"name\":\"ltc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845c9fb46c2.png\",\"title\":\"Litecoin(LTC)\",\"xnb\":123,\"xnbd\":0,\"xnbz\":123,\"jia\":292.05,\"zhehe\":35922.15},{\"id\":\"8\",\"name\":\"bcc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cb49d7d8.png\",\"title\":\"BCH(BCC)\",\"xnb\":3434,\"xnbd\":0,\"xnbz\":3434,\"jia\":2616.12,\"zhehe\":8983756.08},{\"id\":0,\"name\":\"ast\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984689c5832f.png\",\"title\":\"Oersted(AST)\",\"xnb\":3476384,\"xnbd\":0,\"xnbz\":3476384,\"jia\":1,\"zhehe\":3476384},{\"id\":0,\"name\":\"mtc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984695b52ce1.png\",\"title\":\"Mitt currency(MTC)\",\"xnb\":21000,\"xnbd\":0,\"xnbz\":21000,\"jia\":1,\"zhehe\":21000},{\"id\":0,\"name\":\"eos\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984699448d41.png\",\"title\":\"EOS(EOS)\",\"xnb\":1000,\"xnbd\":0,\"xnbz\":1000,\"jia\":1,\"zhehe\":1000},{\"id\":0,\"name\":\"ico\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59846a22e55ae.png\",\"title\":\"ICC(ICO)\",\"xnb\":20000,\"xnbd\":0,\"xnbz\":20000,\"jia\":1,\"zhehe\":20000},{\"id\":0,\"name\":\"powr\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5ab0f6dc6ddd0.jpg\",\"title\":\"Power Ledger(POWR)\",\"xnb\":10000,\"xnbd\":0,\"xnbz\":10000,\"jia\":1,\"zhehe\":10000}]}}}"
						}
					]
				},
				{
					"name": "wallet",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/User/wallet/",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"wallet",
								""
							]
						}
					},
					"response": [
						{
							"name": "userinfo",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "TOKEN",
										"value": "9a0fce26945b38afd05b42cfb2f3803c",
										"description": "Set token from login api"
									},
									{
										"key": "ID",
										"value": "30",
										"description": "Set id from login api"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/User/userinfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"User",
										"userinfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "2488",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:33:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"baseinfo\":{\"id\":\"30\",\"username\":\"123456789\",\"cellphone\":\"123456789\",\"cellphonetime\":\"1521711858\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"tpwdsetting\":\"1\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"invit_1\":\"0\",\"invit_2\":\"0\",\"invit_3\":\"0\",\"truename\":\"quickuser\",\"idcard\":\"quickuser\",\"idcardauth\":\"1\",\"idcardimg1\":null,\"idcardimg2\":null,\"idcardinfo\":null,\"logins\":null,\"ga\":null,\"addip\":\"127.0.0.1\",\"addr\":\"Unassigned or intranet IP\",\"sort\":null,\"addtime\":\"1521712689\",\"endtime\":null,\"status\":\"1\",\"email\":null,\"alipay\":null,\"invit\":\"TAPFZL\",\"token\":\"9a0fce26945b38afd05b42cfb2f3803c\",\"awardid\":\"9\",\"awardstatus\":\"0\",\"awardname\":\"1Yuan in cash\",\"awardnumall\":\"0\",\"awardnumtoday\":\"0\",\"awardtotaltoday\":\"0\",\"awardtime\":\"0\",\"regaward\":\"0\",\"usertype\":\"0\"},\"coin\":{\"usd\":{\"zj\":13264509.47,\"ky\":6142.24,\"dj\":0},\"coinList\":[{\"id\":\"5\",\"name\":\"eth\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845aa8b444f.png\",\"title\":\"ETH(ETH)\",\"xnb\":400,\"xnbd\":50,\"xnbz\":450,\"jia\":1532.62,\"zhehe\":689679},{\"id\":\"6\",\"name\":\"etc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cab4ba05.png\",\"title\":\"ETC(ETC)\",\"xnb\":200,\"xnbd\":0,\"xnbz\":200,\"jia\":103.13,\"zhehe\":20626},{\"id\":\"13\",\"name\":\"btc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/598458a23a26a.png\",\"title\":\"Bitcoin(BTC)\",\"xnb\":37633.2,\"xnbd\":0,\"xnbz\":37633.2,\"jia\":0,\"zhehe\":0},{\"id\":\"7\",\"name\":\"ltc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845c9fb46c2.png\",\"title\":\"Litecoin(LTC)\",\"xnb\":123,\"xnbd\":0,\"xnbz\":123,\"jia\":292.05,\"zhehe\":35922.15},{\"id\":\"8\",\"name\":\"bcc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cb49d7d8.png\",\"title\":\"BCH(BCC)\",\"xnb\":3434,\"xnbd\":0,\"xnbz\":3434,\"jia\":2616.12,\"zhehe\":8983756.08},{\"id\":0,\"name\":\"ast\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984689c5832f.png\",\"title\":\"Oersted(AST)\",\"xnb\":3476384,\"xnbd\":0,\"xnbz\":3476384,\"jia\":1,\"zhehe\":3476384},{\"id\":0,\"name\":\"mtc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984695b52ce1.png\",\"title\":\"Mitt currency(MTC)\",\"xnb\":21000,\"xnbd\":0,\"xnbz\":21000,\"jia\":1,\"zhehe\":21000},{\"id\":0,\"name\":\"eos\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984699448d41.png\",\"title\":\"EOS(EOS)\",\"xnb\":1000,\"xnbd\":0,\"xnbz\":1000,\"jia\":1,\"zhehe\":1000},{\"id\":0,\"name\":\"ico\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59846a22e55ae.png\",\"title\":\"ICC(ICO)\",\"xnb\":20000,\"xnbd\":0,\"xnbz\":20000,\"jia\":1,\"zhehe\":20000},{\"id\":0,\"name\":\"powr\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5ab0f6dc6ddd0.jpg\",\"title\":\"Power Ledger(POWR)\",\"xnb\":10000,\"xnbd\":0,\"xnbz\":10000,\"jia\":1,\"zhehe\":10000}]}}}"
						}
					]
				},
				{
					"name": "FiatBalance",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "1a1f3578724db2f6f3e068136dee46b6"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "38"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/User/FiatBalance",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"FiatBalance"
							]
						}
					},
					"response": [
						{
							"name": "userinfo",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "TOKEN",
										"value": "9a0fce26945b38afd05b42cfb2f3803c",
										"description": "Set token from login api"
									},
									{
										"key": "ID",
										"value": "30",
										"description": "Set id from login api"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/User/userinfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"User",
										"userinfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "2488",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:33:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"baseinfo\":{\"id\":\"30\",\"username\":\"123456789\",\"cellphone\":\"123456789\",\"cellphonetime\":\"1521711858\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"tpwdsetting\":\"1\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"invit_1\":\"0\",\"invit_2\":\"0\",\"invit_3\":\"0\",\"truename\":\"quickuser\",\"idcard\":\"quickuser\",\"idcardauth\":\"1\",\"idcardimg1\":null,\"idcardimg2\":null,\"idcardinfo\":null,\"logins\":null,\"ga\":null,\"addip\":\"127.0.0.1\",\"addr\":\"Unassigned or intranet IP\",\"sort\":null,\"addtime\":\"1521712689\",\"endtime\":null,\"status\":\"1\",\"email\":null,\"alipay\":null,\"invit\":\"TAPFZL\",\"token\":\"9a0fce26945b38afd05b42cfb2f3803c\",\"awardid\":\"9\",\"awardstatus\":\"0\",\"awardname\":\"1Yuan in cash\",\"awardnumall\":\"0\",\"awardnumtoday\":\"0\",\"awardtotaltoday\":\"0\",\"awardtime\":\"0\",\"regaward\":\"0\",\"usertype\":\"0\"},\"coin\":{\"usd\":{\"zj\":13264509.47,\"ky\":6142.24,\"dj\":0},\"coinList\":[{\"id\":\"5\",\"name\":\"eth\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845aa8b444f.png\",\"title\":\"ETH(ETH)\",\"xnb\":400,\"xnbd\":50,\"xnbz\":450,\"jia\":1532.62,\"zhehe\":689679},{\"id\":\"6\",\"name\":\"etc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cab4ba05.png\",\"title\":\"ETC(ETC)\",\"xnb\":200,\"xnbd\":0,\"xnbz\":200,\"jia\":103.13,\"zhehe\":20626},{\"id\":\"13\",\"name\":\"btc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/598458a23a26a.png\",\"title\":\"Bitcoin(BTC)\",\"xnb\":37633.2,\"xnbd\":0,\"xnbz\":37633.2,\"jia\":0,\"zhehe\":0},{\"id\":\"7\",\"name\":\"ltc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845c9fb46c2.png\",\"title\":\"Litecoin(LTC)\",\"xnb\":123,\"xnbd\":0,\"xnbz\":123,\"jia\":292.05,\"zhehe\":35922.15},{\"id\":\"8\",\"name\":\"bcc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cb49d7d8.png\",\"title\":\"BCH(BCC)\",\"xnb\":3434,\"xnbd\":0,\"xnbz\":3434,\"jia\":2616.12,\"zhehe\":8983756.08},{\"id\":0,\"name\":\"ast\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984689c5832f.png\",\"title\":\"Oersted(AST)\",\"xnb\":3476384,\"xnbd\":0,\"xnbz\":3476384,\"jia\":1,\"zhehe\":3476384},{\"id\":0,\"name\":\"mtc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984695b52ce1.png\",\"title\":\"Mitt currency(MTC)\",\"xnb\":21000,\"xnbd\":0,\"xnbz\":21000,\"jia\":1,\"zhehe\":21000},{\"id\":0,\"name\":\"eos\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984699448d41.png\",\"title\":\"EOS(EOS)\",\"xnb\":1000,\"xnbd\":0,\"xnbz\":1000,\"jia\":1,\"zhehe\":1000},{\"id\":0,\"name\":\"ico\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59846a22e55ae.png\",\"title\":\"ICC(ICO)\",\"xnb\":20000,\"xnbd\":0,\"xnbz\":20000,\"jia\":1,\"zhehe\":20000},{\"id\":0,\"name\":\"powr\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5ab0f6dc6ddd0.jpg\",\"title\":\"Power Ledger(POWR)\",\"xnb\":10000,\"xnbd\":0,\"xnbz\":10000,\"jia\":1,\"zhehe\":10000}]}}}"
						}
					]
				},
				{
					"name": "bank",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "db71481613b62b96b1e56cd3f6ead6ec",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "30",
								"description": "Set id from login api"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/User/bank",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"bank"
							]
						}
					},
					"response": []
				},
				{
					"name": "mybank",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "db71481613b62b96b1e56cd3f6ead6ec",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "30",
								"description": "Set id from login api"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/User/mybank",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"mybank"
							]
						}
					},
					"response": []
				},
				{
					"name": "sendCellphone",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "0922d72c312539b0a522ac572c283550",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "30",
								"description": "Set id from login api"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/User/sendCellphone",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"sendCellphone"
							]
						}
					},
					"response": []
				},
				{
					"name": "mytx_log",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "beb3a8d46d1919149912e48378978450",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "38",
								"description": "Set id from login api"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/User/mytx_log",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"mytx_log"
							]
						}
					},
					"response": []
				},
				{
					"name": "mycz_log",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"value": "9a0fce26945b38afd05b42cfb2f3803c",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "30",
								"description": "Set id from login api"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "pid",
									"value": "10",
									"description": "pageid or record id after which records need to be fetched",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/User/mycz_log",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"mycz_log"
							]
						}
					},
					"response": []
				},
				{
					"name": "auth_check",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "9a0fce26945b38afd05b42cfb2f3803c",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "30",
								"description": "Set id from login api"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/User/auth_check",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"User",
								"auth_check"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Otc",
			"item": [
				{
					"name": "index",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"host": true,
							"user-agent": true,
							"accept": true,
							"accept-encoding": true,
							"connection": true
						}
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}Api/Otc/index",
							"host": [
								"{{siteurl}}Api"
							],
							"path": [
								"Otc",
								"index"
							]
						},
						"description": "Show OTP Plans\r\nReturns all infomation"
					},
					"response": [
						{
							"name": "getTradedata",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "marketid",
											"value": "8",
											"description": "enter marketid example 7,8",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Trade/getTradedata",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Trade",
										"getTradedata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "217",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:28:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"entrust\":null,\"depth\":{\"buy\":\"\",\"sell\":[[2616.85,10],[2616.84,10],[2616.83,10],[2616.82,10],[2616.81,1]]},\"info\":{\"new_price\":2616.12,\"buy_price\":2616.13,\"sell_price\":2616.81},\"user\":{\"login\":0}}}"
						}
					]
				},
				{
					"name": "getquote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"type": "text",
								"value": "{{token}}"
							},
							{
								"key": "ID",
								"type": "text",
								"value": "{{id}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "trade_coin",
									"value": "eth",
									"description": "coin you need to buy sell [1st option]\n",
									"type": "text"
								},
								{
									"key": "base_coin",
									"value": "usdt",
									"description": "coin you need to use [2nd option]",
									"type": "text"
								},
								{
									"key": "input1",
									"value": "1",
									"description": "trade coin you need to buy sell",
									"type": "text"
								},
								{
									"key": "input2",
									"value": "",
									"description": "base coin you need to spend/get [choose either input 1 or input2",
									"type": "text"
								},
								{
									"key": "tradetype",
									"value": "buy",
									"description": "buy/sell",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}Api/Otc/getquote",
							"host": [
								"{{siteurl}}Api"
							],
							"path": [
								"Otc",
								"getquote"
							]
						},
						"description": "GetSet2FA"
					},
					"response": [
						{
							"name": "getTradedata",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "marketid",
											"value": "8",
											"description": "enter marketid example 7,8",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Trade/getTradedata",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Trade",
										"getTradedata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "217",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:28:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"entrust\":null,\"depth\":{\"buy\":\"\",\"sell\":[[2616.85,10],[2616.84,10],[2616.83,10],[2616.82,10],[2616.81,1]]},\"info\":{\"new_price\":2616.12,\"buy_price\":2616.13,\"sell_price\":2616.81},\"user\":{\"login\":0}}}"
						}
					]
				},
				{
					"name": "approvequote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"value": "{{token}}",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "{{id}}",
								"description": "Set id from login api"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "qid",
									"value": "1",
									"description": "quote id [int]",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Otc/approvequote",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Otc",
								"approvequote"
							]
						}
					},
					"response": [
						{
							"name": "userinfo",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "TOKEN",
										"value": "9a0fce26945b38afd05b42cfb2f3803c",
										"description": "Set token from login api"
									},
									{
										"key": "ID",
										"value": "30",
										"description": "Set id from login api"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/User/userinfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"User",
										"userinfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "2488",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:33:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"baseinfo\":{\"id\":\"30\",\"username\":\"123456789\",\"cellphone\":\"123456789\",\"cellphonetime\":\"1521711858\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"tpwdsetting\":\"1\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"invit_1\":\"0\",\"invit_2\":\"0\",\"invit_3\":\"0\",\"truename\":\"quickuser\",\"idcard\":\"quickuser\",\"idcardauth\":\"1\",\"idcardimg1\":null,\"idcardimg2\":null,\"idcardinfo\":null,\"logins\":null,\"ga\":null,\"addip\":\"127.0.0.1\",\"addr\":\"Unassigned or intranet IP\",\"sort\":null,\"addtime\":\"1521712689\",\"endtime\":null,\"status\":\"1\",\"email\":null,\"alipay\":null,\"invit\":\"TAPFZL\",\"token\":\"9a0fce26945b38afd05b42cfb2f3803c\",\"awardid\":\"9\",\"awardstatus\":\"0\",\"awardname\":\"1Yuan in cash\",\"awardnumall\":\"0\",\"awardnumtoday\":\"0\",\"awardtotaltoday\":\"0\",\"awardtime\":\"0\",\"regaward\":\"0\",\"usertype\":\"0\"},\"coin\":{\"usd\":{\"zj\":13264509.47,\"ky\":6142.24,\"dj\":0},\"coinList\":[{\"id\":\"5\",\"name\":\"eth\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845aa8b444f.png\",\"title\":\"ETH(ETH)\",\"xnb\":400,\"xnbd\":50,\"xnbz\":450,\"jia\":1532.62,\"zhehe\":689679},{\"id\":\"6\",\"name\":\"etc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cab4ba05.png\",\"title\":\"ETC(ETC)\",\"xnb\":200,\"xnbd\":0,\"xnbz\":200,\"jia\":103.13,\"zhehe\":20626},{\"id\":\"13\",\"name\":\"btc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/598458a23a26a.png\",\"title\":\"Bitcoin(BTC)\",\"xnb\":37633.2,\"xnbd\":0,\"xnbz\":37633.2,\"jia\":0,\"zhehe\":0},{\"id\":\"7\",\"name\":\"ltc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845c9fb46c2.png\",\"title\":\"Litecoin(LTC)\",\"xnb\":123,\"xnbd\":0,\"xnbz\":123,\"jia\":292.05,\"zhehe\":35922.15},{\"id\":\"8\",\"name\":\"bcc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cb49d7d8.png\",\"title\":\"BCH(BCC)\",\"xnb\":3434,\"xnbd\":0,\"xnbz\":3434,\"jia\":2616.12,\"zhehe\":8983756.08},{\"id\":0,\"name\":\"ast\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984689c5832f.png\",\"title\":\"Oersted(AST)\",\"xnb\":3476384,\"xnbd\":0,\"xnbz\":3476384,\"jia\":1,\"zhehe\":3476384},{\"id\":0,\"name\":\"mtc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984695b52ce1.png\",\"title\":\"Mitt currency(MTC)\",\"xnb\":21000,\"xnbd\":0,\"xnbz\":21000,\"jia\":1,\"zhehe\":21000},{\"id\":0,\"name\":\"eos\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984699448d41.png\",\"title\":\"EOS(EOS)\",\"xnb\":1000,\"xnbd\":0,\"xnbz\":1000,\"jia\":1,\"zhehe\":1000},{\"id\":0,\"name\":\"ico\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59846a22e55ae.png\",\"title\":\"ICC(ICO)\",\"xnb\":20000,\"xnbd\":0,\"xnbz\":20000,\"jia\":1,\"zhehe\":20000},{\"id\":0,\"name\":\"powr\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5ab0f6dc6ddd0.jpg\",\"title\":\"Power Ledger(POWR)\",\"xnb\":10000,\"xnbd\":0,\"xnbz\":10000,\"jia\":1,\"zhehe\":10000}]}}}"
						}
					]
				},
				{
					"name": "log",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "id",
									"value": "1",
									"description": "id for log view [int]",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Otc/log",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Otc",
								"log"
							]
						}
					},
					"response": [
						{
							"name": "getTradedata",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "marketid",
											"value": "8",
											"description": "enter marketid example 7,8",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Trade/getTradedata",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Trade",
										"getTradedata"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "217",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:28:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"entrust\":null,\"depth\":{\"buy\":\"\",\"sell\":[[2616.85,10],[2616.84,10],[2616.83,10],[2616.82,10],[2616.81,1]]},\"info\":{\"new_price\":2616.12,\"buy_price\":2616.13,\"sell_price\":2616.81},\"user\":{\"login\":0}}}"
						}
					]
				},
				{
					"name": "records",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "a8e8227fec29f7b9b1436a12d02c2903"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "38"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}/Api/Otc/records?ls=15",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Otc",
								"records"
							],
							"query": [
								{
									"key": "ls",
									"value": "15",
									"description": "optional last record [int]"
								}
							]
						}
					},
					"response": [
						{
							"name": "userinfo",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "TOKEN",
										"value": "9a0fce26945b38afd05b42cfb2f3803c",
										"description": "Set token from login api"
									},
									{
										"key": "ID",
										"value": "30",
										"description": "Set id from login api"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/User/userinfo",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"User",
										"userinfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive",
									"name": "Connection",
									"description": "Options that are desired for the connection"
								},
								{
									"key": "Content-Length",
									"value": "2488",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sat, 24 Mar 2018 19:33:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100",
									"name": "Keep-Alive",
									"description": "Custom header"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "Server",
									"value": "Apache/2.4.27 (Win32) PHP/5.6.31",
									"name": "Server",
									"description": "A name for the server"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/5.6.31",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [
								{
									"expires": "Invalid Date",
									"httpOnly": false,
									"domain": "127.0.0.1",
									"path": "/",
									"secure": false,
									"value": "vlul024er65okspcfjdupmdsn2",
									"key": "PHPSESSID"
								}
							],
							"body": "{\"status\":1,\"data\":{\"baseinfo\":{\"id\":\"30\",\"username\":\"123456789\",\"cellphone\":\"123456789\",\"cellphonetime\":\"1521711858\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"tpwdsetting\":\"1\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"invit_1\":\"0\",\"invit_2\":\"0\",\"invit_3\":\"0\",\"truename\":\"quickuser\",\"idcard\":\"quickuser\",\"idcardauth\":\"1\",\"idcardimg1\":null,\"idcardimg2\":null,\"idcardinfo\":null,\"logins\":null,\"ga\":null,\"addip\":\"127.0.0.1\",\"addr\":\"Unassigned or intranet IP\",\"sort\":null,\"addtime\":\"1521712689\",\"endtime\":null,\"status\":\"1\",\"email\":null,\"alipay\":null,\"invit\":\"TAPFZL\",\"token\":\"9a0fce26945b38afd05b42cfb2f3803c\",\"awardid\":\"9\",\"awardstatus\":\"0\",\"awardname\":\"1Yuan in cash\",\"awardnumall\":\"0\",\"awardnumtoday\":\"0\",\"awardtotaltoday\":\"0\",\"awardtime\":\"0\",\"regaward\":\"0\",\"usertype\":\"0\"},\"coin\":{\"usd\":{\"zj\":13264509.47,\"ky\":6142.24,\"dj\":0},\"coinList\":[{\"id\":\"5\",\"name\":\"eth\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845aa8b444f.png\",\"title\":\"ETH(ETH)\",\"xnb\":400,\"xnbd\":50,\"xnbz\":450,\"jia\":1532.62,\"zhehe\":689679},{\"id\":\"6\",\"name\":\"etc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cab4ba05.png\",\"title\":\"ETC(ETC)\",\"xnb\":200,\"xnbd\":0,\"xnbz\":200,\"jia\":103.13,\"zhehe\":20626},{\"id\":\"13\",\"name\":\"btc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/598458a23a26a.png\",\"title\":\"Bitcoin(BTC)\",\"xnb\":37633.2,\"xnbd\":0,\"xnbz\":37633.2,\"jia\":0,\"zhehe\":0},{\"id\":\"7\",\"name\":\"ltc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845c9fb46c2.png\",\"title\":\"Litecoin(LTC)\",\"xnb\":123,\"xnbd\":0,\"xnbz\":123,\"jia\":292.05,\"zhehe\":35922.15},{\"id\":\"8\",\"name\":\"bcc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59845cb49d7d8.png\",\"title\":\"BCH(BCC)\",\"xnb\":3434,\"xnbd\":0,\"xnbz\":3434,\"jia\":2616.12,\"zhehe\":8983756.08},{\"id\":0,\"name\":\"ast\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984689c5832f.png\",\"title\":\"Oersted(AST)\",\"xnb\":3476384,\"xnbd\":0,\"xnbz\":3476384,\"jia\":1,\"zhehe\":3476384},{\"id\":0,\"name\":\"mtc\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984695b52ce1.png\",\"title\":\"Mitt currency(MTC)\",\"xnb\":21000,\"xnbd\":0,\"xnbz\":21000,\"jia\":1,\"zhehe\":21000},{\"id\":0,\"name\":\"eos\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5984699448d41.png\",\"title\":\"EOS(EOS)\",\"xnb\":1000,\"xnbd\":0,\"xnbz\":1000,\"jia\":1,\"zhehe\":1000},{\"id\":0,\"name\":\"ico\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/59846a22e55ae.png\",\"title\":\"ICC(ICO)\",\"xnb\":20000,\"xnbd\":0,\"xnbz\":20000,\"jia\":1,\"zhehe\":20000},{\"id\":0,\"name\":\"powr\",\"ico\":\"http:\\/\\/127.0.0.1\\/Upload\\/coin\\/5ab0f6dc6ddd0.jpg\",\"title\":\"Power Ledger(POWR)\",\"xnb\":10000,\"xnbd\":0,\"xnbz\":10000,\"jia\":1,\"zhehe\":10000}]}}}"
						}
					]
				}
			]
		},
		{
			"name": "Crypto",
			"item": [
				{
					"name": "{{siteurl}}/Api/Crypto/MyWithdrawals",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "TOKEN",
								"value": "654fc68202eb396965e3810e91670f8c",
								"description": "Set token from login api"
							},
							{
								"key": "ID",
								"value": "39",
								"description": "Set id from login api"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/MyWithdrawals",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"MyWithdrawals"
							]
						},
						"description": "MyWithdrawals"
					},
					"response": []
				},
				{
					"name": "{{siteurl}}/Api/Crypto/depositaddress",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "5649c7f17db8343a5159473f548f4594"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "39"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/depositaddress/coin/tbtc",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"depositaddress",
								"coin",
								"tbtc"
							]
						},
						"description": "MyWithdrawals"
					},
					"response": []
				},
				{
					"name": "{{siteurl}}/Api/Crypto/coinbalance",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "5649c7f17db8343a5159473f548f4594"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "39"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/coinbalance/coin/eth",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"coinbalance",
								"coin",
								"eth"
							]
						},
						"description": "MyWithdrawals"
					},
					"response": []
				},
				{
					"name": "{{siteurl}}/Api/Crypto/doWithdraw",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "5649c7f17db8343a5159473f548f4594"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "39"
							},
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/x-www-form-urlencoded",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\"coin\":\"tbtc\",\"num\":\"0.001\",\"addr\":\"1123423423423525353453456346534645645745746747475\",\"paypassword\":\"funding\"}"
						},
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/doWithdraw",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"doWithdraw"
							]
						},
						"description": "MyWithdrawals"
					},
					"response": []
				},
				{
					"name": "{{siteurl}}/Api/Crypto/MyDeposits",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"MyDeposits",
								"coin",
								"btc"
							]
						},
						"description": "MyWithdrawals"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				}
			]
		},
		{
			"name": "CoinGecko Submission Apis",
			"item": [
				{
					"name": "pairs",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/External/pairs/",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"External",
								"pairs",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "tickers",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/External/tickers/",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"External",
								"tickers",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "orderbook",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/External/orderbook?ticker_id=BTC_ETH&depth=100",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"External",
								"orderbook"
							],
							"query": [
								{
									"key": "ticker_id",
									"value": "BTC_ETH",
									"description": "market name"
								},
								{
									"key": "depth",
									"value": "100",
									"description": "max 100"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "historical_trades",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/External/historical_trades?ticker_id=BTC_USD&depth=100&type=buy",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"External",
								"historical_trades"
							],
							"query": [
								{
									"key": "ticker_id",
									"value": "BTC_USD",
									"description": "required"
								},
								{
									"key": "depth",
									"value": "100",
									"description": "optional"
								},
								{
									"key": "type",
									"value": "buy",
									"description": "required:buy or sell "
								}
							]
						}
					},
					"response": []
				}
			],
			"description": "HTTP API should cover the following: \n1) Ticker (last done, bid, ask, 24h volume, 24h high, 24h low).\n2) OrderBook (list of asks and list of bids at least 100 levels).\n3) Trades (X number of trades executed)"
		},
		{
			"name": "Fiat",
			"item": [
				{
					"name": "{{siteurl}}/Api/Crypto/fiatDeposit",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/fiatDeposit/coinname/usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"fiatDeposit",
								"coinname",
								"usd"
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "{{siteurl}}/Api/Crypto/fiatDepositHistory",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{TOKEN}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{ID}}"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/fiatDepositHistory/coinname/usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"fiatDepositHistory",
								"coinname",
								"usd"
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "{{siteurl}}/Api/Crypto/fiatoutlog",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/fiatoutlog/coinname/usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"fiatoutlog",
								"coinname",
								"usd"
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "{{siteurl}}/Api/Crypto/markAsPaid",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/markAsPaid/id/28",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"markAsPaid",
								"id",
								"28"
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "{{siteurl}}/Api/Crypto/cancelFiatOut",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/cancelFiatOut/id/191",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"cancelFiatOut",
								"id",
								"191"
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "{{siteurl}}/Api/Crypto/viewFiatOrder",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/viewFiatOrder/id/28",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"viewFiatOrder",
								"id",
								"28"
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "{{siteurl}}/Api/Crypto/doFiatWithdrawal",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/doFiatWithdrawal?num=6400&paypassword=funding&type=13&coinname=usd",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"doFiatWithdrawal"
							],
							"query": [
								{
									"key": "num",
									"value": "6400"
								},
								{
									"key": "paypassword",
									"value": "funding"
								},
								{
									"key": "type",
									"value": "13"
								},
								{
									"key": "coinname",
									"value": "usd"
								}
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "{{siteurl}}/Api/Crypto/MyWithdrawals",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Set token from login api",
								"key": "TOKEN",
								"value": "{{token}}"
							},
							{
								"description": "Set id from login api",
								"key": "ID",
								"value": "{{id}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{siteurl}}/Api/Crypto/MyWithdrawals",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Crypto",
								"MyWithdrawals"
							]
						},
						"description": "MyFiat"
					},
					"response": [
						{
							"name": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Set token from login api",
										"key": "TOKEN",
										"value": "{{token}}"
									},
									{
										"description": "Set id from login api",
										"key": "ID",
										"value": "{{id}}"
									}
								],
								"url": {
									"raw": "{{siteurl}}/Api/Crypto/MyDeposits/coin/btc",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Crypto",
										"MyDeposits",
										"coin",
										"btc"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Thu, 14 May 2020 04:46:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "advance.codono.com"
								},
								{
									"key": "X-Powered-By",
									"value": "PleskLin"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Cache-Control",
									"value": "private, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "origin, x-requested-with, content-type,id,token,ID,TOKEN,XMLHttpRequest"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "PUT, GET, POST, DELETE, OPTIONS"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "288"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": 1,\n    \"data\": [\n        {\n            \"id\": \"636\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"d98fc845d28b1bff80b165c9009f1f49\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567078200\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"635\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"1acc85f0401a2c6d591a651715912cd4\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01010000\",\n            \"mum\": \"0.01009899\",\n            \"fee\": \"0.00000101\",\n            \"sort\": null,\n            \"addtime\": \"1567078033\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        },\n        {\n            \"id\": \"634\",\n            \"userid\": \"38\",\n            \"username\": \"shree@codono.com\",\n            \"coinname\": \"btc\",\n            \"type\": \"0\",\n            \"txid\": \"8efe997ee60aad7497ff15b35530caa6\",\n            \"shifted_to_main\": \"0\",\n            \"num\": \"0.01000000\",\n            \"mum\": \"0.00999900\",\n            \"fee\": \"0.00000100\",\n            \"sort\": null,\n            \"addtime\": \"1567077824\",\n            \"endtime\": null,\n            \"status\": \"1\"\n        }\n    ]\n}"
						}
					]
				}
			]
		},
		{
			"name": "Internal",
			"item": [
				{
					"name": "makeUpdate",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"user-agent": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"value": "5f2b5cdbe5194f10b3241568fe4e2b24",
								"description": "In simple auth pass secret , in advance pass generated token",
								"type": "text"
							},
							{
								"key": "APIKEY",
								"value": "bf55fcff5d1cbeebf5f00e08e23357fb",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "member_id",
									"value": "77",
									"description": "mapping userid\n",
									"type": "text"
								},
								{
									"key": "wallet_item_id",
									"value": "38",
									"description": "coin_id",
									"type": "text"
								},
								{
									"key": "coin_amount",
									"value": "22",
									"description": "amount",
									"type": "text"
								},
								{
									"key": "Transaction_type",
									"value": "deposit",
									"description": "deposit/withdrawal\n",
									"type": "text"
								},
								{
									"key": "TXID\n",
									"value": "3287574858738478",
									"description": "Transaction id from other system",
									"type": "text"
								},
								{
									"key": "TXID_datetime\n",
									"value": "1617897112",
									"description": "timestamp else it will use unix timestamp",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Internal/makeUpdate",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Internal",
								"makeUpdate"
							]
						},
						"description": "Deposit or withdraw from User account"
					},
					"response": []
				},
				{
					"name": "tradelog",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"user-agent": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"value": "5f2b5cdbe5194f10b3241568fe4e2b24",
								"description": "In simple auth pass secret , in advance pass generated token",
								"type": "text"
							},
							{
								"key": "APIKEY",
								"value": "bf55fcff5d1cbeebf5f00e08e23357fb",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "MY_ID",
									"value": "22",
									"description": "For own record",
									"type": "text"
								},
								{
									"key": "CODONO_TXID",
									"value": "10",
									"description": "id for trade_log",
									"type": "text"
								},
								{
									"key": "Datetime",
									"value": "1617897112",
									"description": "timestamp ",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Internal/tradelog",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Internal",
								"tradelog"
							]
						},
						"description": "Receive Trade logs"
					},
					"response": []
				},
				{
					"name": "simulateTrade",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"user-agent": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "In simple auth pass secret , in advance pass generated token",
								"key": "TOKEN",
								"type": "text",
								"value": "5f2b5cdbe5194f10b3241568fe4e2b24"
							},
							{
								"key": "APIKEY",
								"type": "text",
								"value": "bf55fcff5d1cbeebf5f00e08e23357fb"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "orderid",
									"value": "22",
									"description": "External orderid\n",
									"type": "text"
								},
								{
									"key": "market",
									"value": "btc_usdt",
									"description": "market name on exchange",
									"type": "text"
								},
								{
									"key": "num",
									"value": "0.021",
									"description": "quantity",
									"type": "text"
								},
								{
									"key": "price",
									"value": "53250",
									"description": "price",
									"type": "text"
								},
								{
									"key": "type",
									"value": "2",
									"description": "buy=1, sell=2",
									"type": "text"
								},
								{
									"key": "ordertime",
									"value": "1618481888",
									"description": "external timestamp",
									"type": "text"
								},
								{
									"key": "delay",
									"value": "2000000",
									"description": "mili secs [10^6]",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Internal/simulateTrade",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Internal",
								"simulateTrade"
							]
						},
						"description": "Create Trade orders [First buy then sell or viceversa]"
					},
					"response": []
				},
				{
					"name": "multipleOrders",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"user-agent": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "In simple auth pass secret , in advance pass generated token",
								"key": "TOKEN",
								"type": "text",
								"value": "5f2b5cdbe5194f10b3241568fe4e2b24"
							},
							{
								"key": "APIKEY",
								"type": "text",
								"value": "bf55fcff5d1cbeebf5f00e08e23357fb"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "market",
									"value": "btc_usdt",
									"description": "market name on exchange",
									"type": "text"
								},
								{
									"key": "type",
									"value": "1",
									"description": "buy=1, sell=2",
									"type": "text"
								},
								{
									"key": "Datetime",
									"value": "1618481888",
									"description": "external timestamp",
									"type": "text"
								},
								{
									"key": "orders_json",
									"value": "[[\"50678.04849132\",\"0.2\"],[\"50700.04849132\",\"0.21\"],[\"51678.04849132\",\"0.1\"],[\"50678.04849132\",\"0.9\"]]",
									"description": "[[\"price,\"qty],[\"price,\"qty],[\"price,\"qty]]",
									"type": "text"
								},
								{
									"key": "market",
									"value": "btc_usdt",
									"description": "system market pair",
									"type": "text"
								},
								{
									"key": "TXID",
									"value": "123456",
									"description": "externalid",
									"type": "text"
								},
								{
									"key": "uid",
									"value": "38",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Internal/multipleOrders",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Internal",
								"multipleOrders"
							]
						},
						"description": "Method when called Creates Multiple orders, and if there are pending orders and amount isnt sufficient then it cancels also"
					},
					"response": []
				},
				{
					"name": "user",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"user-agent": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"value": "5f2b5cdbe5194f10b3241568fe4e2b24",
								"description": "In simple auth pass secret , in advance pass generated token",
								"type": "text"
							},
							{
								"key": "APIKEY",
								"value": "bf55fcff5d1cbeebf5f00e08e23357fb",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "user_id",
									"value": "110",
									"description": "userid to update or add",
									"type": "text"
								},
								{
									"key": "username",
									"value": "blackhawk",
									"description": "username",
									"type": "text"
								},
								{
									"key": "email",
									"value": "someone@black.hawk",
									"description": "add only",
									"type": "text"
								},
								{
									"key": "idcardauth",
									"value": "0",
									"description": "update or add",
									"type": "text"
								},
								{
									"key": "last_update\n",
									"value": "1617897114",
									"description": "add/update",
									"type": "text"
								},
								{
									"key": "password",
									"value": "5f4dcc3b5aa765d61d8327deb882cf99",
									"description": "password [md5]",
									"type": "text"
								},
								{
									"key": "paypassword",
									"value": "5f4dcc3b5aa765d61d8327deb882cf99",
									"description": "paypassword [md5]",
									"type": "text",
									"disabled": true
								},
								{
									"key": "truename",
									"value": "steve jobs",
									"description": "full name",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{siteurl}}/Api/Internal/user",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Internal",
								"user"
							]
						},
						"description": "Deposit or withdraw from User account"
					},
					"response": [
						{
							"name": "user add",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "TOKEN",
										"value": "5f2b5cdbe5194f10b3241568fe4e2b24",
										"description": "In simple auth pass secret , in advance pass generated token",
										"type": "text"
									},
									{
										"key": "APIKEY",
										"value": "bf55fcff5d1cbeebf5f00e08e23357fb",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "user_id",
											"value": "380",
											"description": "userid to update or add",
											"type": "text"
										},
										{
											"key": "username",
											"value": "blackhawk",
											"description": "username",
											"type": "text"
										},
										{
											"key": "email",
											"value": "someone@black.hawk",
											"description": "add only",
											"type": "text"
										},
										{
											"key": "idcardauth",
											"value": "1",
											"description": "update or add",
											"type": "text"
										},
										{
											"key": "last_update\n",
											"value": "1617897112",
											"description": "add/update",
											"type": "text"
										},
										{
											"key": "password",
											"value": "5f4dcc3b5aa765d61d8327deb882cf99",
											"description": "password [md5]",
											"type": "text"
										},
										{
											"key": "paypassword",
											"value": "5f4dcc3b5aa765d61d8327deb882cf99",
											"description": "paypassword [md5]",
											"type": "text",
											"disabled": true
										},
										{
											"key": "truename",
											"value": "steve jobs",
											"description": "full name",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Internal/user",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Internal",
										"user"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "html",
							"header": [
								{
									"key": "Host",
									"value": "localhost:1006"
								},
								{
									"key": "Date",
									"value": "Mon, 12 Apr 2021 18:54:03 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Xdebug-Profile-Filename",
									"value": "c:/dev/tmp\\cachegrind.out.1618253643.21160"
								},
								{
									"key": "Content-Type",
									"value": "text/html;charset=utf-8"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "codono.com"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								}
							],
							"cookie": [],
							"body": "{\"status\":1,\"action\":\"add\",\"last_update\":\"1617897112\",\"token\":\"c4dd6bc4362fdd9ae8de188e6fc7318f\",\"data\":{\"user_id\":\"380\",\"username\":\"blackhawk\",\"email\":\"someone@black.hawk\",\"idcardauth\":\"1\",\"last_update\":\"1617897112\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"truename\":\"steve jobs\"}}"
						},
						{
							"name": "user update",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "TOKEN",
										"value": "5f2b5cdbe5194f10b3241568fe4e2b24",
										"description": "In simple auth pass secret , in advance pass generated token",
										"type": "text"
									},
									{
										"key": "APIKEY",
										"value": "bf55fcff5d1cbeebf5f00e08e23357fb",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "user_id",
											"value": "380",
											"description": "userid to update or add",
											"type": "text"
										},
										{
											"key": "username",
											"value": "blackhawk",
											"description": "username",
											"type": "text"
										},
										{
											"key": "email",
											"value": "someone@black.hawk",
											"description": "add only",
											"type": "text"
										},
										{
											"key": "idcardauth",
											"value": "0",
											"description": "update or add",
											"type": "text"
										},
										{
											"key": "last_update\n",
											"value": "1617897114",
											"description": "add/update",
											"type": "text"
										},
										{
											"key": "password",
											"value": "5f4dcc3b5aa765d61d8327deb882cf99",
											"description": "password [md5]",
											"type": "text"
										},
										{
											"key": "paypassword",
											"value": "5f4dcc3b5aa765d61d8327deb882cf99",
											"description": "paypassword [md5]",
											"type": "text",
											"disabled": true
										},
										{
											"key": "truename",
											"value": "steve jobs",
											"description": "full name",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{siteurl}}/Api/Internal/user",
									"host": [
										"{{siteurl}}"
									],
									"path": [
										"Api",
										"Internal",
										"user"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "html",
							"header": [
								{
									"key": "Host",
									"value": "localhost:1006"
								},
								{
									"key": "Date",
									"value": "Mon, 12 Apr 2021 19:12:29 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Xdebug-Profile-Filename",
									"value": "c:/dev/tmp\\cachegrind.out.1618254749.21160"
								},
								{
									"key": "Content-Type",
									"value": "text/html;charset=utf-8"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "X-Powered-By",
									"value": "codono.com"
								},
								{
									"key": "Expires",
									"value": "Thu, 19 Nov 1981 08:52:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-store, no-cache, must-revalidate"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "token,Origin, X-Requested-With, Content-Type, Accept,ID,TOKEN"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST,GET"
								}
							],
							"cookie": [],
							"body": "{\"status\":1,\"action\":\"update\",\"last_update\":\"1617897114\",\"token\":\"bce5ae8bd15be0857485ddb5f065f214\",\"data\":{\"username\":\"blackhawk\",\"email\":\"someone@black.hawk\",\"idcardauth\":\"0\",\"password\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"paypassword\":\"5f4dcc3b5aa765d61d8327deb882cf99\",\"truename\":\"steve jobs\",\"endtime\":\"1617897114\"},\"msg\":\"Record updated\"}"
						}
					]
				},
				{
					"name": "index",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"user-agent": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "TOKEN",
								"value": "zyx321",
								"type": "text"
							},
							{
								"key": "ID",
								"value": "abc123",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{siteurl}}/Api/Internal/index",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"Internal",
								"index"
							]
						},
						"description": "Connection Check"
					},
					"response": []
				}
			]
		},
		{
			"name": "CMC",
			"item": [
				{
					"name": "Summary",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/cmc/Summary",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"cmc",
								"Summary"
							]
						},
						"description": "The summary endpoint is to provide an overview of market data for all tickers and all market pairs on the exchange."
					},
					"response": []
				},
				{
					"name": "assets",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/cmc/assets",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"cmc",
								"assets"
							]
						},
						"description": "The assets endpoint is to provide a detailed summary for each currency available on the exchange."
					},
					"response": []
				},
				{
					"name": "ticker",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/cmc/ticker",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"cmc",
								"ticker"
							]
						},
						"description": "The ticker endpoint is to provide a 24-hour pricing and volume summary for each market pair available on the exchange."
					},
					"response": []
				},
				{
					"name": "orderbook",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/cmc/orderbook?market_pair=btc_usdt",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"cmc",
								"orderbook"
							],
							"query": [
								{
									"key": "market_pair",
									"value": "btc_usdt"
								}
							]
						},
						"description": "The order book endpoint is to provide a complete level 2 order book (arranged by best asks/bids) with full depth returned for a given market pair."
					},
					"response": []
				},
				{
					"name": "trades",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{siteurl}}/Api/cmc/trades?market_pair=btc_usdt",
							"host": [
								"{{siteurl}}"
							],
							"path": [
								"Api",
								"cmc",
								"trades"
							],
							"query": [
								{
									"key": "market_pair",
									"value": "btc_usdt"
								}
							]
						},
						"description": "The trades endpoint is to return data on all recently completed trades for a given market pair."
					},
					"response": []
				}
			],
			"description": " Spot Exchanges API endpoints"
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}