Skip to main content

Get signature for a tezos tx data

POST 

/customer-tezos-tx-auth-signature

Get signature for a tezos tx auth data.

Request

Body

required
    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

Successful response

Schema
    anyOf
    isAuthorized booleanrequired

    Possible values: [true]

    signature stringrequired
    blockExpiration numberrequired
Loading...