Get Status of Recent Withdrawals
Retrieve information about recent withdrawals. Results are sorted by recency, use the cursor parameter to iterate through list of withdrawals (page size equal to value of limit) from newest to oldest.
API Key Permissions Required: Funds permissions - Withdraw or Data - Query ledger entries
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
Body
Nonce used in construction of API-Sign header
Filter for specific asset being withdrawn
Filter for specific asset class being withdrawn
currency, tokenized_asset Filter for specific name of withdrawal method
Start timestamp, withdrawals created strictly before will not be included in the response
End timestamp, withdrawals created strictly after will be not be included in the response
true/false to enable/disable paginated response (boolean) or cursor for next page of results (string), default false
Number of results to include per page
Optional parameter for viewing xstocks data.
rebased: Display in terms of underlying equity.base: Display in terms of SPV tokens.
rebased, base