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

24 days ago

main
v1
Compare

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
POST /api/v1/trades/quote
  • Body
  • application/json content type Modified
    • amount, amountMode properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • fromAmount, toAmount properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fromAmount property Modified
        • Type went from string to number
          Breaking
      • amount, quoteAmountMode properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 400 response Modified
    • application/json content type Modified
      • fromAmount property Modified
        • Type went from string to number
          Breaking
      • amount, quoteAmountMode properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/v1/trades/quote/confirm
  • Body
  • application/json content type Modified
    • amount property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • fromAmount, toAmount properties Added