Start Audit
API Reference

Global Transaction API

Integrate our secure ledger into your ERP or CRM with a few lines of code.

Authentication

All requests must include your unique API key in the header.

Authorization: Bearer vk_live_...

Create Transaction

POST /v1/transactions/create

curl -X POST https://api.viridiancrest.com/v1/transactions \
  -H "Authorization: Bearer " \
  -d '{
    "amount": 5000,
    "currency": "USD",
    "recipient": "acct_12345"
  }'

Quick Links