Quick Start Guide
Proving Account Balance
Step 1: Sign Up for an API Key
Step 2: Prepare Your Storage Proof Request
{
"destinationChainId": "11155111",
"fee": "0",
"data": {
"11155111": {
"block:5150551": {
"accounts": {
"0x17C2D875CB397D813eAE817DaFD25807E348Df07": {
"props": ["BALANCE"],
"slots": []
}
}
}
}
}
}Step 3: Submit Your Request
Step 4: Check the Status
Step 5: Access Proven Data
Next Steps
Last updated