Get user’s tax eligibility status

This endpoint returns a user’s eligibility status, indicating whether the user qualifies for tax withholding based on the applicable tax regulations and criteria.

SecuritybearerAuth
Request
header Parameters
bp-user-id
required
string <uuid>

User ID

Responses
200

OK

400

Error

401

Error

403

Account is inactive

404

Not Found - User with id not found

422

Trading is disabled for your account

503

Service unavailable

get/v1/tax-status
Request samples
Response samples
application/json
{
  • "data": [
    ]
}