Skip to main content
GET
/
customers
/
me
/
max-withdrawable
Customer Max Withdrawable
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/customers/me/max-withdrawable
{
  "max_withdrawable": "<string>",
  "currency": "<string>",
  "breakdown": {}
}

Response

200 - application/json

Successful Response

max_withdrawable
string
required
currency
string
required
breakdown
Breakdown · object
required