Skip to content

Instantly share code, notes, and snippets.

@dhrp
Created May 8, 2026 07:59
Show Gist options
  • Select an option

  • Save dhrp/7abb103fec1a323dab3f859c220ffbe7 to your computer and use it in GitHub Desktop.

Select an option

Save dhrp/7abb103fec1a323dab3f859c220ffbe7 to your computer and use it in GitHub Desktop.
Endpoints.md

Here's the full list of backend endpoints:

Public

Method Path Description
GET / Health check
POST /api/newsletter/subscribe Newsletter subscription
POST /webhooks/kyc KYC webhook (signature-verified)

Auth (SIWE) — /api/auth/siwe

Method Path
GET /api/auth/siwe/nonce
POST /api/auth/siwe/verify
POST /api/auth/siwe/reconnect
POST /api/auth/siwe/logout
POST /api/auth/siwe/forget
GET /api/auth/siwe/me

Authenticated (session required)

Method Path
GET /api/users/:walletAddress
PATCH /api/users/:walletAddress
GET /api/whitelist/:walletAddress
POST /api/purchase/preflight
POST /api/transfers
GET /api/transfers/:id
POST /api/kyc/initiate
GET /api/kyc/status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment