Skip to content

Commit bb9fa6d

Browse files
committed
update openapi file
1 parent 77c2b30 commit bb9fa6d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

finfeedapi/currencies-api-rest-realtime/spec/openapi.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.4",
33
"info": {
4-
"title": "FX Realtime REST API",
4+
"title": "FinFeedAPI Currencies Realtime REST API",
55
"contact": {
66
"name": "API BRICKS LTD",
77
"url": "https://www.finfeedapi.com",
@@ -58,7 +58,7 @@
5858
"examples": {
5959
"Example response": {
6060
"value": {
61-
"time": "2026-05-26T06:08:01.0429281Z",
61+
"time": "2026-05-28T06:04:38.6363972Z",
6262
"asset_id_base": "BTC",
6363
"asset_id_quote": "USD",
6464
"rate": 10000.0
@@ -73,7 +73,7 @@
7373
"examples": {
7474
"Example response": {
7575
"value": {
76-
"time": "2026-05-26T06:08:01.0429281Z",
76+
"time": "2026-05-28T06:04:38.6363972Z",
7777
"asset_id_base": "BTC",
7878
"asset_id_quote": "USD",
7979
"rate": 10000.0
@@ -88,7 +88,7 @@
8888
"examples": {
8989
"Example response": {
9090
"value": {
91-
"time": "2026-05-26T06:08:01.0429281Z",
91+
"time": "2026-05-28T06:04:38.6363972Z",
9292
"asset_id_base": "BTC",
9393
"asset_id_quote": "USD",
9494
"rate": 10000.0
@@ -103,7 +103,7 @@
103103
"examples": {
104104
"Example response": {
105105
"value": {
106-
"time": "2026-05-26T06:08:01.0429281Z",
106+
"time": "2026-05-28T06:04:38.6363972Z",
107107
"asset_id_base": "BTC",
108108
"asset_id_quote": "USD",
109109
"rate": 10000.0

finfeedapi/currencies-api-rest-realtime/spec/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.4
22
info:
3-
title: FX Realtime REST API
3+
title: FinFeedAPI Currencies Realtime REST API
44
contact:
55
name: API BRICKS LTD
66
url: https://www.finfeedapi.com
@@ -42,7 +42,7 @@ paths:
4242
examples:
4343
Example response:
4444
value: {
45-
"time": "2026-05-26T06:08:11.1171076Z",
45+
"time": "2026-05-28T06:04:38.7074415Z",
4646
"asset_id_base": "BTC",
4747
"asset_id_quote": "USD",
4848
"rate": 10000.0
@@ -53,7 +53,7 @@ paths:
5353
examples:
5454
Example response:
5555
value: {
56-
"time": "2026-05-26T06:08:11.1171076Z",
56+
"time": "2026-05-28T06:04:38.7074415Z",
5757
"asset_id_base": "BTC",
5858
"asset_id_quote": "USD",
5959
"rate": 10000.0
@@ -64,7 +64,7 @@ paths:
6464
examples:
6565
Example response:
6666
value: {
67-
"time": "2026-05-26T06:08:11.1171076Z",
67+
"time": "2026-05-28T06:04:38.7074415Z",
6868
"asset_id_base": "BTC",
6969
"asset_id_quote": "USD",
7070
"rate": 10000.0
@@ -75,7 +75,7 @@ paths:
7575
examples:
7676
Example response:
7777
value: {
78-
"time": "2026-05-26T06:08:11.1171076Z",
78+
"time": "2026-05-28T06:04:38.7074415Z",
7979
"asset_id_base": "BTC",
8080
"asset_id_quote": "USD",
8181
"rate": 10000.0

0 commit comments

Comments
 (0)