Supabase Integration
If preferred for internal builds, dashboards, or analytics, Liquid can provision a Supabase client to allow read-only access to certain platform data (under strict security rules).
With this option, developers can:
Subscribe to Postgres database changes in real time.
Listen to specific tables — for example:
Assets table: Get a real-time feed of new tokenized assets, status changes, or asset updates.
Marketplace trades: Monitor executed trades instantly.
This eliminates the need for constant API polling, enabling high-efficiency, real-time applications.
Supabase’s client libraries also support:
User Authentication: Developers can integrate Liquid’s authentication into their own apps using JWTs issued by Liquid’s auth system, Allowing users to log in via your platform while staying connected to their verified Liquid account.
This hybrid approach — API + webhooks + direct DB access — gives developers flexibility based on their needs, whether building lightweight frontends or complex institutional dashboards.
Last updated