construction/combine - Cardano
Example code for the construction/combine JSON_RPC method. Complete guide on how to use construction/combineJSON_RPC in GetBlock Web3 documentation.
Parameters
Field
Type
Required
Description
Request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/construction/combine' \
--header 'Content-Type: application/json' \
--data-raw '{
"network_identifier": {
"blockchain": "cardano",
"network": "mainnet"
},
"unsigned_transaction": "a400818258200e...unsigned-cbor...",
"signatures": [
{
"signing_payload": {
"account_identifier": {
"address": "addr1qxy2lpan99fcnhhyzr8w8qk4dqz4mp7g6b8h3r2v5c9d0e1f2g3h4j5k6l7m8n9p0q"
},
"hex_bytes": "3e6f2d8c...signing-payload"
},
"public_key": {
"hex_bytes": "b3c2a1d0e9f8...ed25519-public-key-hex",
"curve_type": "edwards25519"
},
"signature_type": "ed25519",
"hex_bytes": "a1b2c3...signature"
}
]
}'Response
Response Parameters
Field
Type
Description
Use Cases
Error Handling
Error Code
Message
Description
Was this helpful?