Deposit
Deposit
Deposits an asset into an earn strategy. Asynchronous — returns a PENDING transaction; completion is delivered via webhook.
Body Parameters
| Key | Required | Type | Description |
|---|---|---|---|
| assetId | true | string (UUID) | The asset to deposit (must be reward-supported). |
| amount | true | string | Amount to deposit. Must be greater than 0. |
| type | true | string | Strategy class: regulated (Fija, ERC-4626) or defi (Aave). |
| reference | false | string | Client reference (validated for uniqueness). |
| metadata | false | object | Custom metadata echoed back on the transaction. |
| addressId | false | string (UUID) | Scope the operation to a sub-address. Omit to act on the master wallet. |
POST
Deposit
Authorizations
Body
application/json
Response
200 - application/json
OK
The response is of type object.

