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

May 6, 2026

main
v1
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /api/v1/currencies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • symbol property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /api/v1/trades
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trade property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • fromCurrency, toCurrency, fromAmount, toAmount, rate, isRateInverted, isRfq, status, transactionId, createdAt, completedAt properties Added
GET /api/v1/trades/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fills property Added
  • 404 response Modified
    • application/json content type Modified
      • fills property Added
GET /api/v1/wallets
  • Query
  • paymentMethodType, networkName query parameters Added
GET /api/v1/withdrawals
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currencyCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • currency property Added
GET /api/v1/withdrawals/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currencyCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • currency property Added
  • 404 response Modified
    • application/json content type Modified
      • currencyCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • currency property Added