# TECH

- [Tech Docupaper](/tech/tech-docupaper.md): Understand how the backbone of tanX works.
- [High level architecture](/tech/tech-docupaper/high-level-architecture.md): Tech Docupaper ( Part I ): Covers an overview of high level architecture of tanX.
- [Starkware logic](/tech/tech-docupaper/starkware-logic.md): Tech Docupaper ( Part II ): Covers an overview of Starkware logic used by tanX.
- [Transactional flow](/tech/tech-docupaper/transactional-flow.md): Learn how Brine processes your every transaction
- [Off-chain accounts](/tech/tech-docupaper/transactional-flow/off-chain-accounts.md)
- [The deposit flow](/tech/tech-docupaper/transactional-flow/the-deposit-flow.md)
- [The withdrawal flow](/tech/tech-docupaper/transactional-flow/the-withdrawal-flow.md)
- [The trade flow](/tech/tech-docupaper/transactional-flow/the-trade-flow.md)
- [The transfer flow](/tech/tech-docupaper/transactional-flow/the-transfer-flow.md)
- [Full withdrawal](/tech/tech-docupaper/transactional-flow/full-withdrawal.md)
- [API Documentation](/tech/api-documentation.md): This document details the use of tanX's REST API for spot exchange.This helps you automate trades in real-time, stream live crypto rates and build other integrations for your trading journey.
- [Getting started](/tech/api-documentation/getting-started.md)
- [Test connectivity](/tech/api-documentation/getting-started/test-connectivity.md): Test connectivity to the Rest API
- [Market](/tech/api-documentation/market.md)
- [24hr Tickers Price](/tech/api-documentation/market/24hr-tickers-price.md): 24 hour rolling window price changes
- [K-line/Candlestick data](/tech/api-documentation/market/k-line-candlestick-data.md): Get candle related info for particular markets
- [Orderbook](/tech/api-documentation/market/orderbook.md): Get order book details.
- [Recent trades](/tech/api-documentation/market/recent-trades.md): Get a list of recent trades.
- [Account](/tech/api-documentation/account.md)
- [Generating L2 Key Pairs](/tech/api-documentation/account/generating-l2-key-pairs.md)
- [Login](/tech/api-documentation/account/login.md)
- [Withdrawal](/tech/api-documentation/account/withdrawal.md)
- [Profile Information](/tech/api-documentation/account/profile-information.md): Get your profile info
- [Balance details](/tech/api-documentation/account/balance-details.md): Get your balance details.
- [Profit and loss details](/tech/api-documentation/account/profit-and-loss-details.md): Get profit and loss details (Private 🔒)
- [Web-socket stream](/tech/api-documentation/web-socket-stream.md)
- [Private web-socket connection](/tech/api-documentation/web-socket-stream/private-web-socket-connection.md): Get real-time info about your trades and orders.
- [Public websocket connection](/tech/api-documentation/web-socket-stream/public-websocket-connection.md): Get real-time trades, orderbook and kline data.
- [SDK Reference](/tech/api-documentation/sdk-reference.md)
- [NodeJS SDK](/tech/api-documentation/sdk-reference/nodejs-sdk.md): This wrapper facilitates the use of the tanX (previously Brine.fi) api.
- [Python SDK](/tech/api-documentation/sdk-reference/python-sdk.md): This package facilitates the use of the tanX (previously Brine.fi) APIs.
