Skip to main content

Query Special key List(Low Latency Trading)(TRADE)

API Description

This only applies to Special Key for Low Latency Trading.

HTTP Request

GET /sapi/v1/margin/api-key-list

Request Weight

1(UID)

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGNOisolated margin pair
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example

[
{
"apiName": "testName",
"apiKey":"npOzOAeLVgr2TuxWfNo43AaPWpBbJEoKezh1o8mSQb6ryE2odE11A4AoVlJbQoGx",
"ip": "0.0.0.0,192.168.0.1,192.168.0.2",
"type": "HMAC_SHA256"
},
{
"apiName": "testName1",
"apiKey":"znpOzOAeLVgr2TuxWfNo43AaPWpBbJEoKezh1o8mSQb6ryE2odE11A4AoVlJbQoG",
"ip": "192.168.0.1,192.168.0.2",
"type": "RSA"
}
]