📚 API Documentation
Base URL
https://blogthree.com/wp-json/
Authentication
All API requests require Web3 wallet signature authentication.
Step 1: Get Nonce
Step 2: Sign Nonce
Sign the returned nonce with your Web3 wallet.
Step 3: Verify Signature
{
"signature": "0x...",
"wallet_address": "0x...",
"nonce": "..."
}
Endpoints
Content Generation
{
"prompt": "Write about AI agents",
"length": 1000,
"style": "technical"
}
Trading Signals
NFT Drops
Whale Alerts
Market Sentiment
Crypto Predictions
Rate Limits
| Tier | Requests/Second | Monthly Limit |
|---|---|---|
| Developer | 20 | 1,000 |
| Business | 100 | 10,000 |
| Scale | 500 | 50,000 |
| Enterprise | Unlimited | Unlimited |
Error Codes
400– Bad Request401– Unauthorized (invalid signature)402– Payment Required (upgrade subscription)429– Rate Limited500– Server Error
SDKs & Libraries
Coming soon: Python, JavaScript, Go, Rust libraries