Order Books
Get order books returns a full order book for a crypto pair from an exchange.
Last updated
Get order books returns a full order book for a crypto pair from an exchange.
Last updated
GET
https://api.abyiss.com/v1/{exchange}/{market}/orders
Returns a snapshot of the recent level 2 orderbook for a crypto pair on an exchange.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Example URL: https://api.abyiss.com/v1/coinbasepro/BTC-USD/orders?apiKey=
Attribute Name | Data Type | Description |
---|---|---|
exchange*
string
Unique exchange identifier used by Abyiss.
market*
string
Unique Crypto Pair identifier used by the exchange.
apiKey*
string
Your Abyiss API Key
exchange
string
The exchange id the order book is from.
market
string
The crypto pair the order book is about.
nonce
integer
The serial unique identifier of the order book on the exchange.
bids
array
Arrays of bids in the market [[float, float], [float, float]]
asks
array
Arrays of asks in the market [[float, float], [float, float]]