{ "uuid": "5e236917-dbe7-4dd5-ae9f-18991aaf6d1e", "lastMigration": 29, "name": "Polygon", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "8140fb33-2c60-4f57-a986-9dc5e406fb2d", "documentation": "Available Companies", "method": "get", "endpoint": "v1/companies", "responses": [ { "uuid": "b2c07273-2781-4969-be77-c6c48d95c5fd", "body": "[\n {\n \"country\": \"\",\n \"exchange\": \"\",\n \"industry\": \"\",\n \"marketcap\": {{faker 'number.float'}},\n \"name\": \"\",\n \"sector\": \"\",\n \"symbol\": \"\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of companies", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f8175258-8ea1-4d5a-b405-36add154f4ad", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0664c2bf-cf90-4766-8699-ee9762f787fc", "documentation": "Available Currencies", "method": "get", "endpoint": "v1/currencies", "responses": [ { "uuid": "daeacd47-e770-45b1-bdae-ba5ade08b539", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "An array of currencies", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b1eed287-6454-41b0-a10f-77eed3e18c64", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "32d0ffac-716a-4d6e-830b-fc4f8c9fdcec", "documentation": "Historic Aggregates", "method": "get", "endpoint": "v1/historic/agg/:size/:symbol/:date", "responses": [ { "uuid": "737210f4-0a91-45e6-a6c9-f778e0208c8b", "body": "{\n \"day\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"msLatency\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"symbol\": \"\",\n \"ticks\": [\n {\n \"c\": {{faker 'number.int' max=99999}},\n \"h\": {{faker 'number.int' max=99999}},\n \"k\": {{faker 'number.int' max=99999}},\n \"l\": {{faker 'number.int' max=99999}},\n \"o\": {{faker 'number.int' max=99999}},\n \"t\": {{faker 'number.int' max=99999}},\n \"v\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of aggregates", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "85141c75-986a-4928-90ed-e4645e3db8d2", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6f4dce3-a5ab-415d-b931-15d6da801768", "documentation": "Historic Forex Ticks", "method": "get", "endpoint": "v1/historic/forex/:from/:to/:date", "responses": [ { "uuid": "d888a33b-6507-4f5c-bada-884d739c1a0a", "body": "{\n \"day\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"msLatency\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"symbol\": \"\",\n \"ticks\": [\n {\n \"a\": {{faker 'number.int' max=99999}},\n \"b\": {{faker 'number.int' max=99999}},\n \"t\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of forex ticks", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6273585b-9ad5-4d77-b7ca-885fd119efdd", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5eb05e0-397f-46bd-b05f-864aa288e16b", "documentation": "Historic Quotes", "method": "get", "endpoint": "v1/historic/quotes/:symbol/:date", "responses": [ { "uuid": "db0cad4a-0cb1-4ff8-825c-ee352bdcb43f", "body": "{\n \"day\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"msLatency\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"symbol\": \"\",\n \"ticks\": [\n {\n \"aE\": \"\",\n \"aP\": {{faker 'number.float'}},\n \"aS\": {{faker 'number.int' max=99999}},\n \"bE\": \"\",\n \"bP\": {{faker 'number.float'}},\n \"bS\": {{faker 'number.int' max=99999}},\n \"c\": {{faker 'number.int' max=99999}},\n \"t\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of quotes", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a690d64d-33b9-4583-a20a-20ec8155226b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2739119e-bbd2-4601-9359-877643c11d6c", "documentation": "Historic Trades", "method": "get", "endpoint": "v1/historic/trades/:symbol/:date", "responses": [ { "uuid": "23134689-8f0e-4c70-aa5e-3e7afa1af624", "body": "{\n \"day\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"msLatency\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"symbol\": \"\",\n \"ticks\": [\n {\n \"c1\": {{faker 'number.int' max=99999}},\n \"c2\": {{faker 'number.int' max=99999}},\n \"c3\": {{faker 'number.int' max=99999}},\n \"c4\": {{faker 'number.int' max=99999}},\n \"e\": \"\",\n \"p\": {{faker 'number.float'}},\n \"s\": {{faker 'number.int' max=99999}},\n \"t\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of trades", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0b90f675-fc3d-488e-b9d0-072dd3d8ee7a", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "16209d85-4259-4aa0-aed7-853cd2b9ee9d", "documentation": "Last Trade for a Currency Pair", "method": "get", "endpoint": "v1/last/currencies/:from/:to", "responses": [ { "uuid": "d5478cb1-198d-4d35-8dd1-c33d0c434f6d", "body": "{\n \"last\": {\n \"exchange\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"timestamp\": {{faker 'number.int' max=99999}}\n },\n \"status\": \"\",\n \"symbol\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Last tick for this currency pair", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eeaaae22-d9ec-402b-a6a2-61721b462114", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3d1e549-fe35-4b45-acf0-2790865bac59", "documentation": "Last Trade for a Symbol", "method": "get", "endpoint": "v1/last/stocks/:symbol", "responses": [ { "uuid": "f6cbd41b-a056-4651-bba7-c02fdfc9dbcc", "body": "{\n \"last\": {\n \"cond1\": {{faker 'number.int' max=99999}},\n \"cond2\": {{faker 'number.int' max=99999}},\n \"cond3\": {{faker 'number.int' max=99999}},\n \"cond4\": {{faker 'number.int' max=99999}},\n \"exchange\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"size\": {{faker 'number.int' max=99999}},\n \"timestamp\": {{faker 'number.int' max=99999}}\n },\n \"status\": \"\",\n \"symbol\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Last trade for this stock", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "393c1470-bdbf-499a-b76a-fae8638c80b4", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c59c73d-0cc2-4d7e-a6c6-a42b28dccb07", "documentation": "Last Quote for a Currency Pair", "method": "get", "endpoint": "v1/last_quote/currencies/:from/:to", "responses": [ { "uuid": "b48ded73-ad70-4e89-854a-62636e3d333d", "body": "{\n \"last\": {\n \"askprice\": {{faker 'number.float'}},\n \"bidprice\": {{faker 'number.float'}},\n \"timestamp\": {{faker 'number.int' max=99999}}\n },\n \"status\": \"\",\n \"symbol\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Last quote tick for this currency pair", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f0917d2e-d81e-4ec1-a747-f1e692a8207b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "917a5fe3-f255-4415-a6fb-ae30420bee78", "documentation": "Last Quote for a Symbol", "method": "get", "endpoint": "v1/last_quote/stocks/:symbol", "responses": [ { "uuid": "0d1eb7f8-cd4e-4bd4-86e3-6ca6a3d59f62", "body": "{\n \"last\": {\n \"askexchange\": {{faker 'number.int' max=99999}},\n \"askprice\": {{faker 'number.float'}},\n \"asksize\": {{faker 'number.int' max=99999}},\n \"bidexchange\": {{faker 'number.int' max=99999}},\n \"bidprice\": {{faker 'number.float'}},\n \"bidsize\": {{faker 'number.int' max=99999}},\n \"cond\": {{faker 'number.int' max=99999}},\n \"timestamp\": {{faker 'number.int' max=99999}}\n },\n \"status\": \"\",\n \"symbol\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Last quote tick for this stock", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1ba6302b-ebc7-473a-92c9-cdcc9268d814", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "8140fb33-2c60-4f57-a986-9dc5e406fb2d" }, { "type": "route", "uuid": "0664c2bf-cf90-4766-8699-ee9762f787fc" }, { "type": "route", "uuid": "32d0ffac-716a-4d6e-830b-fc4f8c9fdcec" }, { "type": "route", "uuid": "c6f4dce3-a5ab-415d-b931-15d6da801768" }, { "type": "route", "uuid": "b5eb05e0-397f-46bd-b05f-864aa288e16b" }, { "type": "route", "uuid": "2739119e-bbd2-4601-9359-877643c11d6c" }, { "type": "route", "uuid": "16209d85-4259-4aa0-aed7-853cd2b9ee9d" }, { "type": "route", "uuid": "a3d1e549-fe35-4b45-acf0-2790865bac59" }, { "type": "route", "uuid": "3c59c73d-0cc2-4d7e-a6c6-a42b28dccb07" }, { "type": "route", "uuid": "917a5fe3-f255-4415-a6fb-ae30420bee78" } ] }