POST
/
contracts
/
singleAssetStaking
/
initStaking
Admin - Initialize the staking for a new campaign
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>"
}

Authorizations

api-key
string
header
required

Project API Key

Body

application/json

Response

200
application/json

Init staking transaction build successfully

Unsigned transaction