added

4 Apr 24 - Swap API

Swap API is now live! You can now swap between our supported currencies easily via API - refer to our Swap API Guide to learn more!

All of the following changes are now available under v0.2.0 of our API documentation.


Added the following endpoints:

Swap API:

  • GET /swap/pairs
  • POST /swap/quotes
  • GET /swap/quotes/{quoteId}
  • POST /swap/quotes/{quoteId}
  • GET /swap/transactions/{contractId}
  • GET /swap/transactions

Blockchain API:

  • POST /blockchain_transfer/withdrawals/{blockchain}/estimate_network_fee

Modifications to existing endpoints:

GET a payment/list of payments and payment callback:

  • Sender information are now available: sender_bank, sender_bank_account_holder_name, sender_bank_account_no, sender_bank_swift_bic

Other changes:

  • Missing authorisation token error now returns 401 instead of 500