Overview
The TxShield API offers both unauthenticated public access for quick testing and authenticated access for production workloads.Authentication Methods
1. Public Access (No Key)
Most endpoints are accessible without an API key. This is designed for individual developers testing the API or extremely low-volume integrations.- Rate Limit: ~100 requests / minute per IP.
- Requirement: None. Just make the request.
2. API Key (Production)
For DEX aggregators, screeners, and production environments, you must use an API Key to ensure stable uptime.- Standard Tier Limit: Up to 5,000 requests / minute.
- Enterprise Tier: Custom limits. Contact
partnerships@txshield.xyz.
How to Use Your API Key
Once you receive your API key from TxShield.xyz or via email, you must include it in the headers of every request using theX-TxShield-Key header.
