This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
FAQs
Coin Management
Frequently Asked Questions about Coin Management
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Frequently Asked Questions about Coin Management
Show Answer
abs_estimate_fee field
of the GET /v1/custody/coin_info endpoint to check the estimated withdraw fees associated with a Custodial Wallet.
For an MPC Wallet, please use the GET /v1/custody/mpc/estimate_fee/ endpoint instead.amount and abs_amount stand for in the interface?Show Answer
amount will be displayed as 100,000,000 and the abs_amount will be 1.
This conversion is calculated using the formula: abs_amount = amount / pow(10, decimal).Show Answer
minimum_deposit_threshold field of the GET /v1/custody/get_supported_coins/
endpoint to query the minimum deposit amount for a specific coin within a Custodial Wallet. If the response returns a zero, it indicates that the there is no minimum deposit requirement for the selected type of coins. Note that coins held under an MPC Wallet do not have any minimum deposit requirements.Show Answer