Stake
Key
Required
Description
//stake; send 0eth from self to 0x0000000000000000000000000000000000000000;
{
"p": "ierc-20",
"op": "stake", // stake operation
"pool": "0x0000000000000000000000000000000000000000",
"id": "1", // staking pool id
"details": [
{
"tick": "ethi",
"amt": "10000" // stake amount
}
]
}Last updated