For the complete documentation index, see llms.txt. This page is also available as Markdown.

withdraw

withdraw

post
/exchange
Body

Request envelope for the /exchange endpoint.

All exchange requests must include:

  • action: The action to perform
  • signature: EIP-712 signature authorizing the action
  • nonce: Unix timestamp in milliseconds (must be within validity window)
expiresAfterinteger · nullableOptional

Optional expiry for L1-signed actions.

nonceinteger · int64Required

Request nonce (Unix timestamp in milliseconds)

vaultAddressstring · nullableOptional

Optional vault address for vault operations

Responses
200

Request successful. Response format depends on the requested action.

application/json
anyOptional
post/exchange

Last updated