cURL
curl --request POST \ --url https://mainnet.gomaestro-api.org/v1/contracts/singleAssetStaking/withdrawStake \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "nodeUTxOs": [ { "txHash": "<string>", "outputIndex": 123, "address": "<string>", "assets": [ { "policyId1assetName1": "123", "policyId2assetName2": "456", "policyId3assetName3": "789" } ], "datumHash": "<string>", "datum": "<string>", "scriptRef": "<string>" } ], "configTN": "<string>", "sender": "<string>" }'
{ "cbor_hex": "<string>", "tx_hash": "<string>" }
Withdraw staked assets from a single asset staking campaign with earned rewards calculation.
Project API Key
Configuration TN
Sender's address
Node UTXOs
Show child attributes
Withdraw stake transaction build successfully
Unsigned transaction
CBOR hexadecimal representation of the transaction
Transaction hash
Was this page helpful?