Was this helpful?
Was this helpful?
Given a set of operations, create payloads that must be signed to create a valid transaction.
curl -L \
--request POST \
--url 'https://icp-mainnet.icp.validationcloud.io/v1/<YOUR_API_KEY_HERE>/construction/payloads' \
--header 'Content-Type: application/json' \
--data '{
"network_identifier": {
"blockchain": "Internet Computer",
"network": "00000000000000020101",
"sub_network_identifier": {
"network": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
},
"operations": [
{
"operation_identifier": {
"index": 1,
"network_index": 1
},
"related_operations": [
{
"index": 1,
"network_index": 1
}
],
"type": "text",
"status": "text",
"account": {
"address": "text",
"sub_account": {
"address": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"amount": {
"value": "text",
"currency": {
"symbol": "text",
"decimals": 1,
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"public_keys": [
{
"hex_bytes": "text",
"curve_type": "text"
}
]
}'
{
"unsigned_transaction": "text",
"payloads": [
{
"address": "text",
"account_identifier": {
"address": "text",
"sub_account": {
"address": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"hex_bytes": "text",
"signature_type": "text"
}
]
}
Payloads to be signed