Query the APIKey of a Sub-account
request
get /api/v3/broker/sub-account/apiKey?timestamp={{timestamp}}&signature={{signature}}
response
{
"subAccount": [{
"note": "v5",
"apiKey": "arg13sdfgs",
"permissions": "SPOT_ACCOUNT_READ,SPOT_ACCOUNT_WRITE",
"ip": "1.1.1.1,2.2.2.2",
"creatTime": 1597026383085
}, {
"note": "v5.1",
"apiKey": "arg13sdfgs",
"permissions": "read_only",
"ip": "1.1.1.1,2.2.2.2",
"creatTime": 1597026383085
}]
}
Http Request:
- GET
/api/v3/broker/sub-account/apiKey
Request Parameter:
| Name | Type | Mandatory | Description |
|---|---|---|---|
| subAccount | string | yes | subAccount name |
| timestamp | string | yes | timestamp |
| signature | string | yes | signature |
Response Parameter:
| Name | Type | Description |
|---|---|---|
| note | string | note |
| apikey | string | apikey |
| permissions | string | APIKey permissions |
| ip | string | APIKey iP address |
| creatTime | number | creatTime |