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

Jan 7, 2025

main
v2024-11-18
Compare
v2024-11-18

API structure has changed

14 structure changes including:
14 Modifications
Modified 14
GET /shared-wallets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Active shared wallet (account public keys for each co-signers is collected) alternative Modified
        • delegation property Modified
GET /shared-wallets/{walletId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Active shared wallet (account public keys for each co-signers is collected) alternative Modified
        • delegation property Modified
GET /wallets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • delegation property Modified
        • active, next properties Modified
GET /wallets/{walletId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • delegation property Modified
        • active, next properties Modified
GET /wallets/{walletId}/stake-keys
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ours property Modified
        • delegation property Modified
PATCH /shared-wallets/{walletId}/delegation-script-template
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Active shared wallet (account public keys for each co-signers is collected) alternative Modified
        • delegation property Modified
PATCH /shared-wallets/{walletId}/payment-script-template
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Active shared wallet (account public keys for each co-signers is collected) alternative Modified
        • delegation property Modified
POST /shared-wallets
  • Response
  • 201 response Modified
    • application/json content type Modified
      • Active shared wallet (account public keys for each co-signers is collected) alternative Modified
        • delegation property Modified
POST /shared-wallets/{walletId}/transactions-construct
  • Body
  • application/json content type Modified
    • vote property Modified
      • vote to a drep represented by key hash (deprecated) alternative Added
POST /wallets
  • Response
  • 201 response Modified
    • application/json content type Modified
      • delegation property Modified
        • active, next properties Modified
POST /wallets/{walletId}/transactions-construct
  • Body
  • application/json content type Modified
    • vote property Modified
      • vote to a drep represented by key hash (deprecated) alternative Added
PUT /byron-wallets/{walletId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • delegation property Modified
        • active, next properties Modified
PUT /shared-wallets/{walletId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Active shared wallet (account public keys for each co-signers is collected) alternative Modified
        • delegation property Modified
PUT /wallets/{walletId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • delegation property Modified
        • active, next properties Modified