Interface: ApplicantActionsSubmissionRequest
Describes the structure of the request for the applicantActionsSubmission method
Handle applicant actions
address
• address: string
Target address hash.
See
Defined in
applicantId
• applicantId: string
A unique applicant identifier.
See
Defined in
currency
• currency: string
BTC, ETH, BCH, LTC, USDT, ERC-20, BSV, XLM, ...
See
Defined in
direction
• direction: string
Operation type. Can be withdrawal or deposit.
See
Defined in
tokenId
• Optional tokenId: string
Check the Get available tokens method to get the full list of available currencies and token IDs.
See
Defined in
txn
• Optional txn: string
Transaction hash. For withdrawals, txn should not be set at all or set to null.
See