Create

Create a Sui transaction request

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

Transaction request data

accountIdstring · min: 1Required

Target account id

transactionone ofRequired
or
or
or
Responses
chevron-right
200

Successful response

application/json

Transaction request

typeconst: CREATE_TRANSACTIONRequired
idstringRequired

Request unique identifier

legacyIdnumberRequired

Legacy internal unique identifier (for retro-compatibility)

statestring · enumRequired

Request state

Possible values:
currentStepIndexinteger · max: 9007199254740991Required

Index of the current approval step

expiresAtstringRequired

Request expiration date

expiredAtstringOptional

Deprecated: use expiresAt

targetIdany ofRequired

Optional ID of the target object

stringOptional
or
nullOptional
noteany ofRequired

Optional request note

or
nullOptional
createdAtstringRequired

Creation timestamp

updatedAtstringRequired

Last modification timestamp

createdByIdstringRequired

ID of the user who created the request

post
/requests/transaction/sui

Last updated