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