Schema — OPTIONAL |
---|
id uuid | amount objectThe amount to be credited to the Strike account. amount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| fee objectThe amount to be charged as the fee for the deposit. amount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| totalAmount objectThe total amount to be deposited from the payment method. amount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| state stringPossible 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 — OPTIONALThe reason for the deposit failure. |
|