Submit
Pushes a signed ICRC-1 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: icrc-mainnet.icp.validationcloud.io
Content-Type: application/json
Accept: */*
Content-Length: 219
{
"network_identifier": {
"blockchain": "Internet Computer",
"network": "mxzaz-hqaaa-aaaar-qaada-cai",
"sub_network_identifier": {
"network": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
},
"signed_transaction": "text"
}
{
"transaction_identifier": {
"hash": null
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
Was this helpful?