Shrimpy Get Order Books


Stuff You Need to Know

This component retrieves live order book data for the exchange specified.

How to Configure

Component-specific settings:
  • Select an Exchange (droplist) - You must choose the exchange you want to use to get asset popularity.
  • Base Symbol (field) - This field is optional. You can enter the base symbol (e.g. XLM for a XLM-BTC market) and quantity will be in these units.
  • Quote Symbol (field) - This field is optional. You can enter a quote symbol (e.g. BTC for a XLM-BTC market) for a specific market.
  • Number of Order Books (spinner) - This field is optional. The maximum number of asks and bids to retrieve. Defaults to 10 if not supplied.

Standard settings:

Click here to view information on standard settings.


What Happens Next


[
{
"baseSymbol": "ETH",
"orderBooks": [
{
"exchange": "BinanceUS",
"orderBook": {
"asks": [
{
"price": "0.018813",
"quantity": "0.065"
},
{
"price": "0.018824",
"quantity": "1.477"
},
{
"price": "0.018828",
"quantity": "0.655"
}
],
"bids": [
{
"price": "0.018805",
"quantity": "0.336"
},
{
"price": "0.018799",
"quantity": "0.361"
},
{
"price": "0.018792",
"quantity": "0.529"
}
]
}
}
],
"quoteSymbol": "BTC"
}
]

Want More Info?

Read more at Shrimpy Documentation for Get Order Books.