Skip to content

Commit

Permalink
update openapi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Svisstack committed Feb 22, 2024
1 parent d412d46 commit b4fc2ad
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 @@ -164,14 +164,14 @@ paths:
examples:
Current rate:
value: {
"time": "2024-02-17T14:42:04.7776522Z",
"time": "2024-02-22T09:20:54.4081005Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-02-16T14:42:05.1968048Z",
"time": "2024-02-21T09:20:54.4082815Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -182,14 +182,14 @@ paths:
examples:
Current rate:
value: {
"time": "2024-02-17T14:42:04.7776522Z",
"time": "2024-02-22T09:20:54.4081005Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-02-16T14:42:05.1968048Z",
"time": "2024-02-21T09:20:54.4082815Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -200,14 +200,14 @@ paths:
examples:
Current rate:
value: {
"time": "2024-02-17T14:42:04.7776522Z",
"time": "2024-02-22T09:20:54.4081005Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-02-16T14:42:05.1968048Z",
"time": "2024-02-21T09:20:54.4082815Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -218,14 +218,14 @@ paths:
examples:
Current rate:
value: {
"time": "2024-02-17T14:42:04.7776522Z",
"time": "2024-02-22T09:20:54.4081005Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-02-16T14:42:05.1968048Z",
"time": "2024-02-21T09:20:54.4082815Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand Down

0 comments on commit b4fc2ad

Please sign in to comment.