/construction/combine REST API Endpoint
Body Parameters
network_identifier
object
REQUIRED
Loading...
blockchain
string
REQUIRED
Loading...
network
string
REQUIRED
Loading...
sub_network_identifier
object
Loading...
network
string
REQUIRED
Loading...
metadata
object
Loading...
unsigned_transaction
string
REQUIRED
Loading...
signatures
array
REQUIRED
Loading...
signing_payload
object
REQUIRED
Loading...
address
string
Loading...
account_identifier
object
Loading...
address
string
REQUIRED
Loading...
sub_account
object
Loading...
address
string
REQUIRED
Loading...
metadata
object
Loading...
metadata
object
Loading...
hex_bytes
string
REQUIRED
Loading...
signature_type
string
Loading...
public_key
object
REQUIRED
Loading...
hex_bytes
string
REQUIRED
Loading...
curve_type
string
REQUIRED
Loading...
signature_type
string
REQUIRED
Loading...
hex_bytes
string
REQUIRED
Loading...
Returns
object
object
Loading...
signed_transaction
string
Loading...
Request
1curl --location 'https://docs-demo.stacks-mainnet.quiknode.pro/rosetta/v1/construction/combine' \2--header 'Content-Type: application/json' \3--data '{4"network_identifier": {5"blockchain": "stacks",6"network": "mainnet"7},8"unsigned_transaction": "<UNSIGNED_TRANSACTION_HEX>",9"signatures": [10{11"signing_payload": {12"account_identifier": {13"address": "<SIGNER_ADDRESS>"14},15"hex_bytes": "<SIGNING_PAYLOAD_HEX>",16"signature_type": "ecdsa"17},18"public_key": {19"hex_bytes": "<PUBLIC_KEY_HEX>",20"curve_type": "secp256k1"21},22"signature_type": "ecdsa",23"hex_bytes": "<SIGNATURE_HEX>"24}25]26}'
1curl --location 'https://docs-demo.stacks-mainnet.quiknode.pro/rosetta/v1/construction/combine' \2--header 'Content-Type: application/json' \3--data '{4"network_identifier": {5"blockchain": "stacks",6"network": "mainnet"7},8"unsigned_transaction": "<UNSIGNED_TRANSACTION_HEX>",9"signatures": [10{11"signing_payload": {12"account_identifier": {13"address": "<SIGNER_ADDRESS>"14},15"hex_bytes": "<SIGNING_PAYLOAD_HEX>",16"signature_type": "ecdsa"17},18"public_key": {19"hex_bytes": "<PUBLIC_KEY_HEX>",20"curve_type": "secp256k1"21},22"signature_type": "ecdsa",23"hex_bytes": "<SIGNATURE_HEX>"24}25]26}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free