Skip to content

Commit

Permalink
update openapi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Svisstack committed Oct 18, 2023
1 parent b9b32f0 commit 173e8f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data-api/coinapi-marketdata-rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-10-17T18:40:18.9483427Z",
"time": "2023-10-18T13:04:36.2382512Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-16T18:40:18.9910809Z",
"time": "2023-10-17T13:04:36.3120043Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -180,14 +180,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-10-17T18:40:18.9483427Z",
"time": "2023-10-18T13:04:36.2382512Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-16T18:40:18.9910809Z",
"time": "2023-10-17T13:04:36.3120043Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -198,14 +198,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-10-17T18:40:18.9483427Z",
"time": "2023-10-18T13:04:36.2382512Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-16T18:40:18.9910809Z",
"time": "2023-10-17T13:04:36.3120043Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -216,14 +216,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-10-17T18:40:18.9483427Z",
"time": "2023-10-18T13:04:36.2382512Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-16T18:40:18.9910809Z",
"time": "2023-10-17T13:04:36.3120043Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand Down

0 comments on commit 173e8f8

Please sign in to comment.