# 1DEX

## 1DEX

- [Welcome to 1DEX](https://docs.1dex.com/readme.md)
- [Technical Architecture Diagram](https://docs.1dex.com/1dex-technical/technical-architecture-diagram.md)
- [1. User Interface](https://docs.1dex.com/1dex-technical/1.-user-interface.md)
- [2. Access](https://docs.1dex.com/1dex-technical/2.-access.md)
- [3. Development](https://docs.1dex.com/1dex-technical/3.-development.md)
- [4. Decentralized Governance](https://docs.1dex.com/1dex-technical/4.-decentralized-governance.md)
- [5. Privacy-Based Account Access](https://docs.1dex.com/1dex-technical/5.-privacy-based-account-access.md)
- [6. Shared Order Book](https://docs.1dex.com/1dex-technical/6.-shared-order-book.md)
- [7. Asset Deposit & Withdrawal for Passkey Users](https://docs.1dex.com/1dex-technical/7.-asset-deposit-and-withdrawal-for-passkey-users.md)
- [Summary](https://docs.1dex.com/1dex-technical/summary.md)
- [What is PassKey?](https://docs.1dex.com/learn-about-passkey/quickstart.md)
- [Why Choose PassKey?](https://docs.1dex.com/learn-about-passkey/why-choose-passkey.md)
- [PassKey in 1DEX Applications](https://docs.1dex.com/learn-about-passkey/publish-your-docs.md)
- [Creating a PassKey](https://docs.1dex.com/learn-about-passkey/creating-a-passkey.md)
- [Add and Authorize PassKeys](https://docs.1dex.com/learn-about-passkey/add-and-authorize-passkeys.md)
- [Authorize Passkey with your Bound Vaulta Account](https://docs.1dex.com/learn-about-passkey/authorize-passkey-with-your-bound-vaulta-account.md)
- [Devices and Browsers Supporting PassKey](https://docs.1dex.com/learn-about-passkey/devices-and-browsers-supporting-passkey.md)
- [How to add a Passkey with different storage methods?](https://docs.1dex.com/how-to-add-a-passkey-with-different-storage-methods.md)
- [Passkey storage on Apple devices](https://docs.1dex.com/how-to-add-a-passkey-with-different-storage-methods/passkey-storage-on-apple-devices.md)
- [Passkey storage on Windows devices](https://docs.1dex.com/how-to-add-a-passkey-with-different-storage-methods/passkey-storage-on-windows-devices.md)
- [How to Delete a PassKey?](https://docs.1dex.com/how-to-delete-a-passkey.md)
- [PassKey FAQs and Solutions](https://docs.1dex.com/passkey-faqs-and-solutions.md)
- [Account Security Levels](https://docs.1dex.com/account-security-levels.md)
- [Onboarding](https://docs.1dex.com/user-guide/editor.md)
- [Logging In](https://docs.1dex.com/user-guide/logging-in.md)
- [Depositing Funds](https://docs.1dex.com/user-guide/markdown.md)
- [Withdrawing Funds](https://docs.1dex.com/user-guide/images-and-media.md)
- [Limit Order Trading](https://docs.1dex.com/user-guide/interactive-blocks.md)
- [Market Order Trading](https://docs.1dex.com/user-guide/openapi.md)
- [Fees](https://docs.1dex.com/user-guide/fees.md)
- [Deposit and Withdrawal Fee](https://docs.1dex.com/user-guide/deposit-and-withdrawal-fee.md)
- [Invitation Program](https://docs.1dex.com/user-guide/invitation-program.md)
- [Incentive Points Program](https://docs.1dex.com/user-guide/incentive-points-program.md): Earn 1DEX Points by trading. Unlock opportunities with every trade.
- [Guide to Swap EOS for A](https://docs.1dex.com/guide-to-swap-eos-for-a.md)
- [About Stake A](https://docs.1dex.com/about-stake-a.md)
- [Contact US](https://docs.1dex.com/contact-us.md)
- [Contract Audit](https://docs.1dex.com/contract-audit.md)

## 1Dex Developer Docs

- [Introduction](https://docs.1dex.com/developer/getting-started/introduction.md): Official documentation for the 1Dex APIs、Websocket Streams and SDKs
- [Manage Subaccounts](https://docs.1dex.com/developer/getting-started/manage-subaccounts.md): Enable subaccount function to isolate trading strategies through multiple subaccounts
- [Apply API Key](https://docs.1dex.com/developer/getting-started/apply-api-key.md): Apply for an API key for the primary account, to be used with both REST API and WebSocket stream
- [Javascript SDK](https://docs.1dex.com/developer/sdks/javascript-sdk.md): A powerful JavaScript SDK for integrating with the 1DEX decentralized exchange platform, providing seamless access to trading functionality and market data.
- [Overview](https://docs.1dex.com/developer/restful-api-reference/overview.md)
- [General Endpoints](https://docs.1dex.com/developer/restful-api-reference/general-endpoints.md)
- [Market Data Endpoints](https://docs.1dex.com/developer/restful-api-reference/market-data-endpoints.md)
- [Account Endpoints](https://docs.1dex.com/developer/restful-api-reference/account-endpoints.md)
- [Overview](https://docs.1dex.com/developer/websocket-streams/overview.md)
- [Subscription Interface](https://docs.1dex.com/developer/websocket-streams/subscription-interface.md)
- [Listen](https://docs.1dex.com/developer/websocket-streams/listen.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.1dex.com/readme.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.
