Do not miss any Lumetrade Staging API changes, ever again

Subscribe to the Lumetrade Staging API changelog to be up to date on recent changes.

RSS

23 days ago

main
v1
Compare

API structure has changed

1 structure change including:
1 Modification
Modified 1 Breaking
POST /api/v1/trades/quote/confirm
  • Body
  • application/json content type Modified
    • fromAmount, toAmount properties Modified
      • Properties are no longer required
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fromCurrency, toCurrency, fromAmount, toAmount, rate, isRateInverted, isRfq, status, transactionId, createdAt, completedAt, fills properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 400 response Modified
    • application/json content type Modified
      • fromCurrency, toCurrency, fromAmount, toAmount, rate, isRateInverted, isRfq, status, transactionId, createdAt, completedAt, fills properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking