OneSource Ethereum Storage Slot Reader is a paid API for AI agents from api.onesource.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Reads a raw storage slot value from an Ethereum smart contract at a specified block on mainnet or Sepolia testnet
Read a raw storage slot from any Ethereum contract via eth_getStorageAt
Returns a JSON object containing the queried contract address, the storage slot index, the block reference, and the 32-byte hex-encoded value stored at that slot (e.g. '0x0000000000000000000000000000000000000000000000000000000000000001')
GEThttps://api.onesource.io/api/chain/storageUse this endpoint when you need low-level EVM storage slot access — for inspecting raw contract state, reading packed storage variables, or verifying on-chain data that isn't exposed through a contract's public ABI. Prefer this over higher-level contract call endpoints when you know the specific storage layout or need bytes32 values directly. Ideal for agents auditing contracts, verifying token balances at a storage level, or reading proxy implementation slots.
{
"slot": "0x1",
"block": "latest",
"network": "ethereum",
"contract": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": {
"value": "0x0000000000000000000000001a9c8182c09f50c8318d769245bea52c32be35bc"
},
"meta": {
"endpoint": "/api/chain/storage",
"request_id": "0a801bc64c8fd772"
}
}{
"type": "json",
"example": {
"data": {
"value": "0x0000000000000000000000000000000000000000000000000000000000000001"
},
"meta": {
"endpoint": "/api/chain/storage",
"cost_usdc": "0.001",
"request_id": "00000000abcdef01",
"payment_chain": "base",
"payment_token": "USDC"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"