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: README.md
+15-26Lines changed: 15 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,32 +72,6 @@ QuoteRequest::getQuotes([
72
72
## Other implementations
73
73
You can also implement the api directly in any other way you wish. Full documentation is maintained here: <ahref="https://1forge.com/forex-data-api">https://1forge.com/forex-data-api</a>
74
74
75
-
76
-
### Get all quotes
77
-
#### Request
78
-
```
79
-
GET https://1forge.com/forex-data-api/1.0.1/quotes
80
-
```
81
-
82
-
#### Response
83
-
```javascript
84
-
[
85
-
{
86
-
symbol:"AUDJPY",
87
-
timestamp:1496096332,
88
-
price:82.726,
89
-
},
90
-
{
91
-
symbol:"AUDUSD",
92
-
timestamp:1496096332,
93
-
price:0.74396,
94
-
},
95
-
{
96
-
etc:"........"
97
-
}
98
-
]
99
-
```
100
-
101
75
### Get specific quotes
102
76
#### Request
103
77
```
@@ -147,6 +121,21 @@ GET https://1forge.com/forex-data-api/1.0.1/symbols
147
121
]
148
122
```
149
123
124
+
### Get the market status
125
+
#### Request
126
+
```
127
+
GET https://1forge.com/forex-data-api/1.0.1/market_status
128
+
```
129
+
130
+
#### Response
131
+
```javascript
132
+
[
133
+
{
134
+
market_is_open:true
135
+
}
136
+
]
137
+
```
138
+
150
139
## Support and Contact
151
140
Please contact me at contact@1forge.com if you have any questions or requests.
0 commit comments