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

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

Name
Type
Required
Description

amount

string

true

Requested payout amount in human-readable units)

network

true

Target blockchain network

coin

true

Asset to be sent

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)

auto_convert_policy

false

Conversion rules configuration (reserved for future use)

max_fee_amount_fiat

string

false

Maximum allowed total fee in USD (gas + refuel)

Response

Root Fields

Field
Type
Description

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

Name

Type

Required

Description

coin

true

The cryptocurrency ticker symbol (e.g., "USDT", "BTC", "ETH").

network

true

The blockchain network code (e.g., , ETH_MAINNET , TRON_MAINNET). Use "ANY" to indicate all available networks for this coin.

JSON example

ASSETS_POLICY Object

Used in the assets parameter to filter the payment methods shown to the user.

Name

Type

Required

Description

allow

false

Whitelist. An array of Asset objects. If provided, the user will see only these assets. All others are hidden.

exclude

false

Blacklist. An array of Asset objects. These specific assets will be hidden from the user.

JSON example

Last updated