---
title: "All Coins' Information (USER_DATA)"
method: GET
path: "/sapi/v1/capital/config/getall"
tags: ["Wallet"]
---

# All Coins' Information (USER_DATA)

`GET /sapi/v1/capital/config/getall`

Get information of coins (available for deposit and withdraw) for user.

Weight(IP): 10

## Query parameters

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

## Response `200`

All coins details information

- object[]
  - `coin` string, required
  - `depositAllEnable` boolean, required
  - `free` string, required
  - `freeze` string, required
  - `ipoable` string, required
  - `ipoing` string, required
  - `isLegalMoney` boolean, required
  - `locked` string, required
  - `name` string, required
  - `networkList` object[], required
    - `addressRegex` string, required
    - `coin` string, required
    - `depositDesc` string, required — shown only when "depositEnable" is false.
    - `depositEnable` boolean, required
    - `isDefault` boolean, required
    - `memoRegex` string, required
    - `minConfirm` integer, required — min number for balance confirmation.
    - `name` string, required
    - `network` string, required
    - `specialTips` string, required
    - `unLockConfirm` integer, required — confirmation number for balance unlock.
    - `withdrawDesc` string, required — shown only when "withdrawEnable" is false
    - `withdrawEnable` boolean, required
    - `withdrawFee` string, required
    - `withdrawIntegerMultiple` string, required
    - `withdrawMax` string, required
    - `withdrawMin` string, required
    - `sameAddress` boolean, required
  - `storage` string, required
  - `trading` boolean, required
  - `withdrawAllEnable` boolean, required
  - `withdrawing` string, required

## 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)
