curl -X POST https://YOUR_BLNK_INSTANCE_URL/ledgers \ -H 'Content-Type: application/json' \ -H 'X-Blnk-Key: YOUR_API_KEY' \ -d '{ "name": "Customer Wallets", "meta_data": { "region": "US", "project_id": "proj_123" } }'
{ "ledger_id": "ldg_0a3b7c7e-e7a8-4f1e-9f6a-3d4c8b2e1a5f", "name": "Customer Wallets", "created_at": "2024-01-15T10:30:00Z", "meta_data": { "region": "US", "project_id": "proj_123" } }
Create a new ledger record in the system
name
meta_data