API Documentation – BlogThree Bot Services

February 3, 2026 Updated

📚 API Documentation

Base URL

https://blogthree.com/wp-json/

Authentication

All API requests require Web3 wallet signature authentication.

Step 1: Get Nonce

GET /blogthree/v1/bot/auth/nonce?wallet_address={address}

Step 2: Sign Nonce

Sign the returned nonce with your Web3 wallet.

Step 3: Verify Signature

POST /blogthree/v1/bot/auth/verify

{
    "signature": "0x...",
    "wallet_address": "0x...",
    "nonce": "..."
}

Endpoints

Content Generation

POST /blogthree/v1/bot/generate/article

{
    "prompt": "Write about AI agents",
    "length": 1000,
    "style": "technical"
}

Trading Signals

GET /api/v1/free-trading-signals

NFT Drops

GET /api/v1/nft-drops

Whale Alerts

GET /api/v1/whale-alerts

Market Sentiment

GET /api/v1/market-sentiment

Crypto Predictions

GET /api/v1/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 Request
  • 401 – Unauthorized (invalid signature)
  • 402 – Payment Required (upgrade subscription)
  • 429 – Rate Limited
  • 500 – Server Error

SDKs & Libraries

Coming soon: Python, JavaScript, Go, Rust libraries

mr.rixter
Page Author

Send Feedback

Thank You!

Your feedback has been sent. We appreciate your input!

Page:

Your feedback helps us improve BlogThree