{"id":"c45de57e-5aab-46fe-8d9b-ea45346a33bc","url":"https://mcp.yield.xyz/x402/actions_enter","method":"POST","fingerprint":"181dfb7adb0fcf36b78bd2a38249aa571a9ffd81beb367ab65921c356de75917","name":"Yield.xyz MCP","description":"Build unsigned transactions to enter any DeFi yield — native/liquid staking (ETH, SOL, ATOM), stablecoin lending (USDC/USDT on Aave, Morpho), ERC-4626 vaults, and tokenized RWAs across 80+ networks. Does NOT execute: the caller signs and broadcasts each tx, so keys never leave the caller. Find yield IDs via yields_get_all.","category":"other","docs_url":null,"advertised_price_usd":"0.001000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453","eip155:196"],"pay_to":"0xD433f056270912659f073D5FFE7Ae247e39235A5","input_schema":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output_schema":{"type":"json","example":{"id":"0b8e2c5a-4f3d-4c2b-9e1a-7d6f5e4c3b2a","type":"STAKE","amount":"1","intent":"enter","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"base-usdc-aave-v3-lending","transactions":[{"id":"6b757454-725c-4871-9f9a-8fa159dc8720","type":"APPROVAL","title":"APPROVAL Transaction","status":"CREATED","network":"base","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x8335…\",\"data\":\"0x095e…\"}"},{"id":"da961e24-0f26-462e-9456-3886386ef247","type":"SUPPLY","title":"SUPPLY Transaction","status":"CREATED","network":"base","stepIndex":1,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0xa238…\",\"data\":\"0x617b…\"}"}],"executionPattern":"synchronous"}},"schema_completeness":0,"status":"unknown","first_seen_at":"2026-08-23 12:25:32.068005+00","last_seen_at":"2026-08-25 09:23:40.201+00","last_success_at":null,"dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 17:09:56.642+00","search_tsv":"'-4626':23 '80':29 'aav':20 'across':28 'atom':15 'broadcast':38 'build':3 'caller':35,46 'defi':9 'enter':7 'erc':22 'eth':13 'execut':33 'find':47 'get':52 'id':49 'key':42 'leav':44 'lend':17 'mcp':2 'morpho':21 'native/liquid':11 'network':30 'never':43 'rwas':27 'sign':36 'sol':14 'stablecoin':16 'stake':12 'token':26 'transact':5 'tx':40 'unsign':4 'usdc/usdt':18 'vault':24 'via':50 'yield':10,48,51 'yield.xyz':1","catalog_number":"747","x402_version":2,"resource_url":"https://mcp.yield.xyz/x402/actions_enter","resource_description":"Build unsigned transactions to enter any DeFi yield — native/liquid staking (ETH, SOL, ATOM), stablecoin lending (USDC/USDT on Aave, Morpho), ERC-4626 vaults, and tokenized RWAs across 80+ networks. Does NOT execute: the caller signs and broadcasts each tx, so keys never leave the caller. Find yield IDs via yields_get_all.","bazaar_extension":{"info":{"input":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"0b8e2c5a-4f3d-4c2b-9e1a-7d6f5e4c3b2a","type":"STAKE","amount":"1","intent":"enter","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"base-usdc-aave-v3-lending","transactions":[{"id":"6b757454-725c-4871-9f9a-8fa159dc8720","type":"APPROVAL","title":"APPROVAL Transaction","status":"CREATED","network":"base","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x8335…\",\"data\":\"0x095e…\"}"},{"id":"da961e24-0f26-462e-9456-3886386ef247","type":"SUPPLY","title":"SUPPLY Transaction","status":"CREATED","network":"base","stepIndex":1,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0xa238…\",\"data\":\"0x617b…\"}"}],"executionPattern":"synchronous"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["yieldId","address","amount"],"properties":{"amount":{"type":"string","description":"Human-readable token amount to deposit, e.g. \"1.5\" (never raw wei)"},"address":{"type":"string","description":"Wallet address that will own the position and sign the transactions"},"yieldId":{"type":"string","description":"Yield ID from yields_get_all, e.g. \"ethereum-eth-lido-staking\""},"validatorAddress":{"type":"string","description":"Validator to delegate to, for delegation-based staking yields. Get options from yields_get_validators."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string","description":"Action ID — poll status later with actions_get"},"type":{"type":"string","description":"Action type, e.g. \"STAKE\", \"UNSTAKE\", \"CLAIM_REWARDS\""},"amount":{"type":["string","null"]},"intent":{"type":"string","description":"\"enter\", \"exit\", or \"manage\""},"status":{"type":"string","description":"\"CREATED\" on success; poll until SUCCESS/FAILED"},"address":{"type":"string"},"yieldId":{"type":"string"},"createdAt":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","description":"e.g. \"APPROVAL\", \"SUPPLY\", \"STAKE\""},"title":{"type":"string"},"status":{"type":"string"},"network":{"type":"string"},"isMessage":{"type":"boolean","description":"When true, sign as a message instead of a transaction"},"stepIndex":{"type":"integer"},"gasEstimate":{"type":"string"},"unsignedTransaction":{"description":"Raw transaction to sign — a JSON string on EVM chains, an object on non-EVM chains. Never modify it."}}},"description":"Sign and broadcast each transaction in stepIndex order, then report each hash via submit_hash. NEVER modify unsignedTransaction."},"executionPattern":{"enum":["synchronous","asynchronous","batch"],"type":"string"}},"description":"Core fields shown; responses may carry additional yield-specific fields depending on the protocol (this schema is intentionally non-exhaustive)."}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","scheme":"exact","network":"eip155:8453","amountAtomic":"1000"},{"raw":{"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","extra":{"name":"Global Dollar","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","extra":{"name":"USD₮0","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","extra":{"name":"USD Coin","version":"2"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null,"window":"24h","probes_n":0,"handshake_uptime":0,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null,"score":0,"computed_at":"2026-09-14 16:40:11.184+00","source_metadata":[{"raw":{"url":"https://mcp.yield.xyz/x402/actions_enter","body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"name":"Yield.xyz MCP","method":"POST","source":"bazaar:api.cdp.coinbase.com","fingerprint":"181dfb7adb0fcf36b78bd2a38249aa571a9ffd81beb367ab65921c356de75917","inputSchema":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"resourceUrl":"https://mcp.yield.xyz/x402/actions_enter","serviceName":"Yield.xyz MCP","x402Version":2,"outputSchema":{"type":"json","example":{"id":"0b8e2c5a-4f3d-4c2b-9e1a-7d6f5e4c3b2a","type":"STAKE","amount":"1","intent":"enter","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"base-usdc-aave-v3-lending","transactions":[{"id":"6b757454-725c-4871-9f9a-8fa159dc8720","type":"APPROVAL","title":"APPROVAL Transaction","status":"CREATED","network":"base","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x8335…\",\"data\":\"0x095e…\"}"},{"id":"da961e24-0f26-462e-9456-3886386ef247","type":"SUPPLY","title":"SUPPLY Transaction","status":"CREATED","network":"base","stepIndex":1,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0xa238…\",\"data\":\"0x617b…\"}"}],"executionPattern":"synchronous"}},"acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","0x779ded0c9e1022225f8e0630b35a9b54be713736","0x74b7f16337b8972027f6196a17a631ac6de26d22"],"bazaarExtension":{"info":{"input":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"0b8e2c5a-4f3d-4c2b-9e1a-7d6f5e4c3b2a","type":"STAKE","amount":"1","intent":"enter","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"base-usdc-aave-v3-lending","transactions":[{"id":"6b757454-725c-4871-9f9a-8fa159dc8720","type":"APPROVAL","title":"APPROVAL Transaction","status":"CREATED","network":"base","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x8335…\",\"data\":\"0x095e…\"}"},{"id":"da961e24-0f26-462e-9456-3886386ef247","type":"SUPPLY","title":"SUPPLY Transaction","status":"CREATED","network":"base","stepIndex":1,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0xa238…\",\"data\":\"0x617b…\"}"}],"executionPattern":"synchronous"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["yieldId","address","amount"],"properties":{"amount":{"type":"string","description":"Human-readable token amount to deposit, e.g. \"1.5\" (never raw wei)"},"address":{"type":"string","description":"Wallet address that will own the position and sign the transactions"},"yieldId":{"type":"string","description":"Yield ID from yields_get_all, e.g. \"ethereum-eth-lido-staking\""},"validatorAddress":{"type":"string","description":"Validator to delegate to, for delegation-based staking yields. Get options from yields_get_validators."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string","description":"Action ID — poll status later with actions_get"},"type":{"type":"string","description":"Action type, e.g. \"STAKE\", \"UNSTAKE\", \"CLAIM_REWARDS\""},"amount":{"type":["string","null"]},"intent":{"type":"string","description":"\"enter\", \"exit\", or \"manage\""},"status":{"type":"string","description":"\"CREATED\" on success; poll until SUCCESS/FAILED"},"address":{"type":"string"},"yieldId":{"type":"string"},"createdAt":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","description":"e.g. \"APPROVAL\", \"SUPPLY\", \"STAKE\""},"title":{"type":"string"},"status":{"type":"string"},"network":{"type":"string"},"isMessage":{"type":"boolean","description":"When true, sign as a message instead of a transaction"},"stepIndex":{"type":"integer"},"gasEstimate":{"type":"string"},"unsignedTransaction":{"description":"Raw transaction to sign — a JSON string on EVM chains, an object on non-EVM chains. Never modify it."}}},"description":"Sign and broadcast each transaction in stepIndex order, then report each hash via submit_hash. NEVER modify unsignedTransaction."},"executionPattern":{"enum":["synchronous","asynchronous","batch"],"type":"string"}},"description":"Core fields shown; responses may carry additional yield-specific fields depending on the protocol (this schema is intentionally non-exhaustive)."}}}}}},"supportedNetworks":["eip155:8453","eip155:196"],"advertisedPriceUsd":0.001,"paymentRequirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","scheme":"exact","network":"eip155:8453","amountAtomic":"1000"},{"raw":{"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","extra":{"name":"Global Dollar","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","extra":{"name":"USD₮0","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","extra":{"name":"USD Coin","version":"2"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"}],"resourceDescription":"Build unsigned transactions to enter any DeFi yield — native/liquid staking (ETH, SOL, ATOM), stablecoin lending (USDC/USDT on Aave, Morpho), ERC-4626 vaults, and tokenized RWAs across 80+ networks. Does NOT execute: the caller signs and broadcasts each tx, so keys never leave the caller. Find yield IDs via yields_get_all.","acceptedPaymentMethods":["exact"]},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://mcp.yield.xyz/x402/actions_enter","resource_description":"Build unsigned transactions to enter any DeFi yield — native/liquid staking (ETH, SOL, ATOM), stablecoin lending (USDC/USDT on Aave, Morpho), ERC-4626 vaults, and tokenized RWAs across 80+ networks. Does NOT execute: the caller signs and broadcasts each tx, so keys never leave the caller. Find yield IDs via yields_get_all.","bazaar_extension":{"info":{"input":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"0b8e2c5a-4f3d-4c2b-9e1a-7d6f5e4c3b2a","type":"STAKE","amount":"1","intent":"enter","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"base-usdc-aave-v3-lending","transactions":[{"id":"6b757454-725c-4871-9f9a-8fa159dc8720","type":"APPROVAL","title":"APPROVAL Transaction","status":"CREATED","network":"base","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x8335…\",\"data\":\"0x095e…\"}"},{"id":"da961e24-0f26-462e-9456-3886386ef247","type":"SUPPLY","title":"SUPPLY Transaction","status":"CREATED","network":"base","stepIndex":1,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0xa238…\",\"data\":\"0x617b…\"}"}],"executionPattern":"synchronous"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["yieldId","address","amount"],"properties":{"amount":{"type":"string","description":"Human-readable token amount to deposit, e.g. \"1.5\" (never raw wei)"},"address":{"type":"string","description":"Wallet address that will own the position and sign the transactions"},"yieldId":{"type":"string","description":"Yield ID from yields_get_all, e.g. \"ethereum-eth-lido-staking\""},"validatorAddress":{"type":"string","description":"Validator to delegate to, for delegation-based staking yields. Get options from yields_get_validators."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string","description":"Action ID — poll status later with actions_get"},"type":{"type":"string","description":"Action type, e.g. \"STAKE\", \"UNSTAKE\", \"CLAIM_REWARDS\""},"amount":{"type":["string","null"]},"intent":{"type":"string","description":"\"enter\", \"exit\", or \"manage\""},"status":{"type":"string","description":"\"CREATED\" on success; poll until SUCCESS/FAILED"},"address":{"type":"string"},"yieldId":{"type":"string"},"createdAt":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","description":"e.g. \"APPROVAL\", \"SUPPLY\", \"STAKE\""},"title":{"type":"string"},"status":{"type":"string"},"network":{"type":"string"},"isMessage":{"type":"boolean","description":"When true, sign as a message instead of a transaction"},"stepIndex":{"type":"integer"},"gasEstimate":{"type":"string"},"unsignedTransaction":{"description":"Raw transaction to sign — a JSON string on EVM chains, an object on non-EVM chains. Never modify it."}}},"description":"Sign and broadcast each transaction in stepIndex order, then report each hash via submit_hash. NEVER modify unsignedTransaction."},"executionPattern":{"enum":["synchronous","asynchronous","batch"],"type":"string"}},"description":"Core fields shown; responses may carry additional yield-specific fields depending on the protocol (this schema is intentionally non-exhaustive)."}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","scheme":"exact","network":"eip155:8453","amountAtomic":"1000"},{"raw":{"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","extra":{"name":"Global Dollar","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","extra":{"name":"USD₮0","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","extra":{"name":"USD Coin","version":"2"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null},"sonar_metrics":{"score":0,"uptime":0,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null},"cdp_indexed":false,"confidence":"low"}