Skip to content

Instantly share code, notes, and snippets.

@hav-noms
Last active June 27, 2019 04:40
Show Gist options
  • Save hav-noms/1ae661d27ea301f75597f073bee63f48 to your computer and use it in GitHub Desktop.
Save hav-noms/1ae661d27ea301f75597f073bee63f48 to your computer and use it in GitHub Desktop.
synthetix.exchange.api
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