Change Updates

Do not miss any Cardano Wallet API changes, ever again

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

RSS
Cardano Wallet API documentation

Change #f1d238ed

Last update:
Compare
v2023-12-18

API structure has changed

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 attribute 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 attribute Modified
GET /wallets/{walletId}/transactions
  • Query
  • address query parameter Added
GET /wallets/{walletId}/utxo
  • Response
  • 200 response Modified
    • application/json content type Modified
      • entries attribute Modified
POST /shared-wallets
  • Body
  • application/json content type Modified
    • Create shared wallet from mnemonics alternative Modified
      • one_change_address_mode attribute Added
POST /shared-wallets/{walletId}/transactions-construct
  • Body
  • application/json content type Modified
    • mint_burn attribute Modified
      • minting via script reference alternative Added
    • encrypt_metadata, vote, reference_policy_script_template attributes Added
POST /shared-wallets/{walletId}/transactions-decode
  • Body
  • application/json content type Modified
    • decrypt_metadata attribute Added
POST /wallets
  • Body
  • application/json content type Modified
    • shelley alternative Modified
      • one_change_address_mode attribute Added
POST /wallets/{walletId}/transactions-construct
  • Body
  • application/json content type Modified
    • mint_burn attribute Modified
      • minting via script reference alternative Added
    • encrypt_metadata, vote, reference_policy_script_template attributes Added
POST /wallets/{walletId}/transactions-decode
  • Body
  • application/json content type Modified
    • decrypt_metadata attribute Added
PUT /wallets/{walletId}
  • Body
  • application/json content type Modified
    • one_change_address_mode attribute Added
Added 1
PUT /shared-wallets/{walletId}