Skip to main content
POST
Set your WaaS transfer fee configuration

Authorizations

X-API-Key
string
header
required

Business API key for server-to-server integrations. Key prefix determines the environment — no separate flag needed: test_sk_* = sandbox/testnet, live_sk_* = production/mainnet.

Body

application/json
is_enabled
boolean

Master switch. When false, no fee is collected on any transfer.

fee_mode
enum<string>

percentage = fee_percent of the amount, optionally capped at fee_cap_usd. flat = a fixed flat_fee_usd charge.

Available options:
percentage,
flat
fee_percent
string

A FRACTION, not a percent — "0.005" means 0.5%. Percentage mode only.

Example:

"0.005"

fee_cap_usd
string

Caps the percentage fee in USD. "0" = uncapped. Percentage mode only.

Example:

"5"

flat_fee_usd
string

Fixed USD charge, converted to the transferred asset. Flat mode only.

Example:

"0.50"

fee_addresses
object

Network code → YOUR receiving address. A network with no address collects NO fee.

Example:

Response

Fee configuration saved