starknet_addInvokeTransaction

Submits an invoke transaction to the Starknet network. This can include either invoking a smart contract function or an account call (in version 1).

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
invoke_transactionobjectRequired
The information needed to invoke the function or account

Response

The result of the transaction submission
transaction_hashstringformat: "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$"
The hash of the invoke transaction