Transaction request
Transaction request API specification
Generate 🔓
post
Create a new transaction request with a signInToken and a transaction object
Header parameters
Content-TypestringRequiredDefault:
application/json
application/jsonx-timestampstringOptional
The timestamp of the request
x-signaturestringOptional
The signature of the request
x-api-keystringOptional
The API key of the dApp
Body
signInTokenstringRequired
The signIn token that was used to create the transaction request
transactionobjectRequiredDefault:
The transaction request content
{"cellProvider":null,"cellDeps":[],"headerDeps":[],"inputs":[],"outputs":[],"witnesses":[],"fixedEntries":[],"signingEntries":[],"inputSinces":{}}Responses
201Success
application/json
403
Forbidden
404
DApp not found
post
/api/transaction-requestGet
get
Path parameters
transactionTokenstringRequired
Transaction request identifier
Header parameters
Content-TypestringRequiredDefault:
application/json
application/jsonResponses
200Success
application/json
get
/api/transaction-request/{transactionToken}200Success
Last updated