Skip to main content

Get IP Restriction for Sub Account Api Key

Get IP Restriction for Sub Account Api Key

GET /sapi/v1/broker/subAccountApi/ipRestriction

Parameters:

NameTypeMandatoryDescription
subAccountIdSTRINGYES
subAccountApiKeySTRINGYES
recvWindowLONGNO
timestampLONGYES

Response:

  {
"subaccountId": "1",
"ipRestrict": true,
"apikey": "vmPUZE6mv9SD5VNHk4HlWFsOr6aKE2zvsw0MuIgwCIPy6utIco14y7Ju91duEh8A",
"ipList": [
"54.128.193.23",
"542.234.192.290"
],
"updateTime": 1544433328000
}