Page cover

Querying for Deposits

requires auth

Supports querying all deposit transactions for your 1KPrime account.

Deposits

GET /api/v1/accounting/account/{accountId}/request/deposit

Path Parameters:

Parameter
Type
Description

accountId *

string

your account ID

Query Parameters:

Parameter
Type
Description

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.

network

string

The network the transaction was conducted on. See Network Types.

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