Querying for Withdraw Requests
requires auth
Querying for Withdraw Requests
Endpoint to query all your withdraw requests from your 1KPrime account to your external whitelisted wallets and Bank accounts. It also returns the status of the request, if pending or completed.
Path Parameters:
accountId
*
string
your account ID
Query Parameters:
max
integer
<int32>
Maximum amount of items returned. Default: 100
status
string
Status of the request.
Enum: "invalid", "pending", "completed", "canceled", "rejected"
withdrawRequestId
string
The withdraw Id for your request generated by the system when you submitted a withdraw request.
network
string
The blockchain network for the receipient wallet address.
type
string
Type of asset to be withdrawn.
Enum: "unknown", "fedwire", "blockchain", "rtp", etc.
amount
string
The amount of the asset in the withdraw request. "1 BTC", "100 USD", etc.
initiatedByUserId
string
Id of user who initiated the withdraw request
initiatedByUserEmail
string
email of user who initiated the withdraw request
address
string
The wallet address, in case of blockchain asset, where withdraw will be transferred to
startAtOrdering
integer
<int64>
Number of record you wish to start the query at.
submittedAtMin
string
<date-time>
The start date and time of the withdraw requests.
submittedAtMax
string
<date-time>
The end date and time of the withdraw requests.
asc
boolean
Default: true
Example
Last updated