docs: expand AVE Claw Hackathon research with code examples and guides

- Added 3 runnable Python scripts for Data REST, Data WebSocket, and Trading APIs
- Expanded research with 7 new sections:
  - Extended API documentation with full request/response examples
  - Working code examples with CLI commands
  - Security guide (API keys, HMAC signing, private key protection)
  - Testing strategies (dry-run, paper trading, testnets)
  - Troubleshooting guide with error codes
  - Competitive analysis vs DexScreener, Moralis, CoinGecko
  - Quick reference appendix

Research doc grew from 242 to 906 lines
This commit is contained in:
shokollm
2026-04-05 20:52:58 +00:00
parent eabbcd911c
commit 90283d7403
5 changed files with 2217 additions and 38 deletions

View File

@@ -0,0 +1,2 @@
requests>=2.31.0
websocket-client>=1.7.0