User data and trade endpoints requests must include a nonce.
with
or without
hyphens.Version 1 UUIDs encode a timestamp in addition to other unique information, and thus serve both to prevent replay attacks as well as to enforce request timing. As a result, nonces MUST be generated at the time of a request.
The wallet address to use for the request.
Address of wallet associated with Managed Account from which funds will be withdrawn
Exact number of shares to burn
Minimum acceptable withdrawal amount in asset terms
Maximum acceptable fee that can be deducted from withdrawn quantity in asset terms
Address of Managed Account contract
ABI-encoded parameters to supply specific Managed Account contract`
Optional
bridgeThe bridge target for the withdrawal of funds.
enum BridgeTarget
Optional
bridgeAddress of cross-chain bridge adapter contract to withdraw funds to. If zero, withdraws directly to wallet
Optional
bridgeIf bridgeAdapterAddress is non-zero this should be the ABI-encoded arguments for the specific adapter
See