v1
latestOpenAPI 3.0.32026-07-26184851.6 MBRewards
Deposit Network Fee
Previews the network fee and balances for a prospective deposit. Does not move funds.
Body Parameters
| Key | Required | Type | Description |
|---|---|---|---|
| assetId | true | string (UUID) | The asset to deposit. |
| amount | true | string | Amount to deposit. |
| type | true | string | Strategy class: regulated (Fija, ERC-4626) or defi (Aave). |
| addressId | false | string (UUID) | Scope the operation to a sub-address. Omit to act on the master wallet. |
post/v1/wallets/{walletId}/rewards/deposit/network-fee
Request body
Example request
{
"assetId": "WALLET_ASSET_ID",
"amount": "AMOUNT_TO_DEPOSIT",
"type": "defi",
"addressId": "OPTIONAL_SUB_ADDRESS_ID"
}Response
OK
object required