Skip to main content
POST
Request a withdrawal signature payload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Open-Responses
enum<string>

Return Open Responses-compatible output when set (replaces the default response envelope).

Available options:
1,
true
X-Open-Responses-Call-Id
string

Tool call id used for function_call_output items when Open Responses mode is enabled.

Minimum string length: 1

Body

application/json
amountCents
integer
required

Amount in cents.

Required range: x >= 1
destination
object
required
source
object
adminAddress
string

Recommended. Admin EOA that will sign and broadcast the onchain withdrawAsset transaction.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x2b0f7f2f7c8e4c3d2d3b3f6a8f9b0c1d2e3f4a5b"

Response

Withdrawal signature payload

ok
boolean
required
data
object
required
summary
string
required
errors
object[]
required
next
object