Get Broker SubAccount APIKEY
This interface supports querying the Broker’s sub-account APIKEY
HTTP REQUEST
GET /api/v1/broker/nd/account/apikey
Example
GET /api/v1/broker/nd/account/apikey?uid=123456789
{
"data" : [
{
"apiKey" : "662afc7e873b9300018e41a1",
"uid" : "201***341",
"label" : "qwe34rf",
"createdAt" : 1714093182000,
"apiVersion" : 3,
"permissions" : [
"General",
"Futures",
"Spot"
],
"ipWhitelist" : [
"103.**.37"
]
}
],
"code" : "200000"
}
REQUEST URL
This endpoint support Broker URL
REQUEST RATE LIMIT
Broker weight
:2
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
uid | String | Yes | Subaccount UID |
apiKey | String | No | Subaccount apiKey |
RESPONSES
Param | Description |
---|---|
uid | Subaccount UID |
label | apikey remarks |
apiKey | apiKey |
permissions | Permission group list |
ipWhitelist | IP whitelist list |
createdAt | creation time, unix timestamp (milliseconds) |
apiVersion | Api-kye version |