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 9, 2024
1 parent 1836319 commit eaecaaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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-01T12:07:40.8741043Z",
"time": "2024-02-09T18:08:11.2394770Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-01-31T12:07:40.8743058Z",
"time": "2024-02-08T18:08:11.2396466Z",
"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-01T12:07:40.8741043Z",
"time": "2024-02-09T18:08:11.2394770Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-01-31T12:07:40.8743058Z",
"time": "2024-02-08T18:08:11.2396466Z",
"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-01T12:07:40.8741043Z",
"time": "2024-02-09T18:08:11.2394770Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-01-31T12:07:40.8743058Z",
"time": "2024-02-08T18:08:11.2396466Z",
"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-01T12:07:40.8741043Z",
"time": "2024-02-09T18:08:11.2394770Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2024-01-31T12:07:40.8743058Z",
"time": "2024-02-08T18:08:11.2396466Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand Down Expand Up @@ -3392,7 +3392,7 @@ tags:
- name: Assets
description: Controller for accessing asset information.
- name: Indexes
description: Controller for accessing indexes
description: 'Indexes section of the API is in the Alpha release cycle. Use only for testing, evaluaton and feedback.'
- name: Metrics
description: "<span data-status-page=\"28933\"></span>\r\nMetrics are quantitative measurements used to evaluate the performance and activity of cryptocurrency exchanges. These metrics include:\r\n\r\n1. Trading Volume: The total amount of cryptocurrency traded on an exchange within a specific time period, indicating liquidity and activity.\r\n1. Market Depth: The level of buy and sell orders at different price levels, providing insights into liquidity and potential price impact.\r\n1. Order Book: A record of outstanding buy and sell orders for a cryptocurrency, reflecting supply and demand dynamics.\r\n1. Spread: The difference between the highest bid and lowest ask prices, indicating liquidity and trading costs.\r\n1. Price Charts: Visual representations of cryptocurrency price movements over time, helping identify trends and inform trading decisions.\r\n1. Market Cap: The total value of a cryptocurrency calculated by its price multiplied by circulating supply, reflecting relative size and value.\r\n1. Trading Pairs: Combinations of cryptocurrencies available for trading, including volume, price, and spread for each pair.\r\n1. User Metrics: Data on active users, new registrations, user retention, and engagement, indicating platform popularity and growth.\r\n1. Trading Fees: Fees charged for executing trades, including fee structure, discounts, and revenue generated by the exchange.\r\n1. Security Metrics: Measures assessing the security of an exchange, such as past incidents, user fund protection, and security audits.\r\n\r\nThese metrics assist traders and investors in evaluating market activity, liquidity, and the reliability of crypto exchanges for informed decision-making."
- name: OrderBooks3
Expand Down

0 comments on commit eaecaaf

Please sign in to comment.