{your_org_id}
and {your_api_key}
with your actual credentials.ledger_id
returned in the response is crucial for subsequent API calls, as it’s currently required to identify the ledger in operations where the ledger reference isn’t sufficient; we’re working on updating our backend to allow using ledger references consistently across all endpoints.min_balance
setting for the sender account. We’ve set it to a negative value (-10000000, representing -$100,000.00) to allow for outgoing transfers. This is crucial because the min_balance for accounts typically defaults to 0, which would prevent sending funds if the account starts with a zero balance. By setting a negative min_balance, we ensure the sender account can initiate transfers even without a pre-existing positive balance. This setup is common for demo environments or systems where you want to allow initial outgoing transactions without prefunding the account.