You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: finfeedapi/currencies-api-rest-historical/spec/openapi.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"openapi": "3.0.1",
2
+
"openapi": "3.0.4",
3
3
"info": {
4
4
"title": "FX Historical REST API",
5
5
"contact": {
@@ -25,7 +25,7 @@
25
25
"Metadata"
26
26
],
27
27
"summary": "List all assets",
28
-
"description": "Retrieves all assets.\r\n\r\n:::info\r\nOur asset identifiers are aligned with the ISO 4217 currency codes standard only for fiat money (government or law regulated currency).\r\n:::\r\n\r\n:::info\r\nProperties of the output are providing aggregated information from across all symbols related to the specific asset. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.\r\n:::",
28
+
"description": "Retrieves all assets.\n\n:::info\nOur asset identifiers are aligned with the ISO 4217 currency codes standard only for fiat money (government or law regulated currency).\n:::\n\n:::info\nProperties of the output are providing aggregated information from across all symbols related to the specific asset. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.\n:::",
29
29
"parameters": [
30
30
{
31
31
"name": "filter_asset_id",
@@ -597,7 +597,7 @@
597
597
"Exchange Rates"
598
598
],
599
599
"summary": "Get specific rate",
600
-
"description": "Retrieves the exchange rate for a specific base and quote asset at a given time or the current rate.\r\n\r\n:::info\r\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\r\n:::",
600
+
"description": "Retrieves the exchange rate for a specific base and quote asset at a given time or the current rate.\n\n:::info\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\n:::",
601
601
"operationId": "Get specific rate",
602
602
"parameters": [
603
603
{
@@ -638,7 +638,7 @@
638
638
"examples": {
639
639
"Example response": {
640
640
"value": {
641
-
"time": "2025-06-10T06:13:33.5931919Z",
641
+
"time": "2025-06-10T12:41:34.1245040Z",
642
642
"asset_id_base": "BTC",
643
643
"asset_id_quote": "USD",
644
644
"rate": 10000.0
@@ -653,7 +653,7 @@
653
653
"examples": {
654
654
"Example response": {
655
655
"value": {
656
-
"time": "2025-06-10T06:13:33.5931919Z",
656
+
"time": "2025-06-10T12:41:34.1245040Z",
657
657
"asset_id_base": "BTC",
658
658
"asset_id_quote": "USD",
659
659
"rate": 10000.0
@@ -668,7 +668,7 @@
668
668
"examples": {
669
669
"Example response": {
670
670
"value": {
671
-
"time": "2025-06-10T06:13:33.5931919Z",
671
+
"time": "2025-06-10T12:41:34.1245040Z",
672
672
"asset_id_base": "BTC",
673
673
"asset_id_quote": "USD",
674
674
"rate": 10000.0
@@ -687,7 +687,7 @@
687
687
"Exchange Rates"
688
688
],
689
689
"summary": "Get all current rates",
690
-
"description": "Get the current exchange rate between requested asset and all other assets.\r\n\r\n:::info\r\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\r\n:::\r\n\r\n:::info\r\nYou can invert the rates by using Y = 1 / X equation, for example BTC/USD = 1 / (USD/BTC);\r\n:::",
690
+
"description": "Get the current exchange rate between requested asset and all other assets.\n\n:::info\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\n:::\n\n:::info\nYou can invert the rates by using Y = 1 / X equation, for example BTC/USD = 1 / (USD/BTC);\n:::",
691
691
"parameters": [
692
692
{
693
693
"name": "asset_id_base",
@@ -841,7 +841,7 @@
841
841
"Exchange Rates"
842
842
],
843
843
"summary": "Timeseries periods",
844
-
"description": "You can also obtain historical exchange rates of any asset pair, grouped into time periods.\r\nGet full list of supported time periods available for requesting exchange rates historical timeseries data.\r\n\r\n## Timeseries periods\r\nTime unit |\tPeriod identifiers\r\n--- | ---\r\nSecond | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC\r\nMinute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN\r\nHour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS\r\nDay | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY",
844
+
"description": "You can also obtain historical exchange rates of any asset pair, grouped into time periods.\nGet full list of supported time periods available for requesting exchange rates historical timeseries data.\n\n## Timeseries periods\nTime unit |\tPeriod identifiers\n--- | ---\nSecond | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC\nMinute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN\nHour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS\nDay | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY",
Copy file name to clipboardExpand all lines: finfeedapi/currencies-api-rest-historical/spec/openapi.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
openapi: 3.0.1
1
+
openapi: 3.0.4
2
2
info:
3
3
title: FX Historical REST API
4
4
contact:
@@ -17,7 +17,7 @@ paths:
17
17
tags:
18
18
- Metadata
19
19
summary: List all assets
20
-
description: "Retrieves all assets.\r\n\r\n:::info\r\nOur asset identifiers are aligned with the ISO 4217 currency codes standard only for fiat money (government or law regulated currency).\r\n:::\r\n\r\n:::info\r\nProperties of the output are providing aggregated information from across all symbols related to the specific asset. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.\r\n:::"
20
+
description: "Retrieves all assets.\n\n:::info\nOur asset identifiers are aligned with the ISO 4217 currency codes standard only for fiat money (government or law regulated currency).\n:::\n\n:::info\nProperties of the output are providing aggregated information from across all symbols related to the specific asset. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.\n:::"
21
21
parameters:
22
22
- name: filter_asset_id
23
23
in: query
@@ -514,7 +514,7 @@ paths:
514
514
tags:
515
515
- Exchange Rates
516
516
summary: Get specific rate
517
-
description: "Retrieves the exchange rate for a specific base and quote asset at a given time or the current rate.\r\n\r\n:::info\r\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\r\n:::"
517
+
description: "Retrieves the exchange rate for a specific base and quote asset at a given time or the current rate.\n\n:::info\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\n:::"
518
518
operationId: Get specific rate
519
519
parameters:
520
520
- name: asset_id_base
@@ -544,7 +544,7 @@ paths:
544
544
examples:
545
545
Example response:
546
546
value: {
547
-
"time": "2025-06-10T06:13:33.7007159Z",
547
+
"time": "2025-06-10T12:41:34.2769443Z",
548
548
"asset_id_base": "BTC",
549
549
"asset_id_quote": "USD",
550
550
"rate": 10000.0
@@ -555,7 +555,7 @@ paths:
555
555
examples:
556
556
Example response:
557
557
value: {
558
-
"time": "2025-06-10T06:13:33.7007159Z",
558
+
"time": "2025-06-10T12:41:34.2769443Z",
559
559
"asset_id_base": "BTC",
560
560
"asset_id_quote": "USD",
561
561
"rate": 10000.0
@@ -566,7 +566,7 @@ paths:
566
566
examples:
567
567
Example response:
568
568
value: {
569
-
"time": "2025-06-10T06:13:33.7007159Z",
569
+
"time": "2025-06-10T12:41:34.2769443Z",
570
570
"asset_id_base": "BTC",
571
571
"asset_id_quote": "USD",
572
572
"rate": 10000.0
@@ -576,7 +576,7 @@ paths:
576
576
tags:
577
577
- Exchange Rates
578
578
summary: Get all current rates
579
-
description: "Get the current exchange rate between requested asset and all other assets.\r\n\r\n:::info\r\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\r\n:::\r\n\r\n:::info\r\nYou can invert the rates by using Y = 1 / X equation, for example BTC/USD = 1 / (USD/BTC);\r\n:::"
579
+
description: "Get the current exchange rate between requested asset and all other assets.\n\n:::info\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements.\n:::\n\n:::info\nYou can invert the rates by using Y = 1 / X equation, for example BTC/USD = 1 / (USD/BTC);\n:::"
580
580
parameters:
581
581
- name: asset_id_base
582
582
in: path
@@ -699,7 +699,7 @@ paths:
699
699
tags:
700
700
- Exchange Rates
701
701
summary: Timeseries periods
702
-
description: "You can also obtain historical exchange rates of any asset pair, grouped into time periods.\r\nGet full list of supported time periods available for requesting exchange rates historical timeseries data.\r\n\r\n## Timeseries periods\r\nTime unit |\tPeriod identifiers\r\n--- | ---\r\nSecond | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC\r\nMinute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN\r\nHour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS\r\nDay | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY"
702
+
description: "You can also obtain historical exchange rates of any asset pair, grouped into time periods.\nGet full list of supported time periods available for requesting exchange rates historical timeseries data.\n\n## Timeseries periods\nTime unit |\tPeriod identifiers\n--- | ---\nSecond | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC\nMinute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN\nHour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS\nDay | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY"
0 commit comments