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
-
application/json content type 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
-
application/json content type 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
-
application/json content type Modified
POST /shared-wallets
- Body
-
application/json content type Modified
-
Create shared wallet from mnemonics alternative Modified
- one_change_address_mode property Added
-
Create shared wallet from mnemonics alternative Modified
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
-
Removing a resource is always breaking unless it was deprecated before
- minting via script template, minting via script reference alternatives Added
-
object alternative Removed
- encrypt_metadata, vote, reference_policy_script_template properties Added
-
mint_burn property Modified
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
-
shelley alternative Modified
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
-
Removing a resource is always breaking unless it was deprecated before
- minting via script template, minting via script reference alternatives Added
-
object alternative Removed
- encrypt_metadata, vote, reference_policy_script_template properties Added
-
mint_burn property Modified
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}