Change Updates

Do not miss any Cardano Wallet Backend API changes, ever again

Subscribe to the Cardano Wallet Backend API changelog to be up to date on recent changes.

RSS

Aug 13, 2024

main
v2023-04-14
Compare
v2023-04-14

API structure has changed

19 structure changes including:
2 Additions
17 Modifications
Modified 17 Breaking
PUT /stake-pools/{stakePoolId}/wallets/{walletId}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mint, burn properties Modified
POST /wallets/{walletId}/transactions-decode
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mint, burn, witness_count properties Modified
POST /wallets/{walletId}/transactions
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mint, burn properties Modified
POST /wallets/{walletId}/migrations
  • Response
  • 202 response Modified
    • application/json content type Modified
POST /shared-wallets/{walletId}/transactions-decode
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mint, burn, witness_count properties Modified
POST /byron-wallets/{walletId}/transactions
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mint, burn properties Modified
POST /byron-wallets/{walletId}/migrations
  • Response
  • 202 response Modified
    • application/json content type Modified
PATCH /shared-wallets/{walletId}/payment-script-template
  • Response
  • 403 response Modified
    • application/json content type Modified
      • shared_wallet_no_such_cosigner alternative Modified
      • shared_wallet_not_pending alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • shared_wallet_active alternative Added
  • 503 response Added
PATCH /shared-wallets/{walletId}/delegation-script-template
  • Response
  • 403 response Modified
    • application/json content type Modified
      • shared_wallet_no_such_cosigner alternative Modified
      • shared_wallet_not_pending alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • shared_wallet_active alternative Added
  • 503 response Added
GET /wallets/{walletId}/transactions/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mint, burn properties Modified
GET /wallets/{walletId}/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
  • Query
  • max_count query parameter Added
GET /shared-wallets/{walletId}/transactions/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mint, burn properties Modified
GET /shared-wallets/{walletId}/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
  • Query
  • max_count query parameter Added
GET /network/parameters
  • Response
  • 200 response Modified
    • application/json content type Modified
      • eras property Modified
GET /byron-wallets/{walletId}/transactions/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mint, burn properties Modified
GET /byron-wallets/{walletId}/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
  • Query
  • max_count query parameter Added
DELETE /stake-pools/*/wallets/{walletId}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mint, burn properties Modified
Added 2
GET /shared-wallets/{walletId}/utxo
GET /shared-wallets/{walletId}/statistics/utxos