Skip to content

Commit a82bb6d

Browse files
committed
update openapi file
1 parent 5015a6b commit a82bb6d

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

coinapi/market-data-api-rest/spec/openapi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"examples": {
6868
"Example response": {
6969
"value": {
70-
"time": "2026-05-26T06:09:12.0715262Z",
70+
"time": "2026-05-27T06:03:35.9796551Z",
7171
"asset_id_base": "BTC",
7272
"asset_id_quote": "USD",
7373
"rate": 10000.0
@@ -82,7 +82,7 @@
8282
"examples": {
8383
"Example response": {
8484
"value": {
85-
"time": "2026-05-26T06:09:12.0715262Z",
85+
"time": "2026-05-27T06:03:35.9796551Z",
8686
"asset_id_base": "BTC",
8787
"asset_id_quote": "USD",
8888
"rate": 10000.0
@@ -97,7 +97,7 @@
9797
"examples": {
9898
"Example response": {
9999
"value": {
100-
"time": "2026-05-26T06:09:12.0715262Z",
100+
"time": "2026-05-27T06:03:35.9796551Z",
101101
"asset_id_base": "BTC",
102102
"asset_id_quote": "USD",
103103
"rate": 10000.0
@@ -112,7 +112,7 @@
112112
"examples": {
113113
"Example response": {
114114
"value": {
115-
"time": "2026-05-26T06:09:12.0715262Z",
115+
"time": "2026-05-27T06:03:35.9796551Z",
116116
"asset_id_base": "BTC",
117117
"asset_id_quote": "USD",
118118
"rate": 10000.0
@@ -7149,7 +7149,7 @@
71497149
"Order Book"
71507150
],
71517151
"summary": "Historical data",
7152-
"description": "Get historical order book snapshots for a specific symbol within time range, returned in time ascending order.\n \n:::info\nThe historical order book data via the REST API is currently limited by a number of updates and to the maximum number of 20 levels.\n:::\n \nThis endpoint supports hourly granularity for APITP data with automatic fallback to daily data for older records.\nTimestamps are normalized to hour boundaries, and data is fetched per hour with precise filtering to your exact time range.\n \n:::tip\nFor querying a full day of data, use the 'date' parameter. For specific time ranges (including cross-day or multi-hour queries), use 'time_start' and 'time_end'.\n:::",
7152+
"description": "Get historical order book snapshots for a specific symbol within time range, returned in time ascending order.\n \n:::info\nThe historical order book data via the REST API is currently limited by a number of updates and to the maximum number of 50 levels.\n:::\n \nThis endpoint supports hourly granularity for APITP data with automatic fallback to daily data for older records.\nTimestamps are normalized to hour boundaries, and data is fetched per hour with precise filtering to your exact time range.\n \n:::tip\nFor querying a full day of data, use the 'date' parameter. For specific time ranges (including cross-day or multi-hour queries), use 'time_start' and 'time_end'.\n:::",
71537153
"parameters": [
71547154
{
71557155
"name": "symbol_id",
@@ -7197,7 +7197,7 @@
71977197
{
71987198
"name": "limit_levels",
71997199
"in": "query",
7200-
"description": "Maximum amount of levels from each side of the book to include in response (optional)",
7200+
"description": "Maximum amount of levels from each side of the book to include in response (optional, maximum is 50)",
72017201
"schema": {
72027202
"type": "integer",
72037203
"format": "int32"

coinapi/market-data-api-rest/spec/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ paths:
4848
examples:
4949
Example response:
5050
value: {
51-
"time": "2026-05-26T06:09:12.1518446Z",
51+
"time": "2026-05-27T06:03:36.2061014Z",
5252
"asset_id_base": "BTC",
5353
"asset_id_quote": "USD",
5454
"rate": 10000.0
@@ -59,7 +59,7 @@ paths:
5959
examples:
6060
Example response:
6161
value: {
62-
"time": "2026-05-26T06:09:12.1518446Z",
62+
"time": "2026-05-27T06:03:36.2061014Z",
6363
"asset_id_base": "BTC",
6464
"asset_id_quote": "USD",
6565
"rate": 10000.0
@@ -70,7 +70,7 @@ paths:
7070
examples:
7171
Example response:
7272
value: {
73-
"time": "2026-05-26T06:09:12.1518446Z",
73+
"time": "2026-05-27T06:03:36.2061014Z",
7474
"asset_id_base": "BTC",
7575
"asset_id_quote": "USD",
7676
"rate": 10000.0
@@ -81,7 +81,7 @@ paths:
8181
examples:
8282
Example response:
8383
value: {
84-
"time": "2026-05-26T06:09:12.1518446Z",
84+
"time": "2026-05-27T06:03:36.2061014Z",
8585
"asset_id_base": "BTC",
8686
"asset_id_quote": "USD",
8787
"rate": 10000.0
@@ -5823,7 +5823,7 @@ paths:
58235823
tags:
58245824
- Order Book
58255825
summary: Historical data
5826-
description: "Get historical order book snapshots for a specific symbol within time range, returned in time ascending order.\n \n:::info\nThe historical order book data via the REST API is currently limited by a number of updates and to the maximum number of 20 levels.\n:::\n \nThis endpoint supports hourly granularity for APITP data with automatic fallback to daily data for older records.\nTimestamps are normalized to hour boundaries, and data is fetched per hour with precise filtering to your exact time range.\n \n:::tip\nFor querying a full day of data, use the 'date' parameter. For specific time ranges (including cross-day or multi-hour queries), use 'time_start' and 'time_end'.\n:::"
5826+
description: "Get historical order book snapshots for a specific symbol within time range, returned in time ascending order.\n \n:::info\nThe historical order book data via the REST API is currently limited by a number of updates and to the maximum number of 50 levels.\n:::\n \nThis endpoint supports hourly granularity for APITP data with automatic fallback to daily data for older records.\nTimestamps are normalized to hour boundaries, and data is fetched per hour with precise filtering to your exact time range.\n \n:::tip\nFor querying a full day of data, use the 'date' parameter. For specific time ranges (including cross-day or multi-hour queries), use 'time_start' and 'time_end'.\n:::"
58275827
parameters:
58285828
- name: symbol_id
58295829
in: path
@@ -5855,7 +5855,7 @@ paths:
58555855
default: 100
58565856
- name: limit_levels
58575857
in: query
5858-
description: Maximum amount of levels from each side of the book to include in response (optional)
5858+
description: 'Maximum amount of levels from each side of the book to include in response (optional, maximum is 50)'
58595859
schema:
58605860
type: integer
58615861
format: int32

0 commit comments

Comments
 (0)