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
v2022-12-14
Compare
v2022-12-14

API structure has changed

21 structure changes including:
2 Additions
19 Modifications
Modified 19 Breaking
PUT /stake-pools/{stakePoolId}/wallets/{walletId}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • certificates, mint, burn, validity_interval, script_integrity, extra_signatures properties Added
POST /wallets/{walletId}/transactions-decode
  • Response
  • 202 response Modified
    • application/json content type Modified
      • witness_count property Added
POST /wallets/{walletId}/transactions-construct
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
POST /wallets/{walletId}/transactions-balance
  • Response
  • 400 response Modified
    • application/json content type Modified
      • inline_scripts_not_supported_in_alonzo, inline_datums_not_supported_in_alonzo alternatives Added
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
      • balance_tx_byron_not_supported alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • balance_tx_era_not_supported alternative Added
POST /wallets/{walletId}/transactions
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
  • 202 response Modified
    • application/json content type Modified
      • certificates, mint, burn, validity_interval, script_integrity, extra_signatures properties Added
POST /wallets/{walletId}/payment-fees
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
POST /wallets/{walletId}/migrations
  • Response
  • 202 response Modified
    • application/json content type Modified
POST /wallets/{walletId}/coin-selections/random
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
POST /shared-wallets/{walletId}/transactions-decode
  • Response
  • 202 response Modified
    • application/json content type Modified
      • witness_count property Added
POST /shared-wallets/{walletId}/transactions-construct
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
POST /byron-wallets/{walletId}/transactions
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
  • 202 response Modified
    • application/json content type Modified
      • certificates, mint, burn, validity_interval, script_integrity, extra_signatures properties Added
POST /byron-wallets/{walletId}/payment-fees
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
POST /byron-wallets/{walletId}/migrations
  • Response
  • 202 response Modified
    • application/json content type Modified
POST /byron-wallets/{walletId}/coin-selections/random
  • Response
  • 403 response Modified
    • application/json content type Modified
      • utxo_too_small alternative Modified
GET /wallets/{walletId}/transactions/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • certificates, mint, burn, validity_interval, script_integrity, extra_signatures properties Added
GET /wallets/{walletId}/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /byron-wallets/{walletId}/transactions/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • certificates, mint, burn, validity_interval, script_integrity, extra_signatures properties Added
GET /byron-wallets/{walletId}/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
DELETE /stake-pools/*/wallets/{walletId}
  • Response
  • 202 response Modified
    • application/json content type Modified
      • certificates, mint, burn, validity_interval, script_integrity, extra_signatures properties Added
Added 2
GET /shared-wallets/{walletId}/transactions/{transactionId}
GET /shared-wallets/{walletId}/transactions