v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Rewards

Withdraw Network Fee

Previews the network fee and balances for a prospective withdrawal. Does not move funds.

Body Parameters

KeyRequiredTypeDescription
assetIdtruestring (UUID)The asset to withdraw.
amounttruestringNet amount to withdraw, or "max".
typetruestringStrategy class: regulated (Fija, ERC-4626) or defi (Aave).
addressIdfalsestring (UUID)Scope the operation to a sub-address. Omit to act on the master wallet.
post/v1/wallets/{walletId}/rewards/withdraw/network-fee

Request body

assetIdstring
amountstring
typestring
addressIdstring

Example request

{
  "assetId": "WALLET_ASSET_ID",
  "amount": "NET_AMOUNT_TO_WITHDRAW",
  "type": "defi",
  "addressId": "OPTIONAL_SUB_ADDRESS_ID"
}

Response

OK

object required