developer_fee
in the API request
Input amount | Developer Fee | Net to Destination | Result |
---|---|---|---|
99.99 | 0.99 | 99.00 | ✅ valid |
21.20 | 5.19 | 16.01 | ✅ valid |
5.00 | 5.00 | 0 | ❌ rejected |
5.00 | 5.01 | - | ❌ rejected |
developer_fee
is denominated in USD, not a percentage.flexible_amount
enabled, only percentage-based fees are supported via the developer_fee_percent
field.
developer_fee_percent
field.
0.00119
is allowed, but 0.0000001
is notdeveloper_fee_percent
is blank, then it’s equivalent to the fee being set to 0.0
custom_developer_fee_percent
when creating a Liquidation Address.