Documentation Index
Fetch the complete documentation index at: https://docs.txshield.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Overview
All TxShield analysis endpoints require an API key. There is no unauthenticated public access to production endpoints. Keys are free to generate, tied to your wallet address, and issued instantly — no email signup, no credit card, no waitlist.Generating Your API Key
Go to the API Keys page
Head to txshield.xyz/ApiRef
Connect your wallet
Click Generate API Key. A Web3 wallet prompt will appear.
Connect with MetaMask, Coinbase Wallet, or any WalletConnect-compatible wallet.
Sign the message
You will be asked to sign a message to prove wallet ownership.
This is a free, gas-less signature — nothing is sent on-chain,
no transaction is made.
Using Your API Key
Pass your key in theAuthorization header on every request using Bearer format.
Rate Limits
| Endpoint Type | Free Tier Limit |
|---|---|
/api/simulate, /api/honeypot, /api/phishing | 10 requests / minute |
| All other endpoints | 30 requests / minute |
Need higher limits for a production integration? Reach out at
contactcodecommunity@gmail.com or contact us on
X for a partner tier key.Error Responses
Missing API Key — 401
Invalid API Key — 403
Rate Limit Exceeded — 429
Security Best Practices
Never expose your API key in frontend code. If you are building a client-side app, proxy requests through your own backend and keep the key in an environment variable server-side.EVM Simulation
Full reference for the simulation endpoint.
Honeypot Detection
Full reference for the honeypot endpoint.
