Skip to main content

Get deposits

Required scopes:

  • partner.deposit.manage
Query Parameters
$skip int32
$top int32
Responses
200

OK

Schema OPTIONAL
items object[]

The page items.

id uuid

ID of the deposit.

amount object

The amount to be credited to the Strike account.

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT, GBP]

Currency code

fee object

The amount to be charged as the fee for the deposit.

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT, GBP]

Currency code

totalAmount object

The total amount to be deposited from the payment method.

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT, GBP]

Currency code

state string

Possible values: [NEW, PENDING, COMPLETED, FAILED, REVERSED]

The state of the deposit process. The deposit can be created in either New or Pending state.

failureReason string OPTIONAL

The reason for the deposit failure.

count int64

Total number of records.