cURL
curl --request POST \ --url https://mainnet.gomaestro-api.org/v1/contracts/singleAssetStaking/initStaking \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "configTN": "<string>", "sender": "<string>", "rewardAmount": 123 }'
{ "cbor_hex": "<string>", "tx_hash": "<string>" }
Initialize a new single asset staking campaign with reward parameters and staking conditions.
Project API Key
Configuration TN
Sender's address
Reward amount
Init staking transaction build successfully
Unsigned transaction
CBOR hexadecimal representation of the transaction
Transaction hash
Was this page helpful?