trust-wallet-api
Trust Wallet API
REST API at tws.trustwallet.com — HMAC-SHA256 authenticated. Covers token search, prices, swap quotes, market data, and security across 100+ chains.
Quick Start
Read references/setup.md first for authentication, asset ID format, and the full chain list.
Reference Guide
Read the reference that matches the user's task:
| Task | Reference | When to read |
|---|---|---|
| Auth, chains, asset IDs | references/setup.md |
First time setup, unknown chain/asset format |
| Token search, asset details, coin status | references/token-info.md |
"find token", "asset info", "is this chain active" |
| Swap quotes, routes, step transactions | references/swap-quote.md |
"swap X for Y", "bridge", "DEX quote", "swap rate" |
| Prices, trending tokens, categories | references/market-data.md |
"price of ETH", "trending", "top AI tokens", "market cap" |
| Address validation, token risk | references/security.md |
"is this safe", "validate address", "honeypot", "rug check" |
Read references/setup.md alongside any other reference if the user hasn't authenticated yet or you need chain/asset ID info.
More from trustwallet/tw-agent-skills
trust-wallet-cli
Trust Wallet CLI (`twak`) — install, create wallets, check balances, send tokens, swap, view history, set price alerts, DCA automations, limit orders, manage ERC-20 approvals, check token risk, browse trending/DApps, and run x402 micropayments. Use whenever the user wants to use the twak CLI, manage a crypto wallet from the terminal, send or swap tokens via command line, check portfolio, create price alerts, set up DCA, create limit orders, approve ERC-20 spenders, or interact with Trust Wallet from a shell. Also covers MCP server setup for AI agents.
82trust-wallet-sdk
Trust Wallet open-source libraries — Wallet Core (HD wallets, address derivation, tx signing in Swift/Kotlin/TypeScript/Go for 140+ chains), Web3 Provider (dApp connection for Ethereum/Solana/Cosmos/Bitcoin/Aptos/TON/Tron), deep linking, browser extension integration, WalletConnect, token assets repository, and Barz ERC-4337 smart wallet. Use when working with trustwallet/wallet-core, @trustwallet/wallet-core, trust-web3-provider, Trust Wallet deep links, token logos/metadata from trustwallet/assets, or Barz account abstraction.
68your-skill-name
One sentence — what this skill does and when Claude should use it.
59assets
Work with the Trust Wallet assets repository — look up token logos and metadata, list assets by blockchain, and contribute new assets (add logo, info.json, update tokenlist). Use when the user asks about token logos, asset listings, adding a token to Trust Wallet, or querying trustwallet/assets.
11wallet-core
Build with Trust Wallet Core — HD wallet creation, address derivation, and transaction signing across 140+ blockchains. Use when working with trustwallet/wallet-core, @trustwallet/wallet-core, or implementing key generation and signing in Swift, Kotlin, TypeScript, or Go.
11market-data
Get real-time token prices (index from CoinMarketCap + CoinGecko), discover trending tokens across 16+ categories (AI, DeFi, memes, Layer 1, ecosystem-specific), with multi-timeframe price changes, market cap, volume, and supply data. Use this whenever someone asks about crypto prices, market cap, volume, trending coins, top tokens in a category, or any "what's the price of X" question.
11