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

API structure has changed

14 structure changes including:
1 Addition
13 Modifications
Modified 13 Breaking
GET /byron-wallets/{walletId}/transactions
  • Query
  • address query parameter Added
GET /byron-wallets/{walletId}/utxo
  • Response
  • 200 response Modified
    • application/json content type Modified
      • entries property Modified
GET /shared-wallets/{walletId}/transactions
  • Query
  • address query parameter Added
GET /shared-wallets/{walletId}/utxo
  • Response
  • 200 response Modified
    • application/json content type Modified
      • entries property Modified
GET /wallets/{walletId}/transactions
  • Query
  • address query parameter Added
GET /wallets/{walletId}/utxo
  • Response
  • 200 response Modified
    • application/json content type Modified
      • entries property Modified
POST /shared-wallets
  • Body
  • application/json content type Modified
    • Create shared wallet from mnemonics alternative Modified
      • one_change_address_mode property Added
POST /shared-wallets/{walletId}/transactions-construct
  • Body
  • application/json content type Modified
    • mint_burn property Modified
      • object alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • minting via script template, minting via script reference alternatives Added
    • encrypt_metadata, vote, reference_policy_script_template properties Added
POST /shared-wallets/{walletId}/transactions-decode
  • Body
  • application/json content type Modified
    • decrypt_metadata property Added
POST /wallets
  • Body
  • application/json content type Modified
    • shelley alternative Modified
      • one_change_address_mode property Added
POST /wallets/{walletId}/transactions-construct
  • Body
  • application/json content type Modified
    • mint_burn property Modified
      • object alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • minting via script template, minting via script reference alternatives Added
    • encrypt_metadata, vote, reference_policy_script_template properties Added
POST /wallets/{walletId}/transactions-decode
  • Body
  • application/json content type Modified
    • decrypt_metadata property Added
PUT /wallets/{walletId}
  • Body
  • application/json content type Modified
    • one_change_address_mode property Added
Added 1
PUT /shared-wallets/{walletId}