Cryptology
Ruud
Website: https://cryptology.com
Current http endpoint: https://api.cryptology.com/v1/<endpoint>
Current mqtt endpoint wss: wss://api.sandbox.cryptology.com
Endpoint used by website:
o returns all relevant data containing pricing, order book, orders, history, etc.
Documentation:
GET all tickers: https://api.cryptology.com/v1/public/get-trade-pairs
o returns: trade_pair, base_currency, quoted_currency
GET trades:
https://api.cryptology.com/v1/public/get-trades?trade_pair=[pair name] - Optionally add limit or start (unix timestamp)
o returns: price, amount, time, trade_id
+ Most recent price add &limit=1
GET order book: https://api.cryptology.com/v1/public/get-order-book?trade_pair=[pair name] - Optionally add type (AGGREGATED, BEST or FULL. Currently only AGGREGATED supported)
o returns: array of asks, array of bids
[pair name] variable can be obtained from all tickers request