Get User’s Customize Id (USER DATA)
HTTP Request
GET /fapi/v1/apiReferral/userCustomization
Weight
100
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| brokerId | STRING | YES | |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- CustomerId must be unique
- If the user enabled Portfolio Margin, please user relevant
/papiendpoint
Example Response
{
"brokerId": "ABCD1234",
"customerId": "abc123"
}