Integrate our secure ledger into your ERP or CRM with a few lines of code.
All requests must include your unique API key in the header.
Authorization: Bearer vk_live_...
POST /v1/transactions/create
curl -X POST https://api.viridiancrest.com/v1/transactions \ -H "Authorization: Bearer" \ -d '{ "amount": 5000, "currency": "USD", "recipient": "acct_12345" }'