# Market Data API

## Public Endpoint:

#### Available Symbols

## Get available symbols for market data and trade

<mark style="color:blue;">`GET`</mark> `https://market.aquanow.io/availablesymbols`

To view example requests for this endpoint, visit Aquanow's [Postman](https://developer.aquanow.io/#45e07ee5-6a0c-4635-b5df-e2d58009b580) documentation.

{% tabs %}
{% tab title="200: OK " %}
Returns an array of [AvailableSymbols](/aquanow/data-objects-and-statuses/market-data-objects.md#availablesymbolsobject).

```json
[
  "AAVE-USD",
  "YFI-USD",
  "LTC-CAD",
  "LINK-CAD",
  "LTC-BTC",
  "LTC-USD",
  "XLM-USD",
  "ETH-CAD",
  "XLM-BTC",
  "BTC-GBP",
  "USDT-GBP",
  "LINK-USD",
  "COMP-CAD",
  "EOS-USD",
  "AAVE-CAD",
  "USDT-CAD",
  "XRP-USD",
  "BCH-USD",
  "BCH-CAD",
  "EOS-CAD",
  "XRP-EUR",
  "BTC-CAD",
  "ETH-USD",
  "ETH-BTC",
  "BCH-BTC",
  "LINK-EUR",
  "BTC-USDT",
  "USDT-USD",
  "LTC-EUR",
  "XLM-CAD",
  "UNI-CAD",
  "XRP-BTC",
  "BTC-EUR",
  "USDT-EUR",
  "COMP-USD",
  "BTC-USD",
  "BTC-AUD",
  "EOS-BTC",
  "BCH-EUR",
  "ETH-EUR",
  "YFI-CAD",
  "UNI-USD",
  "XRP-CAD"
]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aquanow.io/aquanow/api-endpoints-or-v1.0/market-data-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
