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-07-18
Compare
v2023-07-18

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /network/parameters
  • Response
  • 200 response Modified
    • application/json content type Modified
      • execution_unit_prices property Modified
POST /shared-wallets
  • Response
  • 500 response Added
POST /shared-wallets/{walletId}/transactions-construct
  • Response
  • 403 response Modified
    • application/json content type Modified
      • staking_invalid alternative Added
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 Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 403 response Modified
    • application/json content type Modified
      • balance_tx_era_not_supported, balance_tx_max_size_limit_exceeded alternatives Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • node_not_yet_in_recent_era, tx_not_in_node_era alternatives Added
POST /wallets/{walletId}/transactions-construct
  • Response
  • 403 response Modified
    • application/json content type Modified
      • staking_invalid alternative Added