POST /api/donate/crypto/claim
── Public: submit a TX hash to claim N months of credit
| Method | POST |
| Path | /api/donate/crypto/claim |
| Auth | public (no key) |
| Group | Economy · Crypto Donations |
Request
curl -X POST https://zeqsdk.com/api/donate/crypto/claim \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.