Change Updates

Do not miss any cardano-wallet-diff API changes, ever again

Subscribe to the cardano-wallet-diff API changelog to be up to date on recent changes.

RSS

Dec 19, 2023

main
v2023-12-18
Compare
v2023-12-18

API structure has changed

Next Change
14 structure changes including:
1 Addition
13 Modifications
Modified 13
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
      • minting via script reference alternative 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
      • minting via script reference alternative 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}