---
title: "Get API Key Permission (USER_DATA)"
method: GET
path: "/sapi/v1/account/apiRestrictions"
tags: ["Wallet"]
---

# Get API Key Permission (USER_DATA)

`GET /sapi/v1/account/apiRestrictions`

Weight(IP): 1

## Query parameters

- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

API Key permissions

- object
  - `ipRestrict` boolean, required
  - `createTime` integer, required
  - `enableInternalTransfer` boolean, required — This option authorizes this key to transfer funds between your master account and your sub account instantly
  - `enableFutures` boolean, required — API Key created before your futures account opened does not support futures API service
  - `enablePortfolioMarginTrading` boolean — API Key created before your activate portfolio margin does not support portfolio margin API service
  - `enableVanillaOptions` boolean, required — Authorizes this key to Vanilla options trading
  - `permitsUniversalTransfer` boolean, required — Authorizes this key to be used for a dedicated universal transfer API to transfer multiple supported currencies. Each business's own transfer API rights are not affected by this authorization
  - `enableReading` boolean, required
  - `enableSpotAndMarginTrading` boolean, required
  - `enableWithdrawals` boolean, required — This option allows you to withdraw via API. You must apply the IP Access Restriction filter in order to enable withdrawals
  - `enableMargin` boolean, required — This option can be adjusted after the Cross Margin account transfer is completed
  - `tradingAuthorityExpirationTime` integer, required — Expiration time for spot and margin trading permission

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
