Sign

Sign Flow Tx for Authorizer using Server key

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

Hex-encoded bytes of the message to sign.

Example: deadbeefdeadbeefdeadbeef
Responses
chevron-right
200

Ok

application/json
post
/sign/v1/cadence/transaction
200

Ok

Sign Flow Tx for Payer using Paymaster key

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

Hex-encoded bytes of the message to sign.

Example: deadbeefdeadbeefdeadbeef
Responses
chevron-right
200

Ok

application/json
post
/sign/v1/cadence/paymaster
200

Ok

Last updated

Was this helpful?