# Naos API > Broadest Token Access ## Docs - [Balance](https://docs.naos.trade/api-reference/balance.md): Get token balance for a wallet across one or more chains - [Bridge Execute](https://docs.naos.trade/api-reference/bridge-execute.md): Broadcast a signed deposit transaction and wait for bridge completion (up to 5 minutes). Returns SUCCESS or FAILED once the bridge settles. Returns PENDING only on timeout, in which case use /bridge/status to check later. - [Bridge Networks](https://docs.naos.trade/api-reference/bridge-networks.md): Get all supported bridge networks with min/max amounts per network - [Bridge Quote](https://docs.naos.trade/api-reference/bridge-quote.md): Get an unsigned deposit transaction for cross-chain native token bridging. Sign the transaction and submit to /bridge/execute. - [Bridge Status](https://docs.naos.trade/api-reference/bridge-status.md): Check bridge status by requestId. Only needed if /bridge/execute timed out with PENDING status. - [Chains](https://docs.naos.trade/api-reference/chains.md): Get list of all supported blockchain networks - [Execute](https://docs.naos.trade/api-reference/execute.md): Broadcast a signed transaction, wait for confirmation, and return the result - [Health](https://docs.naos.trade/api-reference/health.md): Health check endpoint, no authentication required - [Pool Info](https://docs.naos.trade/api-reference/pool-info.md): Get pool data by pool contract address including token metadata, quote token, liquidity, fees, and DEX type - [Priority Fees](https://docs.naos.trade/api-reference/priority.md): Get current gas fee estimates for each priority level - [Quote](https://docs.naos.trade/api-reference/quote.md): Get an unsigned swap transaction with price quote for any-to-any token routing - [Token Audit](https://docs.naos.trade/api-reference/token-audit.md): Get security audit for a token contract - [Token Info](https://docs.naos.trade/api-reference/token-info.md): Get token metadata, pool information, taxes, and security audit status - [Value](https://docs.naos.trade/api-reference/value.md): Fast price estimate without transaction simulation or slippage calculation. One of trader or amount must be provided. - [Migrate](https://docs.naos.trade/api-reference/websocket/migrate.md): Emitted when a token migrates from a launchpad bonding curve to a DEX liquidity pool. - [Pool Insert](https://docs.naos.trade/api-reference/websocket/pool-insert.md): Emitted when a new liquidity pool is created. Requires pool_insert_chain in subscription. - [Pool Update](https://docs.naos.trade/api-reference/websocket/pool-update.md): Emitted when pool data changes (liquidity, price, curve progress). Triggered by swaps on subscribed pools. - [Subscribe](https://docs.naos.trade/api-reference/websocket/subscribe.md): Subscribe to pools and/or wallets to receive real-time events. Sending a new subscribe message replaces the entire previous subscription. - [Swap Insert](https://docs.naos.trade/api-reference/websocket/swap-insert.md) - [Token Update](https://docs.naos.trade/api-reference/websocket/token-update.md): Emitted when token metadata or price changes. Accompanies pool updates for the token's best pool. - [Unsubscribe](https://docs.naos.trade/api-reference/websocket/unsubscribe.md): Unsubscribe from all pools and wallets. Clears all filters and disables heartbeat. - [Token Audit](https://docs.naos.trade/guides/audit.md): Check token contract security before trading - [Best Practices](https://docs.naos.trade/guides/best-practices.md): Tips for building reliable integrations with the Naos API - [Bridge](https://docs.naos.trade/guides/bridge.md): Cross-chain native token bridging via quote → sign → execute - [Copytrading](https://docs.naos.trade/guides/copytrading.md): WebSocket-powered wallet tracking and automated trade copying - [Fees](https://docs.naos.trade/guides/fees.md): Fee structure for swaps and bridges - [Router Contracts](https://docs.naos.trade/guides/router-contracts.md): Naos Trading Router deployed addresses per chain - [Setup](https://docs.naos.trade/guides/setup.md): Health check, API key, and first API call - [Supported Chains](https://docs.naos.trade/guides/supported-chains.md): All blockchains supported by Naos API - [Supported DEXes & Launchpads](https://docs.naos.trade/guides/supported-dexes.md): Every DEX and launchpad Naos can quote and trade - [Trading](https://docs.naos.trade/guides/trading.md): Full quote → sign → execute flow on EVM and Solana - [Introduction](https://docs.naos.trade/introduction.md): Multi-chain token swap and bridge API with universal routing - [LLM Integration](https://docs.naos.trade/llm-integration.md): Machine-readable documentation for AI agents and coding assistants ## OpenAPI Specs - [openapi-2](https://docs.naos.trade/openapi-2.yml) - [openapi](https://docs.naos.trade/api-reference/openapi.json) ## AsyncAPI Specs - [asyncapi](https://docs.naos.trade/asyncapi.yml) ## Optional - [API Status](https://api.naos.trade/api/health) - [Website](https://naos.trade)