{"x402Version":2,"payTo":"0xA0F9C380ad1E1be09046319fd907335B2B452B37","resources":[{"id":3614,"slug":"3614","resource":"https://trader.rigoblock.com/api/quote","description":"DEX price quote across 7 chains (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, Unichain). Returns sell/buy amounts, price, routing, and gas estimate.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0F9C380ad1E1be09046319fd907335B2B452B37","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"amount":"1","buy":"USDC","chain":"8453","sell":"ETH"},"type":"http"},"output":{"example":{"buy":"2079.54 USDC","chainId":8453,"gasFeeUSD":"0.0024","gasLimit":"394000","price":"1 ETH = 2079.54 USDC","routing":"CLASSIC","sell":"1 ETH"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"amount":{"description":"Amount to sell (human-readable, e.g. '1' for 1 ETH)","type":"string"},"buy":{"description":"Token to buy (ETH, USDC, WBTC, or contract address)","type":"string"},"chain":{"description":"Chain name or ID (e.g. 'base', '8453', 'arbitrum', '42161')","type":"string"},"operator":{"description":"Optional operator address for browser auth bypass","type":"string"},"sell":{"description":"Token to sell (ETH, USDC, WBTC, or contract address)","type":"string"},"sig":{"description":"Optional EIP-191 signature for browser auth bypass","type":"string"},"slippage":{"description":"Optional slippage tolerance in basis points (e.g. '100' for 1%)","type":"string"},"ts":{"description":"Optional signature timestamp for browser auth bypass","type":"string"},"vault":{"description":"Optional Rigoblock vault address for gas estimation","type":"string"}},"required":["sell","buy","amount"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"buy":{"type":"string"},"chainId":{"type":"integer"},"gasFeeUSD":{"type":"string"},"gasLimit":{"type":"string"},"price":{"type":"string"},"routing":{"type":"string"},"sell":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"trader.rigoblock.com","lastUpdated":"2026-09-17T03:59:40.126Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-17T03:59:39.286Z"},"liveness":{},"verified":false,"featured":false},{"id":3615,"slug":"3615","resource":"https://trader.rigoblock.com/api/tools","description":"Rigoblock DeFi tool discovery. Returns the full catalog with JSON schemas, categories, and access requirements for all direct-invocation tools.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0F9C380ad1E1be09046319fd907335B2B452B37","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2400","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"toolCount":41,"tools":[{"category":"Spot Trading","description":"Get a price-only quote...","name":"get_swap_quote","parameters":{"properties":{},"type":"object"},"readOnly":true,"requiresOperatorAuth":false}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"toolCount":{"type":"integer"},"tools":{"type":"array"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"trader.rigoblock.com","lastUpdated":"2026-09-14T19:48:29.122Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-14T19:48:28.144Z"},"liveness":{},"verified":false,"featured":false},{"id":3616,"slug":"3616","resource":"https://trader.rigoblock.com/api/quote/uniswap","description":"Uniswap Trading API quote with on-chain oracle price comparison. Drop-in proxy for Uniswap /quote — same request body, response includes priceFeedExists, deltaBps, and oracleAmount.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0F9C380ad1E1be09046319fd907335B2B452B37","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2100","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"amount":"1000000000000000000","swapper":"0x0000000000000000000000000000000000000000","tokenIn":"0x0000000000000000000000000000000000000000","tokenInChainId":8453,"tokenOut":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","tokenOutChainId":8453,"type":"EXACT_INPUT"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"deltaBps":12,"oracleAmount":"2079548076","priceFeedExists":true,"routing":"CLASSIC"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"amount":{"description":"Amount in base units (e.g. '1000000000000000000')","type":"string"},"swapper":{"description":"Swapper address (required by Uniswap Trading API)","type":"string"},"tokenIn":{"description":"Token to sell (address or symbol)","type":"string"},"tokenInChainId":{"description":"Chain ID for tokenIn (e.g. 8453)","type":"integer"},"tokenOut":{"description":"Token to buy (address or symbol)","type":"string"},"tokenOutChainId":{"description":"Chain ID for tokenOut (e.g. 8453)","type":"integer"},"type":{"description":"Quote type","enum":["EXACT_INPUT","EXACT_OUTPUT"],"type":"string"}},"required":["type","amount","tokenIn","tokenOut","tokenInChainId","tokenOutChainId","swapper"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"deltaBps":{"type":"integer"},"oracleAmount":{"type":"string"},"priceFeedExists":{"type":"boolean"},"routing":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"trader.rigoblock.com","lastUpdated":"2026-08-25T18:34:58.612Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-25T18:34:57.537Z"},"liveness":{},"verified":false,"featured":false}]}