submit_deposit
Submit a deposit to the deposits ledger, moving real collateral to the authenticated account. Specify amount as a positive decimal; asset defaults to USDX.
Instructions
Submit a (testnet/synthetic) deposit for the authenticated account via the deposits ledger (POST /deposits — unlike deposit_collateral, the deposit is recorded and listable with list_deposits). amount is a positive decimal string; asset defaults to USDX. Requires API credentials. This moves REAL collateral on the account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Asset symbol. Optional; defaults to "USDX". | |
| amount | Yes | Amount to deposit, as a positive decimal string (> 0). |