Skandha API calls
Manually Submit UserOp
Along with the other api calls we can make to Skandha, users can manually submit a UserOperation by making a POST request to one of our bundlers.
With a valid UserOp created, we pass this into the params field along with the entrypoint contract address.
Example curl request:
On successful submission to the bundler we will receive a UserOp hash.
The transaction will then be processed 30-40 seconds after this.