Changelog
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.
Public country list endpoints
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 Symbol Search to Get Currencies API Endpoint
✅ 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
New Convert API endpoint!
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.
Update POST /checkout endpoint
🚨 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.
Additional filters for `GET#Refunds` endpoint
Changes implemented:
Add `updated_at` field for Refunds object
Add updated_at field for Refunds object displayed in CoinGate V2 API endpoints
GET Outgoing Fees API endpoint
Added new API endpoint to List Outgoing Fees:
Order Blockchain Transactions API
Added new API endpoints to get Order Blockchain Transactions:
