Home

Check transaction validity

POST
https://sei-tendermint.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Validate a transaction without adding it to the mempool. Returns transaction check results including gas usage and validation errors.

Body

application/json
jsonrpcstring2.0required

JSON-RPC version identifier

idinteger | stringrequired

Request identifier for matching responses

methodstringcheck_txrequired

The JSON-RPC method name for transaction validation

paramsobjectrequired
Show child attributes
txstringrequired

Hexadecimal encoded transaction data to validate

Response

200OK

Transaction validation result