This endpoint allows you to deposit a specified amount of funds into a gateway address associated with a particular wallet. It is typically used to move assets into the Blockradar system for further operations or transfers.
| Parameter | Type | Required | Description |
|---|---|---|---|
| amount | string | Yes | The amount to deposit. |
| reference | string | No | Optional reference code for tracking or reconciliation. |
| note | string | No | Optional note or message to associate with this deposit. |
| metadata | object | No | Optional metadata as key-value pairs for additional transaction details. |
| Variable | Description |
|---|---|
| addressId | The unique identifier of the gateway address to deposit to. |
| walletId | The unique identifier of the wallet associated with the deposit. |
"YOUR_ADDRESS_ID"
"YOUR_WALLET_ID"