Construction
Create Network Transaction from Signatures
Combine creates a network-specific transaction from an unsigned transaction and an array of provided signatures. The signed transaction returned from this method will be sent to the /construction/submit
endpoint by the caller.
POST
Body
application/json
ConstructionCombineRequest is the input to the /construction/combine
endpoint. It contains the unsigned transaction blob returned by /construction/payloads
and all required signatures to create a network transaction.
Response
200
application/json
Expected response to a valid request
ConstructionCombineResponse is returned by /construction/combine
. The network payload will be sent directly to the construction/submit
endpoint.