Last active
June 27, 2019 04:40
-
-
Save hav-noms/1ae661d27ea301f75597f073bee63f48 to your computer and use it in GitHub Desktop.
synthetix.exchange.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP API should cover the following: | |
1) Ticker (last done, bid, ask, 24h volume, 24h high, 24h low). | |
https://api.synthetix.io/api/exchange/ticker/susd-sbtc | |
2) OrderBook (list of asks and list of bids at least 100 levels). | |
N/A | |
3) Trades (X number of trades executed) | |
https://api.synthetix.io/api/exchange/transactions/susd-sbtc | |
4) List of pairs | |
all pairs | |
https://staging.api.synthetix.io/api/exchange/pairs | |
all pairs with reverse | |
https://staging.api.synthetix.io/api/exchange/pairs?addreverse=true | |
fx | |
https://staging.api.synthetix.io/api/exchange/pairs/fx | |
commods | |
https://staging.api.synthetix.io/api/exchange/pairs/commods | |
inverse | |
https://staging.api.synthetix.io/api/exchange/pairs/inverse | |
crypto | |
https://staging.api.synthetix.io/api/exchange/pairs/crypto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment