Get amount limits
Payouts
Get amount limits
Returns the minimum and maximum USD amounts that your account is permitted to submit to GET /api/payouts/quote and POST /api/payouts/transfer.
A null value means no limit is configured for that bound. Both endpoints return a 400 error if the submitted amount falls outside these limits.
Rate limit: 60 requests/minute.
GET
Get amount limits
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer mw_live_<keyId>_<secret>
