Skip to main content
GET
/
getPayoutFees
getPayoutFees
curl --request GET \
  --url https://alphainsider.com/api/getPayoutFees \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": "250"
}

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

amount
number<int>
required

Amount to withdraw in cents.

Response

Request was successful.