Was this helpful?
Pushes a signed transaction to the network.
POST /v1/<YOUR_API_KEY_HERE>/construction/submit HTTP/1.1 Host: icp-mainnet.icp.validationcloud.io Content-Type: application/json Accept: */* Content-Length: 212 { "network_identifier": { "blockchain": "Internet Computer", "network": "00000000000000020101", "sub_network_identifier": { "network": "text", "metadata": { "ANY_ADDITIONAL_PROPERTY": "anything" } } }, "signed_transaction": "text" }
TransactionIdentifier of the submitted transaction
{ "transaction_identifier": { "hash": "text" }, "metadata": { "ANY_ADDITIONAL_PROPERTY": "anything" } }