Create VEM RequestCopy Pagepost https://api.p2p.org/api/v1/eth/staking/direct/vem/createSet up a VEM request.Body ParamsiduuidrequiredArbitrary UUID. You can later use that UUID to check the status of the VEM request.typestringenumrequiredDefaults to off_chainType of the VEM request:`off_chain` — off-chain signature.`on_chain` — on-chain signature.off_chainon_chainAllowed:off_chainon_chainvemRequeststringPrepared VEM request. Required if the type is off_chain.vemRequestSignaturestringSignature of vem_request by either withdrawalAddress or controllerAddress. Required if the type is off_chain.vemRequestSignedBystringwithdrawalAddress or controllerAddress that signed the request. Required if the type is off_chain.vemRequestTxIdstringHash of the successful vem_request transaction. Required if the type is on_chain.vemRequestProofstringHash of the signed vemRequestTxId transaction. Required if the type is on_chain.Responses 201OK 400Bad request 401Unauthorized 500Internal server errorUpdated about 1 year ago