Skip to main content

查询子账户API Key IP白名单(适用母账户)

接口描述#

查询子账户API Key IP白名单

HTTP请求#

GET /sapi/v1/sub-account/subAccountApi/ipRestriction

请求权重(UID)#

3000

请求参数#

名称类型是否必需描述
emailSTRINGYESSub-account email
subAccountApiKeySTRINGYES
recvWindowLONGNO
timestampLONGYES

响应示例#

{    "ipRestrict": "true",    "ipList": [        "69.210.67.14",        "8.34.21.10"    ],    "updateTime": 1636371437000,    "apiKey": "k5V49ldtn4tszj6W3hystegdfvmGbqDzjmkCtpTvC0G74WhK7yd4rfCTo4lShf"}