Docs Location
api.getfexr.com — password gated for security.
Our documentation lives at api.getfexr.com. To protect clubs and participants, we gate it with a rotating password. Email us and we'll reply within 60 minutes with credentials, sandbox tokens, and next steps.
The Fexr Claude Skill handles API sequencing automatically. One prompt generates a full governance app — wallets, liquidity, proposals, voting, roles, and audit trail already wired.
See the Claude Skill →api.getfexr.com — password gated for security.
Email hello@fexr.club with your club + use case.
Human reply in under 60 minutes, 7 days a week.
Send your club name and intended use case to hello@fexr.club.
We align on API surfaces, rate limits, and your integration needs.
Password and sandbox tokens land in your inbox within 60 minutes.
Use our helpers, samples, and live support to ship your integration.
Critical Fexr APIs enforce DPoP (Demonstrating Proof of Possession) — bearer tokens alone won't work. Our JS, Python, and Go helpers handle key generation and proof minting in a single call, so you get maximum security without the boilerplate.
Trigger payouts, missions, and badges in your sandbox safely.
Copy-ready samples and type definitions for every API object.
Boot infrastructure and share collections with your team.
Grafana and Prometheus dashboards mirroring Fexr's monitoring.
Human replies in under 60 minutes throughout onboarding.
Manual gating protects clubs until full automation ships. Tell us what you're building and we'll unblock you quickly.
curl -X POST api.getfexr.com/v1/clubs \
-H "Authorization: Bearer $TOKEN" \
-d '{"name": "your-club"}'
# 201 Created