|
1 | 1 | { |
2 | | - "openapi": "3.0.1", |
| 2 | + "openapi": "3.0.4", |
3 | 3 | "info": { |
4 | | - "title": "Indexes REST API", |
5 | | - "description": "", |
| 4 | + "title": "CoinAPI Indexes REST API", |
6 | 5 | "contact": { |
7 | 6 | "name": "API BRICKS LTD", |
8 | 7 | "url": "https://www.coinapi.io", |
|
26 | 25 | "Metadata" |
27 | 26 | ], |
28 | 27 | "summary": "List all exchanges", |
29 | | - "description": "Get a detailed list of exchanges provided by the system.\r\n \r\n:::info\r\nProperties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.\r\n:::", |
| 28 | + "description": "Get a detailed list of exchanges provided by the system.\n \n:::info\nProperties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.\n:::", |
30 | 29 | "parameters": [ |
31 | 30 | { |
32 | 31 | "name": "filter_exchange_id", |
|
1274 | 1273 | "Periods" |
1275 | 1274 | ], |
1276 | 1275 | "summary": "List all periods", |
1277 | | - "description": "Get full list of supported time periods\r\n \r\n### Available periods\r\n \r\nTime unit | Period identifiers\r\n--------- | -----------\r\nSecond | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC\r\nMinute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN\r\nHour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS\r\nDay | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY\r\nMonth | 1MTH, 2MTH, 3MTH, 4MTH, 6MTH\r\nYear | 1YRS, 2YRS, 3YRS, 4YRS, 5YRS\r\n \r\n:::tip\r\nYou can assume that we will not remove any periods from this response, however, we may add new ones.\r\n:::", |
| 1276 | + "description": "Get full list of supported time periods\n \n### Available periods\n \nTime unit | Period identifiers\n--------- | -----------\nSecond | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC\nMinute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN\nHour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS\nDay | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY\nMonth | 1MTH, 2MTH, 3MTH, 4MTH, 6MTH\nYear | 1YRS, 2YRS, 3YRS, 4YRS, 5YRS\n \n:::tip\nYou can assume that we will not remove any periods from this response, however, we may add new ones.\n:::", |
1278 | 1277 | "responses": { |
1279 | 1278 | "200": { |
1280 | 1279 | "description": "successful operation", |
|
1686 | 1685 | } |
1687 | 1686 | }, |
1688 | 1687 | "securitySchemes": { |
1689 | | - "ApiKey": { |
| 1688 | + "APIKey": { |
1690 | 1689 | "type": "apiKey", |
1691 | | - "description": "CoinApi API key needed to access the endpoints", |
1692 | | - "name": "X-CoinAPI-Key", |
| 1690 | + "description": "API Key is required to access the endpoints", |
| 1691 | + "name": "Authorization", |
| 1692 | + "in": "header" |
| 1693 | + }, |
| 1694 | + "JWT": { |
| 1695 | + "type": "apiKey", |
| 1696 | + "description": "JWT token needed to access the endpoints", |
| 1697 | + "name": "Authorization", |
1693 | 1698 | "in": "header" |
1694 | 1699 | } |
1695 | 1700 | } |
1696 | 1701 | }, |
1697 | 1702 | "security": [ |
1698 | 1703 | { |
1699 | | - "ApiKey": [ ] |
| 1704 | + "APIKey": [ ] |
| 1705 | + }, |
| 1706 | + { |
| 1707 | + "JWT": [ ] |
1700 | 1708 | } |
1701 | 1709 | ], |
1702 | 1710 | "tags": [ |
|
0 commit comments