COFRI is an enterprise-grade custodial wallet infrastructure for Liquid Bitcoin, USDT, DePix and all Liquid assets. API-first, white-label ready.
A complete custodial infrastructure stack, ready to integrate with your financial systems.
Integrate COFRI into any payment flow with our clean, well-documented REST API. Works with gateways, exchanges, and fintech platforms.
# Create a withdrawal curl -X POST https://api.cofri.digital/api/withdraw/create \ -H "Authorization: Bearer TOKEN" \ -H "Content-Type: application/json" \ -d '{ "asset": "USDt", "amount": 100000000, "address": "VJLDn5..." }' # Response { "status": true, "message": "Withdrawal created", "data": { "id": "wd_abc123...", "status": "pending", "amount": 100000000, "fee": 1100 } }
Every layer hardened for institutional finance.