# Binance Web3 API > Documentation files for Large Language Models ## Documentation - [Overview](/en/dev-docs/introduction.md) - [Authentication](/en/dev-docs/authentication.md) - [SDKs & Tools](/en/dev-docs/sdks-tools/overview.md) - [Agent Native](/en/dev-docs/agent-native/overview.md) - [MCP Server](/en/dev-docs/agent-native/mcp-server.md) - [/agent-native/llms-txt](/en/dev-docs/agent-native/llms-txt.md) - [Python](/en/dev-docs/sdks-tools/connectors/python.md) - [JavaScript](/en/dev-docs/sdks-tools/connectors/javascript.md) - [Java](/en/dev-docs/sdks-tools/connectors/java.md) - [Supported Skills](/en/dev-docs/products/wallet-skills/supported-skills.md) - [Binance Wallet Skills](/en/dev-docs/products/wallet-skills/introduction.md) - [Introduction](/en/dev-docs/products/wallet-api/introduction.md): On-chain wallet balance and transaction queries across multiple chains and tokens - [Error Codes](/en/dev-docs/products/wallet-api/error-codes.md): Wallet API error code reference — complete list of business error codes, causes, and troubleshooting guidance. - [Introduction](/en/dev-docs/products/transaction-api/introduction.md): On-chain transaction simulation and broadcasting - [Error Codes](/en/dev-docs/products/transaction-api/error-codes.md): Transaction API error code reference — complete list of business error codes, causes, and troubleshooting guidance. - [Introduction](/en/dev-docs/products/trading-api/introduction.md): Cross-DEX aggregated quotes and swaps - [Error Codes](/en/dev-docs/products/trading-api/error-codes.md): Trading API error code reference — complete list of business error codes, causes, and troubleshooting guidance. - [Support](/en/dev-docs/products/others/support.md): Contact info and support channels for Binance Web3 API - [Change Log](/en/dev-docs/products/others/changelog.md): Binance Web3 API version change log - [Introduction](/en/dev-docs/products/market-api/introduction.md): Real-time market data, candlestick data, token analytics - [Error Codes](/en/dev-docs/products/market-api/error-codes.md): Market API error code reference — complete list of business error codes, causes, and troubleshooting guidance. - [Tutorial and Use Cases](/en/dev-docs/products/agentic-wallet/tutorial.md) - [Skills Reference](/en/dev-docs/products/agentic-wallet/skills-reference.md) - [Binance Agentic Wallet](/en/dev-docs/products/agentic-wallet/introduction.md) - [Install Agentic Wallet](/en/dev-docs/products/agentic-wallet/install.md) ## API Reference ### Binance Web3 API (1.0.0) Cross-chain wallet, market, trading, and transaction APIs for the Binance Web3 API platform. - `GET /api/v1/dex/market/supported/chain` — Get Supported Chains - `POST /api/v1/dex/market/price` — Get Token Price - `POST /api/v1/dex/market/price-info` — Get Token Trading Info - `GET /api/v1/dex/market/candles` — Get Candles - `GET /api/v1/dex/market/token/search` — Search Token - `POST /api/v1/dex/market/token/basic-info` — Get Token Basic Info - `GET /api/v1/dex/market/token/advanced-info` — Get Token Advanced Info - `GET /api/v1/dex/market/token/hot-token` — Get Hot Token List - `GET /api/v1/dex/market/token/holder` — Get Holders Ranking - `GET /api/v1/dex/market/token/top-trader` — Get Top Traders - `GET /api/v1/dex/market/token/top-liquidity` — Get Top Liquidity Pools - `GET /api/v1/dex/market/trades` — Get Token Trades - `GET /api/v1/dex/aggregator/supported/chain` — Get Aggregator Supported Chains - `GET /api/v1/dex/aggregator/approve-transaction` — Get ERC-20 Approve Transaction - `GET /api/v1/dex/aggregator/quote` — Get Aggregated Quote - `GET /api/v1/dex/aggregator/swap` — Build Swap Transaction - `GET /api/v1/dex/aggregator/history` — Get Transaction Status - `GET /api/v1/dex/pre-transaction/supported/chain` — Get Transaction Supported Chains - `GET /api/v1/dex/pre-transaction/gas-price` — Get Gas Price - `POST /api/v1/dex/pre-transaction/gas-limit` — Get Gas Limit - `POST /api/v1/dex/pre-transaction/simulate` — Simulate Transactions - `POST /api/v1/dex/pre-transaction/broadcast-transaction` — Broadcast Transactions - `GET /api/v1/dex/post-transaction/orders` — Get Broadcast Orders - `GET /api/v1/dex/balance/supported/chain` — Get Wallet Supported Chains - `GET /api/v1/dex/balance/all-token-balances-by-address` — Get All Token Balances by Address - `POST /api/v1/dex/balance/token-balances-by-address` — Get Token Balances by Address - `GET /api/v1/dex/post-transaction/transactions-by-address` — Get Transactions by Address - `GET /api/v1/dex/post-transaction/transaction-detail-by-txhash` — Get Transaction Detail by Hash