# Crypto API

- [Introduction](/crypto-api/introduction.md): Centralized crypto exchanges REST APIs and WebSockets documentation.
- [References](/crypto-api/references.md): Centralized exchange API reference documentation.
- [Supported Exchanges](/crypto-api/references/supported-exchanges.md): Centralized exchanges supported on Abyiss.
- [Historical Data](/crypto-api/references/historical-data.md): How to get centralized exchanges historical data and information.
- [Pagination](/crypto-api/references/pagination.md): How to increase API data limit for centralized exchanges using pagination.
- [Return Types](/crypto-api/references/return-types.md): Centralized exchange return types and information.
- [REST APIs](/crypto-api/rest-apis.md): Centralized exchange REST APIs documentation.
- [Exchanges](/crypto-api/rest-apis/exchanges.md): Get exchanges endpoint returns all crypto exchanges Abyiss supports.
- [Exchanges Count](/crypto-api/rest-apis/exchanges-count.md): Get exchanges count returns the number of crypto exchanges Abyiss supports.
- [Exchange Data](/crypto-api/rest-apis/exchange-data.md): Get exchange data returns information about a crypto exchange.
- [Exchange Status](/crypto-api/rest-apis/exchange-status.md): Get exchange status returns the current status of a crypto exchange.
- [Exchange Markets](/crypto-api/rest-apis/exchange-markets.md): Get exchange markets returns all crypto pairs on a crypto exchange.
- [Market Details](/crypto-api/rest-apis/market-details.md): Get market details returns information about a crypto pair.
- [Current Price](/crypto-api/rest-apis/current-price.md): Get current price returns the real-time price of a crypto pair.
- [Aggregates (Bars)](/crypto-api/rest-apis/aggregates-bars.md): Get aggregates returns candlestick bars for a crypto pair.
- [Last Aggregate](/crypto-api/rest-apis/last-aggregate.md): Get last aggregate returns the latest aggregate bar for a crypto pair.
- [Trades](/crypto-api/rest-apis/trades.md): Get last aggregate returns the latest aggregate bar for a crypto pair.
- [Last Trade](/crypto-api/rest-apis/last-trade.md): Get last trade returns the most recent trade for a crypto pair.
- [Snapshot](/crypto-api/rest-apis/snapshot.md): Get snapshot returns the current price and aggregates of a crypto pair.
- [Order Books](/crypto-api/rest-apis/order-books.md): Get order books returns a full order book for a crypto pair from an exchange.
- [Liquidity](/crypto-api/rest-apis/liquidity.md): Get liquidity returns the total liquidity for a crypto pair on an exchange.
- [Whales](/crypto-api/rest-apis/whales.md): Get whales returns large crypto trades for a crypto pair from an exchange.
- [WebSockets](/crypto-api/websockets.md): Centralized exchange real-time Websockets connections.
- [Request Access](/crypto-api/websockets/request-access.md): Request access by emailing support@abyiss.com.
