Querying for Deposits
requires auth
Supports querying all deposit transactions for your 1KPrime account.
Deposits
GET /api/v1/accounting/account/{accountId}/request/depositPath Parameters:
accountId *
string
your account ID
Query Parameters:
asc
boolean
Sort by ordering ascending when true. Default: true.
max
integer <int32>
Maximum number of records returned.
status
string
Deposit status. Enum: pending, cancelled, completed
asset
string
Asset symbol deposited (e.g., USDT).
transactionId
string
The deposit transaction Id generated by the system.
hash
string
The blockchain transaction hash.
feeAsset
string
Asset symbol used to pay the fee, if any.
startTimeUtc
string <date-time>
Minimum created-at timestamp (ISO-8601).
endTimeUtc
string <date-time>
Maximum created-at timestamp (ISO-8601).
createdByUserId
string
Id of the user who created the deposit record.
cancelledByUserId
string
Id of the user who cancelled the deposit, if applicable.
completedByUserId
string
Id of the user who completed the deposit, if applicable.
Valid network values: See Network Types.
Example
Error Responses
Last updated
