Create Transaction And Wait
Create a new transaction and wait until transaction reaches given state.
Headers
Signature of the body. Base64 encoded string. If the request is made programatically by an API user, signing of the request is required and is intended to protect you from malicious backends. x_signature is valid for 120 seconds.
Signature of the body. Base64 encoded string. If the request is made programatically by an API user, signing of the request is required and is intended to protect you from malicious backends. x_signature is valid for 120 seconds.
Timestamp of the signature. Integer. Specify an Epoch date. If the request is made programatically by an API user, the timestamp of the request is required and is intended to protect you from replay attacks.
Timestamp of the signature. Integer. Specify an Epoch date. If the request is made programatically by an API user, the timestamp of the request is required and is intended to protect you from replay attacks.
Optional idempotence ID of a transaction.
Optional idempotence ID of a transaction.
Request body
Example request
{
"details": {
"message_to_sign": "SGVsbG8="
}
}Response
Successful Response
Example response
{
"signatures": [
"SGVsbG8="
]
}Changes
Changed in 4 of the 7 revisions of this API.57
- ●
added the new
custom_rpc_node_unavailableenum value to theerror_typeresponse property for the response status400response-property-enum-value-added
- ●
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateSuiTransferRequest]/gas_config/payment/items/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/gas_config/payment/items/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #1: SuiImmOrOwnedObjectRefInputArgument]/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #2: SuiReceivingObjectRefInputArgument]/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
- ○
added
ripple_transactionmapping keys to the request discriminatorrequest-body-discriminator-mapping-added
- ○
added
CreateRippleTransactionWithWaitRequestto the request bodyoneOflistrequest-body-one-of-added
- ○
- ○
added the new
-3.00enum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/transaction_payload/networkrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #19: CreateTonMessageWithWaitRequest]/details/chainrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chainrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chainrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/chainrequest-property-enum-value-added
- ○