cURL
curl --request POST \ --url https://mainnet.gomaestro-api.org/v1/contracts/singleAssetStaking/processRewards \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "configTN": "<string>" }'
{ "cbor_hex": "<string>", "tx_hash": "<string>" }
Process and distribute rewards for a single asset staking campaign to all participating users.
Project API Key
Configuration TN
Withdraw stake transaction build successfully
Unsigned transaction
CBOR hexadecimal representation of the transaction
Transaction hash
Was this page helpful?