Shrimpy Get Exchange Assets


Stuff You Need to Know

This endpoint retrieves a list of exchange asset information for the selected exchange.

How to Configure

Component-specific settings:
  • Select an Exchange (droplist) - You must choose the exchange you want from the provided list of assets.

Standard settings:

Click here to view information on standard settings.


What Happens Next

You will get a response like the one below.
[
  {
    "id": 413,
    "name": "XRP",
    "symbol": "XRP",
    "tradingSymbol": "XRP"
  },
  {
    "id": 229,
    "name": "Litecoin",
    "symbol": "LTC",
    "tradingSymbol": "LTC"
  },
  ...
}

Want More Info?