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
The Binance platform allows anyone to get crypto market rates and historical trades. This connector allows a user to pull this data into their app, flow, or report.
3
+
4
+
## Publisher: Roy Paar
5
+
6
+
## Prerequisites
7
+
None.
8
+
9
+
## Obtaining Credentials
10
+
No credentials are required for this connector.
11
+
12
+
## Supported Operations
13
+
### Get Live Ticker Price
14
+
Latest price for a symbol. If the symbol is not sent, prices for all symbols will be returned in an array. Enter two three-digit currency codes with no separation i.e. BTCUSD to see the market rate of the first currency in the denomination of the second.
15
+
16
+
### Get Exchange Information
17
+
Current exchange trading rules and symbol information. Enter two three-digit currency codes with no separation i.e. BTCUSD to see the market rate of the first currency in the denomination of the second.
18
+
19
+
### Get Recent Trades
20
+
Get recent trades (up to last 1000). Enter two three-digit currency codes with no separation i.e. BTCUSD to see the market rate of the first currency in the denomination of the second.
0 commit comments