Get signature for a tezos tx data
POST/customer-tezos-tx-auth-signature
Get signature for a tezos tx auth data.
Request
- application/json
Body
required
workflowId uuid
chainID stringrequired
Possible values: [NetXdQprcVkpaWU
, NetXnHfVqm9iesp
]
a numeric value that identifies the chain of the address. There are many sites that retrieve information on chainIDs such as https://chainlist.org.
contractAddress stringrequired
Tezos contract address
functionName stringrequired
Tezos entrypoint name
args stringrequired
userAddress stringrequired
Tezos address (implicit account)
blockExpiration integer
nonce integer
Responses
- 200
- default
Successful response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
anyOf
isAuthorized booleanrequired
Possible values: [true
]
signature stringrequired
blockExpiration numberrequired
isAuthorized booleanrequired
Possible values: [false
]
errorMessage
{}
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...