Create Exchange Deposit
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.
Required Permissions
Name | Conditions |
---|---|
| Always Required |
| Always Required |
Parameters
Path parameters
Path parameter | Description |
---|---|
| Unique identifier of the |
| Unique ENUM identified for the account like "spot" |
Body
Property | Required/Optional | Description | Type |
---|---|---|---|
| Required | Id of the Dfns wallet making the deposit. | String |
| Required | Enum for the type of asset. Eg "Native" or "ERC20". | String |
| Required | Transaction amount denominated in min units | String |
| Optional | OTP code if configured | String |
Depending on the asset kind, the body must be completed with some extra parameter identical to the Transfer Asset from Wallet
Example
Response
Response example
Last updated