Proxies an eth_call JSON-RPC request to the configured EVM node for the given chain. Suitable for calling view or pure contract functions without creating a transaction. Returns the raw hex result.
Request body for the eth_call proxy endpoint.
Cobo chain ID (e.g. SETH, BASE_ETH).
1 - 100Contract address to call.
1 - 255ABI-encoded calldata as a hex string (with or without 0x prefix).
1Optional msg.sender override.
Block tag or hex block number (default: latest).
Successful Response
Result of an eth_call proxy request.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.