查询低延迟交易SpecialKey(TRADE)
接口描述
查询SpecialKey信息,仅适用于低延迟交易接口的SpecialKey。
HTTP请求
GET /sapi/v1/margin/apiKey
请求权重
1(UID)
请求参数
| Name | Type | Mandatory | Description |
|---|---|---|---|
| apiKey | STRING | YES | |
| symbol | STRING | NO | isolated margin pair |
| recvWindow | LONG | NO | The value cannot be greater than 60000 |
| timestamp | LONG | YES |
响应示例
{
"apiKey":"npOzOAeLVgr2TuxWfNo43AaPWpBbJEoKezh1o8mSQb6ryE2odE11A4AoVlJbQoGx",
"ip": "0.0.0.0,192.168.0.1,192.168.0.2", // 0.0.0.0 is just an initial statereference (no extra meaning).
"apiName": "testName",
"type": "RSA",
"permissionMode": "TRADE"
}