Page cover

User Management and KYC API

Liquid also provides API endpoints for managing user onboarding, allowing partners to integrate KYC flows and compliance checks directly into their own applications.


  • POST /api/users Create a new user profile (or retrieve if it already exists) and obtain a KYC link or token. This allows partners to integrate Liquid’s KYC process into their apps — for example:

    • A crowdfunding platform could white-label Liquid’s KYC flow via API, embedding it seamlessly into their user onboarding.


  • GET /api/users/{id}/kyc_status Check whether a user has been KYC-verified and retrieve their jurisdiction status. This enables partners to:

    • Programmatically ensure an investor is verified and eligible to receive asset tokens.

    • Enforce compliance rules based on user location or accreditation status.


These APIs make it easy for external platforms to leverage Liquid’s compliance infrastructure while maintaining a native user experience for their own audiences.

Last updated