{ "type": "object", "description": "Only required when using on-chain verification\n", "required": [ "contract_address", "method_id", "chain_id", "network" ], "properties": { "contract_address": { "type": "string", "example": "0x2b23e5cF70D133fFaA7D8ba61E1bAC4637253880 " }, "method_id": { "type": "string", "example": "b68967e2" }, "chain_id": { "type": "integer", "example": 80002 }, "network": { "type": "string", "example": "polygon-amoy" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TransactionDataResponse" }