Skip to content

Identity API

Public chainer profiles, device settings, and legal consent.

Base Paths

text
/chainers, /devices, /identity

Authentication

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

  • Chainers for public profiles and me lookups.
  • Devices for registration and device settings.

Notes

  • Public profile endpoints work without authentication.
  • Device settings can be identified by either x-device-token or x-device-id.
  • GET /chainers/me returns the authenticated user's own profile.

Built with purpose.