# Binance Web3 API 文档 > Documentation files for Large Language Models ## Documentation - [概览](/zh-CN/dev-docs/introduction.md) - [鉴权](/zh-CN/dev-docs/authentication.md) - [SDK 与工具](/zh-CN/dev-docs/sdks-tools/overview.md) - [Agent 原生](/zh-CN/dev-docs/agent-native/overview.md) - [MCP Server](/zh-CN/dev-docs/agent-native/mcp-server.md) - [/agent-native/llms-txt](/zh-CN/dev-docs/agent-native/llms-txt.md) - [Python](/zh-CN/dev-docs/sdks-tools/connectors/python.md) - [JavaScript](/zh-CN/dev-docs/sdks-tools/connectors/javascript.md) - [Java](/zh-CN/dev-docs/sdks-tools/connectors/java.md) - [支持的 Skills](/zh-CN/dev-docs/products/wallet-skills/supported-skills.md) - [Binance Wallet Skills](/zh-CN/dev-docs/products/wallet-skills/introduction.md) - [链上交易 API 介绍](/zh-CN/dev-docs/products/transaction-api/introduction.md): 链上交易模拟与广播 - [错误码](/zh-CN/dev-docs/products/transaction-api/error-codes.md): 链上交易 API 错误码对照表 — 完整的业务错误码列表,包含原因说明与排查指引。 - [钱包 API 介绍](/zh-CN/dev-docs/products/wallet-api/introduction.md): 多链钱包余额与交易查询 - [错误码](/zh-CN/dev-docs/products/wallet-api/error-codes.md): Wallet API 错误码参考——完整的业务错误码列表,包含原因说明与排查指引。 - [兑换 API 介绍](/zh-CN/dev-docs/products/trading-api/introduction.md): 跨 DEX 聚合报价和兑换,支持权益代币(RWA)交易 - [错误码](/zh-CN/dev-docs/products/trading-api/error-codes.md): 兑换 API 错误码参考 — 完整的业务错误码列表、原因说明与排查建议。 - [技术支持](/zh-CN/dev-docs/products/others/support.md): Binance Web3 API 联系方式与支持渠道 - [更新日志](/zh-CN/dev-docs/products/others/changelog.md): Binance Web3 API 版本更新记录 - [行情 API 介绍](/zh-CN/dev-docs/products/market-api/introduction.md): 实时行情、K 线数据、代币分析 - [错误码](/zh-CN/dev-docs/products/market-api/error-codes.md): 行情 API 错误码对照表 — 完整的业务错误码、原因及排查指南。 - [教程与使用场景](/zh-CN/dev-docs/products/agentic-wallet/tutorial.md) - [Skills 参考](/zh-CN/dev-docs/products/agentic-wallet/skills-reference.md) - [Binance Agentic Wallet](/zh-CN/dev-docs/products/agentic-wallet/introduction.md) - [安装 Agentic Wallet](/zh-CN/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` — 获取支持的链 - `POST /api/v1/dex/market/price` — 获取代币价格 - `POST /api/v1/dex/market/price-info` — 获取代币交易信息 - `GET /api/v1/dex/market/candles` — 获取代币 K 线数据 - `GET /api/v1/dex/market/token/search` — 代币搜索 - `POST /api/v1/dex/market/token/basic-info` — 获取代币基础信息 - `GET /api/v1/dex/market/token/advanced-info` — 获取代币高级信息 - `GET /api/v1/dex/market/token/hot-token` — 获取热门代币榜单 - `GET /api/v1/dex/market/token/holder` — 获取代币持有人排行 - `GET /api/v1/dex/market/token/top-trader` — 获取代币盈利地址排行 - `GET /api/v1/dex/market/token/top-liquidity` — 获取代币流动性池信息 - `GET /api/v1/dex/market/trades` — 获取代币交易历史 - `GET /api/v1/dex/aggregator/supported/chain` — 获取聚合器支持的链 - `GET /api/v1/dex/aggregator/approve-transaction` — 获取 ERC-20 代币授权交易数据 - `GET /api/v1/dex/aggregator/quote` — 获取聚合交易报价 - `GET /api/v1/dex/aggregator/swap` — 执行代币兑换(构造链上交易数据) - `GET /api/v1/dex/aggregator/history` — 查询交易状态 - `POST /api/v1/dex/aggregator/order/submit` — 提交 RFQ 订单 - `GET /api/v1/dex/aggregator/order/{orderId}` — 查询 RFQ 订单状态 - `GET /api/v1/dex/pre-transaction/supported/chain` — 获取链上交易支持的链 - `GET /api/v1/dex/pre-transaction/gas-price` — 获取 Gas 价格 - `POST /api/v1/dex/pre-transaction/gas-limit` — 估算 Gas Limit - `POST /api/v1/dex/pre-transaction/simulate` — 模拟交易 - `POST /api/v1/dex/pre-transaction/broadcast-transaction` — 广播交易 - `GET /api/v1/dex/post-transaction/orders` — 查询广播订单 - `GET /api/v1/dex/balance/supported/chain` — 获取钱包支持的链 - `GET /api/v1/dex/balance/all-token-balances-by-address` — 查询地址全部代币余额 - `POST /api/v1/dex/balance/token-balances-by-address` — 查询地址特定代币余额 - `GET /api/v1/dex/post-transaction/transactions-by-address` — 查询地址链上交易历史 - `GET /api/v1/dex/post-transaction/transaction-detail-by-txhash` — 根据 Hash 查询交易详情