Submit
Pushes a signed transaction to the network.
Body
signed_transactionstringOptional
Responses
200
TransactionIdentifier of the submitted transaction
application/json
500
Internal server error
post
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"
}
{
"transaction_identifier": {
"hash": "text"
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
Was this helpful?