# Resources

- [Glossary](https://docs.abyiss.com/resources/glossary.md): Coming Soon
- [Social Media](https://docs.abyiss.com/resources/social-media.md): Connect with Abyiss on social media!
- [Legal Guide](https://docs.abyiss.com/resources/legal-guide.md): The information below is not legal advice. This is general legal information intended as a resource.
- [White Paper](https://docs.abyiss.com/resources/white-paper.md): Abyiss original white paper for historical context.
- [Deprecated](https://docs.abyiss.com/resources/deprecated.md): Deprecated APIs and data endpoints.
- [Crypto APIs /v1 - REST APIs](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis.md): Centralized exchange REST APIs documentation.
- [Exchanges](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/exchanges.md): Get exchanges endpoint returns all crypto exchanges Abyiss supports.
- [Exchanges Count](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/exchanges-count.md): Get exchanges count returns the number of crypto exchanges Abyiss supports.
- [Exchange Data](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/exchange-data.md): Get exchange data returns information about a crypto exchange.
- [Exchange Status](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/exchange-status.md): Get exchange status returns the current status of a crypto exchange.
- [Exchange Markets](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/exchange-markets.md): Get exchange markets returns all crypto pairs on a crypto exchange.
- [Market Details](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/market-details.md): Get market details returns information about a crypto pair.
- [Current Price](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/current-price.md): Get current price returns the real-time price of a crypto pair.
- [Aggregates (Bars)](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/aggregates-bars.md): Get aggregates returns candlestick bars for a crypto pair.
- [Last Aggregate](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/last-aggregate.md): Get last aggregate returns the latest aggregate bar for a crypto pair.
- [Trades](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/trades.md): Get last aggregate returns the latest aggregate bar for a crypto pair.
- [Last Trade](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/last-trade.md): Get last trade returns the most recent trade for a crypto pair.
- [Snapshot](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/snapshot.md): Get snapshot returns the current price and aggregates of a crypto pair.
- [Order Books](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/order-books.md): Get order books returns a full order book for a crypto pair from an exchange.
- [Liquidity](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/liquidity.md): Get liquidity returns the total liquidity for a crypto pair on an exchange.
- [Whales](https://docs.abyiss.com/resources/deprecated/crypto-apis-v1-rest-apis/whales.md): Get whales returns large crypto trades for a crypto pair from an exchange.
- [Blockchain APIs /v1 - REST APIs](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis.md): Decentralized exchange REST APIs documentation.
- [Exchanges](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/exchanges.md): Get exchanges returns all decentralized exchanges supported by Abyiss.
- [Blockchains](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/blockchains.md): Get blockchains returns the supported blockchains for a decentralized exchange.
- [Blocks](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/blocks.md): Get blocks returns real-time or historical blockchain block numbers and timestamps.
- [Exchange Data](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/exchange-data.md): Get exchange data returns real-time or historical decentralized exchange information.
- [Tokens](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/tokens.md): Get tokens returns real-time or historical token information.
- [Token Data](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/token-data.md): Get token data returns real-time or historical token information.
- [Token Aggregates (Bars)](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/token-aggregates-bars.md): Get token aggregates returns real-time or historical candlestick bars for a token.
- [Token Trades](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/token-trades.md): Get token trades returns real-time or historical transactions for a token.
- [Pools](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/pools.md): Get pools returns real-time or historical liquidity pool information.
- [Pool Data](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/pool-data.md): Get pools returns real-time or historical liquidity pool information.
- [Pool Aggregates (Bars)](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/pool-aggregates-bars.md): Get pool aggregates returns real-time or historical candlestick bars for a liquidity pool.
- [Pool Trades](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/pool-trades.md): Get pool trades returns real-time or historical transactions for a pool.
- [Token Search](https://docs.abyiss.com/resources/deprecated/blockchain-apis-v1-rest-apis/token-search.md): Search for real-time or historical token information and logos.


---

# 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.abyiss.com/resources.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.
