{ "uuid": "3167a28d-dcbc-49c0-82bd-8dea1e328bb8", "lastMigration": 29, "name": "nFusion Solutions Market Data API v1", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "d5d70341-6eaf-4208-aa0a-b7374bf262d9", "documentation": "Get historical prices for requested currency pairs", "method": "get", "endpoint": "api/v:version/Currencies/history", "responses": [ { "uuid": "1ffdc514-90ed-4e76-9cbf-fd06d57f9e83", "body": "[\n {\n \"data\": {\n \"baseCurrency\": \"\",\n \"intervals\": [\n {\n \"change\": {{faker 'number.float'}},\n \"changePercent\": {{faker 'number.float'}},\n \"end\": \"{{faker 'date.recent' 365}}\",\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"start\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "a753de64-8d60-43d6-b342-5880da9b89c3", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "56fe23b7-6c06-45fb-87ea-1dc4395700c8", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "4255e861-5ac4-4905-9f0e-6f93957f67ac", "documentation": "Get list of currency pairs supported by the history endpoint", "method": "get", "endpoint": "api/v:version/Currencies/history/supported", "responses": [ { "uuid": "75658e14-27c2-4812-a72e-a1d61aac44bf", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "9a9384ad-bb79-4263-ac2e-ad6aeb90abd3", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d2080264-5631-4cce-8993-a7ea51e42af2", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "e7936ce2-7fd2-4fec-88cd-61ea5ca0bb7b", "documentation": "Get latest mid rate for requested currency pairs", "method": "get", "endpoint": "api/v:version/Currencies/rate", "responses": [ { "uuid": "12d8b6a8-cd07-48d0-a47b-5222103559d2", "body": "[\n {\n \"data\": {\n \"symbol\": \"\",\n \"timestamp\": \"{{faker 'date.recent' 365}}\",\n \"value\": {{faker 'number.float'}}\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "6b5f8d30-85f0-40b3-827b-e937cda3ea20", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ce249ff9-be18-4756-b4c4-09c8b8c07ae0", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "a4fe6192-03f2-4735-b629-daf3619e69e8", "documentation": "Get list of currencies supported by the rate endpoint", "method": "get", "endpoint": "api/v:version/Currencies/rate/supported", "responses": [ { "uuid": "6830e3d4-0a28-4e39-b15e-518515b0f2ce", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "ee4b688b-886e-4720-b203-691338987c96", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4dbaccaf-e98c-413f-a6fe-81a407a2b8e4", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "4ac7be7c-703d-452b-9da5-fa1ef4b071c4", "documentation": "Get latest Summary for requested currency pairs", "method": "get", "endpoint": "api/v:version/Currencies/summary", "responses": [ { "uuid": "78aa42d2-8b72-4404-aa1b-e235133e86b5", "body": "[\n {\n \"data\": {\n \"ask\": {{faker 'number.float'}},\n \"baseCurrency\": \"\",\n \"bid\": {{faker 'number.float'}},\n \"fiftyTwoWeekHigh\": {{faker 'number.float'}},\n \"fiftyTwoWeekLow\": {{faker 'number.float'}},\n \"fiftyTwoWeekPercentChange\": {{faker 'number.float'}},\n \"fourWeekPercentChange\": {{faker 'number.float'}},\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"oneDayChange\": {{faker 'number.float'}},\n \"oneDayPercentChange\": {{faker 'number.float'}},\n \"oneDayValue\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"symbol\": \"\",\n \"timeStamp\": \"{{faker 'date.recent' 365}}\",\n \"twelveWeekPercentChange\": {{faker 'number.float'}},\n \"yearToDatePercentChange\": {{faker 'number.float'}}\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "15587407-33ee-4e6d-ab2d-848bfd14aa01", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a529a67-4043-48a6-9ee0-5faddd5357d6", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "2f89dcb1-9c03-44f9-b585-5f36441f919e", "documentation": "Get list of currency pairs supported by the Summary endpoint", "method": "get", "endpoint": "api/v:version/Currencies/summary/supported", "responses": [ { "uuid": "7fde0659-a7dd-4c23-a052-17247d568145", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "b67c97a8-8b89-48ae-a863-e5bf38727402", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c1b6dd2-4f32-49df-bc5b-43536ea3a4d6", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "a4695ee6-7f90-4a2d-aee4-eb11d285630e", "documentation": "Get historical benchmark prices for requested metals", "method": "get", "endpoint": "api/v:version/Metals/benchmark/history", "responses": [ { "uuid": "0e3fded5-e61a-4341-acad-0b68172c11e8", "body": "[\n {\n \"data\": {\n \"baseCurrency\": \"\",\n \"intervals\": [\n {\n \"change\": {{faker 'number.float'}},\n \"changePercent\": {{faker 'number.float'}},\n \"end\": \"{{faker 'date.recent' 365}}\",\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"start\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "814f83bf-3f91-4b39-baa9-8699d75208ba", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "46114652-6a9f-4b93-b183-1e585f4e45c5", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "d4842472-8483-48ab-8349-faee45d19484", "documentation": "Get latest Benchmark prices for requested metals", "method": "get", "endpoint": "api/v:version/Metals/benchmark/summary", "responses": [ { "uuid": "ef507ef6-64e5-48d1-aac3-2affd14e6125", "body": "[\n {\n \"data\": {\n \"ask\": {{faker 'number.float'}},\n \"baseCurrency\": \"\",\n \"bid\": {{faker 'number.float'}},\n \"fiftyTwoWeekHigh\": {{faker 'number.float'}},\n \"fiftyTwoWeekLow\": {{faker 'number.float'}},\n \"fiftyTwoWeekPercentChange\": {{faker 'number.float'}},\n \"fourWeekPercentChange\": {{faker 'number.float'}},\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"oneDayChange\": {{faker 'number.float'}},\n \"oneDayPercentChange\": {{faker 'number.float'}},\n \"oneDayValue\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"symbol\": \"\",\n \"timeStamp\": \"{{faker 'date.recent' 365}}\",\n \"twelveWeekPercentChange\": {{faker 'number.float'}},\n \"yearToDatePercentChange\": {{faker 'number.float'}}\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "eec00f6a-450d-4f69-86d1-ec5d2196985e", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "852fedbc-5138-4896-96c6-90041abea076", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "3f3029ba-1cba-48a1-abf3-2a706621efd3", "documentation": "Get list of symbols supported by the benchmark endpoints", "method": "get", "endpoint": "api/v:version/Metals/benchmark/supported", "responses": [ { "uuid": "cb55013b-ef40-4021-a1e3-c229aad69ad0", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "df6242de-2493-44af-8268-88145c8b0e3e", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c8d2dad1-fd1a-4b00-b3c8-91eb82e04fc4", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "1ce459b2-e189-4079-9764-4acb9d01818b", "documentation": "Get historical Spot prices for requested metals", "method": "get", "endpoint": "api/v:version/Metals/spot/history", "responses": [ { "uuid": "b4a68036-abbd-4628-9d33-0285d37dcfbc", "body": "[\n {\n \"data\": {\n \"baseCurrency\": \"\",\n \"intervals\": [\n {\n \"change\": {{faker 'number.float'}},\n \"changePercent\": {{faker 'number.float'}},\n \"end\": \"{{faker 'date.recent' 365}}\",\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"start\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "192ac81f-314e-426a-a90d-938a55d43f57", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "22554ae8-cd99-492e-9994-51ff7e81c5bf", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "ad5f4568-51cb-45da-9053-9f95c9b674b1", "documentation": "Get Historical Performance for requested metals", "method": "get", "endpoint": "api/v:version/Metals/spot/performance", "responses": [ { "uuid": "366ef69b-d17d-43b9-808c-0e1ac385bcc9", "body": "[\n {\n \"data\": {\n \"baseCurrency\": \"\",\n \"intervals\": [\n {\n \"change\": {{faker 'number.float'}},\n \"changePercent\": {{faker 'number.float'}},\n \"end\": \"{{faker 'date.recent' 365}}\",\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"start\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "2b3b0b4d-acee-4cd3-9286-a93ce95287bb", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "54f9d664-3a3d-4c22-b299-c1fdb68872bd", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "8b7a9c70-c3e5-4101-a41c-24d085552fc0", "documentation": "Get Historical Annual Performance for requested metals", "method": "get", "endpoint": "api/v:version/Metals/spot/performance/annual", "responses": [ { "uuid": "89f20e5c-4cf1-41f2-81b5-9df9698db2d3", "body": "[\n {\n \"data\": {\n \"baseCurrency\": \"\",\n \"intervals\": [\n {\n \"change\": {{faker 'number.float'}},\n \"changePercent\": {{faker 'number.float'}},\n \"end\": \"{{faker 'date.recent' 365}}\",\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"start\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "13bf0454-f93f-47f3-b365-eb15d77ed10d", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f69ac72-d16c-4280-b621-cc9b38a454fa", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "0bb47f44-f149-4065-8b4e-cfb91a9c5c8d", "documentation": "Get historical Spot Ratio prices for requested metals", "method": "get", "endpoint": "api/v:version/Metals/spot/ratio/history", "responses": [ { "uuid": "36e5ad83-9bcd-465f-a545-af80420eacdd", "body": "[\n {\n \"data\": {\n \"baseCurrency\": \"\",\n \"intervals\": [\n {\n \"change\": {{faker 'number.float'}},\n \"changePercent\": {{faker 'number.float'}},\n \"end\": \"{{faker 'date.recent' 365}}\",\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"start\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "d4ca5f45-f598-402e-ae19-f94df4d60856", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d9a2ec0-a1c9-45aa-81b6-954281e3ed39", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "91b1989d-4e98-4b26-a320-8a6b3e70bebf", "documentation": "Get latest Spot Summary for requested metal ratios", "method": "get", "endpoint": "api/v:version/Metals/spot/ratio/summary", "responses": [ { "uuid": "703ba673-2764-4a4f-864b-c9a178bca742", "body": "[\n {\n \"data\": {\n \"ask\": {{faker 'number.float'}},\n \"baseCurrency\": \"\",\n \"bid\": {{faker 'number.float'}},\n \"fiftyTwoWeekHigh\": {{faker 'number.float'}},\n \"fiftyTwoWeekLow\": {{faker 'number.float'}},\n \"fiftyTwoWeekPercentChange\": {{faker 'number.float'}},\n \"fourWeekPercentChange\": {{faker 'number.float'}},\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"oneDayChange\": {{faker 'number.float'}},\n \"oneDayPercentChange\": {{faker 'number.float'}},\n \"oneDayValue\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"symbol\": \"\",\n \"timeStamp\": \"{{faker 'date.recent' 365}}\",\n \"twelveWeekPercentChange\": {{faker 'number.float'}},\n \"yearToDatePercentChange\": {{faker 'number.float'}}\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "3d5e140a-468e-413c-81ef-02695c76e5f1", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e4f918d-da4d-49b6-aa1a-7b7d0da87048", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "1f302f2d-f45c-4593-a3e4-83978e14daba", "documentation": "Get latest Spot Summary for requested metals", "method": "get", "endpoint": "api/v:version/Metals/spot/summary", "responses": [ { "uuid": "f9101c58-806c-43e8-864e-4d23bb41272d", "body": "[\n {\n \"data\": {\n \"ask\": {{faker 'number.float'}},\n \"baseCurrency\": \"\",\n \"bid\": {{faker 'number.float'}},\n \"fiftyTwoWeekHigh\": {{faker 'number.float'}},\n \"fiftyTwoWeekLow\": {{faker 'number.float'}},\n \"fiftyTwoWeekPercentChange\": {{faker 'number.float'}},\n \"fourWeekPercentChange\": {{faker 'number.float'}},\n \"high\": {{faker 'number.float'}},\n \"last\": {{faker 'number.float'}},\n \"low\": {{faker 'number.float'}},\n \"oneDayChange\": {{faker 'number.float'}},\n \"oneDayPercentChange\": {{faker 'number.float'}},\n \"oneDayValue\": {{faker 'number.float'}},\n \"open\": {{faker 'number.float'}},\n \"symbol\": \"\",\n \"timeStamp\": \"{{faker 'date.recent' 365}}\",\n \"twelveWeekPercentChange\": {{faker 'number.float'}},\n \"yearToDatePercentChange\": {{faker 'number.float'}}\n },\n \"error\": \"\",\n \"requestedCurrency\": \"\",\n \"requestedSymbol\": \"\",\n \"requestedUnitOfMeasure\": \"\",\n \"success\": {{faker 'datatype.boolean'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "3164eff2-dab2-467f-9719-c58c4a832bd9", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8b3c1404-040f-4c72-b9ca-c98cfdbc1939", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "72141a8a-9ed6-4cb4-a7d5-5068c3d14a10", "documentation": "Get list of symbols supported by the spot endpoints", "method": "get", "endpoint": "api/v:version/Metals/spot/supported", "responses": [ { "uuid": "dbd634e5-d1ec-4f01-b6df-033f2e5ad5f9", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "9df1f9b3-19ba-4e1d-952e-de58c02aadfb", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dc2e3de6-30c4-4350-9cc8-78d51c3ea740", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "3bf271e9-3089-4550-b2b1-16033e3173d6", "documentation": "Get list of currencies supported by metals endpoints for currency conversion", "method": "get", "endpoint": "api/v:version/Metals/supported/currency", "responses": [ { "uuid": "871718c5-8187-4857-98bf-d271c68eb731", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Success", "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": "a9d4b73e-19a0-4460-b427-8b3bb21848a0", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0fd7209b-b4b6-4a1e-934d-7bc0a522136b", "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "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": "d5d70341-6eaf-4208-aa0a-b7374bf262d9" }, { "type": "route", "uuid": "4255e861-5ac4-4905-9f0e-6f93957f67ac" }, { "type": "route", "uuid": "e7936ce2-7fd2-4fec-88cd-61ea5ca0bb7b" }, { "type": "route", "uuid": "a4fe6192-03f2-4735-b629-daf3619e69e8" }, { "type": "route", "uuid": "4ac7be7c-703d-452b-9da5-fa1ef4b071c4" }, { "type": "route", "uuid": "2f89dcb1-9c03-44f9-b585-5f36441f919e" }, { "type": "route", "uuid": "a4695ee6-7f90-4a2d-aee4-eb11d285630e" }, { "type": "route", "uuid": "d4842472-8483-48ab-8349-faee45d19484" }, { "type": "route", "uuid": "3f3029ba-1cba-48a1-abf3-2a706621efd3" }, { "type": "route", "uuid": "1ce459b2-e189-4079-9764-4acb9d01818b" }, { "type": "route", "uuid": "ad5f4568-51cb-45da-9053-9f95c9b674b1" }, { "type": "route", "uuid": "8b7a9c70-c3e5-4101-a41c-24d085552fc0" }, { "type": "route", "uuid": "0bb47f44-f149-4065-8b4e-cfb91a9c5c8d" }, { "type": "route", "uuid": "91b1989d-4e98-4b26-a320-8a6b3e70bebf" }, { "type": "route", "uuid": "1f302f2d-f45c-4593-a3e4-83978e14daba" }, { "type": "route", "uuid": "72141a8a-9ed6-4cb4-a7d5-5068c3d14a10" }, { "type": "route", "uuid": "3bf271e9-3089-4550-b2b1-16033e3173d6" } ] }