Added Ledger Transactions to Orders and Withdrawals API
The Get Order and Get Withdrawal API responses now include a ledger_transactions array, giving merchants direct visibility into the accounting entries associated with each order or withdrawal.
The Get Order and Get Withdrawal API responses now include a ledger_transactions array, giving merchants direct visibility into the accounting entries associated with each order or withdrawal.
Added two unauthenticated v2 endpoints that return the countries CoinGate currently supports per user category. Useful for building country pickers, restricting signup forms, and prechecking eligibility before sending users into a flow.
✅ Added search by symbol parameter in the Get Currencies API endpoint. You can now query currencies directly by their symbol, e.g., https://api.coingate.com/v2/currencies?symbol=BTC.
Read more: Get Currencies API
We’ve introduced a flexible Conversions API that lets you seamlessly convert between currencies directly from your ledger account. This provides a simple and powerful way to integrate currency conversions into your workflows or applications.
🚨 Deprecation Notice: The lightning_network parameter will be deprecated by 1 of June.
🔹 Instead, please use the platform_id parameter for specifying Lightning Network payments.
🔹 The Lightning platform ID can be found here
🔹 Update your integration accordingly to avoid issues with future API versions.
Add updated_at field for Refunds object displayed in CoinGate V2 API endpoints
Added new API endpoint to List Outgoing Fees:
Added new API endpoints to get Order Blockchain Transactions:
Now allows to change Payment Callback format to JSON. If you want to set for currently used API APP, login to your account dashboard, go to Merchant -> API -> Apps and click Edit.