Herodotus Docs
Search…
⌃K

Methods available

Schedule account proof verification.

Namespace:

/

Http Method:

POST

Params:

{
"originChain": "ETHEREUM_MAINNET", // Chain from which data must be proven
"destinationChain": "STARKNET", // Chain on which the proof is verified
"blockNumber": 7652313, // Block for which the proof is generated
"account": "0x064272Ec40a44E885fddea5c653EE13.........", // Account to be proven
"useNonce": false, // Specifies if the account nonce must be proven or not
"useBalance": false, // Specifies if the account balance must be proven or not
"useBalance": false, // Specifies if the account balance must be proven or not
"useCodeHash": true, // Specifies if the account code hash must be proven or not
"useStorageHash": true, // Specifies if the account storage hash must be proven or not
"webhookUrl": "https://example.com/<method>/webhook_id", // Webhook url
}