Home

Send transaction

POST
https://icx.nownodes.io/api/v3

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Submits a transaction to the ICON blockchain.

Body

application/json

JSON-RPC request object

jsonrpcstringrequired

JSON-RPC protocol version.

idintegerrequired

Unique identifier for the JSON-RPC request.

methodstringrequired

JSON-RPC method name.

paramsobjectrequired

Transaction parameters.

Show child attributes
versionstring

Transaction version.

fromstring

Sender address.

tostring

Recipient address.

valuestring

Amount of ICX to send in loop (hexadecimal).

stepLimitstring

Maximum step allowed for the transaction.

timestampstring

Timestamp of the transaction in hexadecimal format.

nidstring

Network ID.

noncestring

Nonce for transaction uniqueness.

signaturestring

Transaction signature.

Response

200OK

Successful response containing the transaction hash.