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.
Optional
startIf provided, indicates the earliest (oldest) timestamp of an object to include in the response.
start
are included in the response.start
MUST be earlier than end if provided.Optional
endIf provided, indicates the latest (newest) timestamp of an object to include the response.
end
are included in the response.end
MUST be a later timestamp than start.Optional
fromOptional
limit50
Optional
withdrawalOnly valid with RestRequestGetWithdrawal
GET an array of IDEXWithdrawal
See