Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Headers

X-Idempotency-Key
string<uuid>
required

Idempotency key for safely retrying mutation requests.

Path Parameters

txId
string
required

Body

application/json
type
enum<string>
required

Type of signature for account transactions:

  • initiator: Authorizes the transaction to proceed (distinct from approve/reject)
  • approve: Approver vote to approve
  • reject: Approver vote to reject
Available options:
initiator,
approve,
reject
signature
string
required

ABI-encoded signer address and cryptographic signature bytes

execute
boolean
default:false

Whether to execute immediately if threshold is met

Response

Signature submitted

data
Token Transfer · object
required