post https://api.zan.top/node/v1/sui/mainnet/
Add stake to a validator's staking pool using multiple coins and amount.
Log in to see full request history
Response
Add stake to a validator's staking pool using multiple coins and amount.
xxxxxxxxxx
11curl --request POST \
--url https://api.zan.top/node/v1/sui/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "unsafe_requestAddStake"
}
'
Try It!
to start a request and see the response here!