Estimate
Common Parameters
These parameters are used to simulate a payout and calculate fees, routing, and liquidity availability. No blockchain transactions are created.
Payout Estimate
POST https://api-processing.crypto-chief.com/v1/payout/estimate
Headers
Content-Type
application/json
Signature
Signed request body
Merchant
Merchant ID
Body
amount
string
true
Requested payout amount in human-readable units)
to_address
string
true
Recipient address
memo
string
false
Optional memo / destination tag (for supported networks)
from_addresses
string[]
false
Whitelist of Master Wallet addresses allowed as payout sources
allow_multiple_sources
bool
false
Allow splitting payout across multiple Master Wallets. Default: false
auto_convert
bool
false
Enable automatic conversion from other assets (not implemented)
max_fee_amount_fiat
string
false
Maximum allowed total fee in USD (gas + refuel)
Response
Root Fields
amount_requested
string
Original requested payout amount (human units)
amount_to_receive
string
Final amount to be received after fee handling
fee_info
object
Aggregated fee information
sources
array
Planned payout source transactions
service_operations
array
Planned service operations (refuel / convert)
coins
array
Available balances per Master Wallet
Asset Object
JSON example
ASSETS_POLICY Object
Used in the assets parameter to filter the payment methods shown to the user.
JSON example
Last updated