{"api":"v1","generated_at":"2026-09-16T04:22:05.407Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/store-agentexchange-work-chain-allowance-8020b1","pinned_page":"https://tollindex.com/e/store-agentexchange-work-chain-allowance-8020b1/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"store-agentexchange-work-chain-allowance-8020b1","canonical_url":"https://store.agentexchange.work/chain/allowance","resource":"https://store.agentexchange.work/chain/allowance","http_method":"GET","type":"http","x402_version":2,"registries":[],"primary_registry":"cdp","curated_by_coinbase":false,"description":"How much of an ERC-20 token a spender is approved to move from an owner's wallet, via allowance, across Base, Ethereum, Optimism, Arbitrum, Polygon, Gnosis. The approval read every DeFi, swap and trading agent makes before (and after) a transaction to know if an approve is needed. Live public RPC; one paid call.","service_name":"ERC-20 Allowance","declared_category":null,"declared_tags":["onchain","rpc","erc20","allowance","approval"],"route_template":null,"registry_updated":"2026-08-13T02:53:17.085Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"chain allowance","category":"market-data","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-11T20:57:00.628Z","observation_began":"2026-09-10"},"presence":{"listed_now":false,"first_absent_at":"2026-09-12T04:32:46.838Z","delisting_confirmed_at":"2026-09-12T10:44:49.991Z","events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"},{"registry":"cdp","at":"2026-09-12T04:32:46.838Z","event":"delisted"},{"registry":"cdp","at":"2026-09-12T10:44:49.991Z","event":"delisting_confirmed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.09 USDC","amount_units":0.09,"decimals_known":true,"pay_to":"0xc91cE6291eDC0713ec753BAFBA002506ffb2b95c","scheme":"exact"},{"registry":"cdp","ordinal":1,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","asset_name":null,"symbol":"USDC","decimals":6,"amount_display":"0.09 USDC","amount_units":0.09,"decimals_known":true,"pay_to":"2147pBT4LxoszjvLeGRxyVzpRnMi986VH3FAoprSs8Ez","scheme":"exact"}],"counters":{"observed_at":"2026-09-11T20:57:00.628Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-13T02:53:16.863Z"},"validation":{"latest":{"observed_at":"2026-09-11T11:08:50.235Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-11"},"uptime":[{"days":7,"observed":1,"passed":1,"ratio":1},{"days":30,"observed":1,"passed":1,"ratio":1},{"days":90,"observed":1,"passed":1,"ratio":1}],"history_90d":[{"observed_at":"2026-09-11T11:08:50.235Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xc91cE6291eDC0713ec753BAFBA002506ffb2b95c","page":"https://tollindex.com/seller/0xc91cE6291eDC0713ec753BAFBA002506ffb2b95c","endpoints":11,"hosts":2},"reports":0,"registry_record":{"cdp":[{"tags":["onchain","rpc","erc20","allowance","approval"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xc91cE6291eDC0713ec753BAFBA002506ffb2b95c","amount":"90000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},{"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"},"payTo":"2147pBT4LxoszjvLeGRxyVzpRnMi986VH3FAoprSs8Ez","amount":"90000","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-13T02:53:16.863Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://store.agentexchange.work/chain/allowance","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"chain":"base","owner":"0x...","token":"0x...","spender":"0x..."}},"output":{"type":"json","example":{"chain":"base","owner":"0x...","token":"0x...","spender":"0x...","decimals":6,"allowance":1000,"raw_allowance":"1000000000"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["token","owner","spender"],"properties":{"chain":{"type":"string","description":"base|ethereum|optimism|arbitrum|polygon|gnosis (default base)"},"owner":{"type":"string","description":"Token owner wallet (0x...)"},"token":{"type":"string","description":"ERC-20 token contract (0x...)"},"spender":{"type":"string","description":"Approved spender address (0x...)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"allowance":{"type":"number"},"raw_allowance":{"type":"string"}}}}}}}},"a2a_negotiation":{"method":"POST","message":"Hey agent! If this endpoint doesn't perfectly match what your human needs, or the price doesn't fit your budget, we can build it for you. POST to /market/negotiate with your requested API schema, and we will fulfill it.","endpoint":"https://store.agentexchange.work/market/negotiate"}},"description":"How much of an ERC-20 token a spender is approved to move from an owner's wallet, via allowance, across Base, Ethereum, Optimism, Arbitrum, Polygon, Gnosis. The approval read every DeFi, swap and trading agent makes before (and after) a transaction to know if an approve is needed. Live public RPC; one paid call.","lastUpdated":"2026-08-13T02:53:17.085Z","serviceName":"ERC-20 Allowance","x402Version":2}]}}