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

25 days ago

main
v1
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /api/v1/deposits/{transactionId}
  • Path went from /api/v1/deposits/{depositId} to /api/v1/deposits/{transactionId} (same operationId)
  • Path
  • depositId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • transactionId path parameter Added
GET /api/v1/wallets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer array[object]
        Breaking
      • property Removed
GET /api/v1/wallets/{walletId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • WalletResponse property Removed
POST /api/v1/trades/quote
  • Body
  • application/json content type Modified
    • quoteAmountMode property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • quoteAmountMode property Added
  • 400 response Modified
    • application/json content type Modified
      • quoteAmountMode property Added