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 17, 2023
1 parent 7bdbf65 commit e12c92d
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-16T11:22:31.1269215Z",
"time": "2023-10-17T15:01:51.3109421Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-15T11:22:31.1706482Z",
"time": "2023-10-16T15:01:51.3834235Z",
"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-16T11:22:31.1269215Z",
"time": "2023-10-17T15:01:51.3109421Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-15T11:22:31.1706482Z",
"time": "2023-10-16T15:01:51.3834235Z",
"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-16T11:22:31.1269215Z",
"time": "2023-10-17T15:01:51.3109421Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-15T11:22:31.1706482Z",
"time": "2023-10-16T15:01:51.3834235Z",
"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-16T11:22:31.1269215Z",
"time": "2023-10-17T15:01:51.3109421Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-10-15T11:22:31.1706482Z",
"time": "2023-10-16T15:01:51.3834235Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand Down

0 comments on commit e12c92d

Please sign in to comment.