Create Exchange Deposit
Last updated
Last updated
POST /exchanges/{exchangeId}/accounts/{accountId}/deposits
Creates a new exchange deposit transaction.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Name | Conditions |
---|---|
Path parameter | Description |
---|---|
Property | Required/Optional | Description | Type |
---|---|---|---|
Depending on the asset kind, the body must be completed with some extra parameter identical to the Transfer Asset from Wallet
Example
Exchanges:Deposit:Create
Always Required
Wallets:TransferAsset
Always Required
exchangeID
Unique identifier of the Exchange
. ex. ex-1f04s-lqc9q-xxxxxxxxxxxxxxxx
accountID
Unique ENUM identified for the account like "spot"
walletId
*
Required
Id of the Dfns wallet making the deposit.
String
kind
*
Required
Enum for the type of asset. Eg "Native" or "ERC20".
String
amount
*
Required
Transaction amount denominated in min units
String
otp
Optional
OTP code if configured
String