starknet_addDeployAccountTransaction

Submits a new deploy account transaction to the Starknet network. This transaction initializes a new account contract on-chain with an associated address and class hash.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
deploy_account_transactionobjectRequired
The deploy account transaction to be submitted

Response

The result of the transaction submission
transaction_hashstringformat: "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$"
The transaction hash, as assigned in StarkNet
contract_addressstringformat: "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$"
A field element. Represented by at most 63 hex digits