Identity API
Public chainer profiles, device settings, and legal consent.
Base Paths
text
/chainers, /devices, /identityAuthentication
Public profile endpoints accept an optional JWT. Device and legal endpoints require JWT authentication.
Environment Variables
bash
export BASE_URL="https://api.chainabit.com/api/v1"
export TOKEN="your-access-token"Sections
Notes
- Public profile endpoints work without authentication.
- Device settings can be identified by either
x-device-tokenorx-device-id. GET /chainers/mereturns the authenticated user's own profile.