Skip to main content
GET
Get platform fee

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer mw_live_<keyId>_<secret>

Query Parameters

amount
number
required

USD amount to calculate the fee for

Required range: 0.01 <= x <= 1000000

Response

Fee calculated successfully

mwFee
number
required

Calculated MW platform fee in USD (display only — not deducted on-chain)

Example:

7.5

mwFeePercentage
number
required

Fee as a percentage (e.g. 1.5 means 1.5%)

Example:

1.5