---
title: "Get All Margin Assets (MARKET_DATA)"
method: GET
path: "/sapi/v1/margin/allAssets"
tags: ["Margin"]
---

# Get All Margin Assets (MARKET_DATA)

`GET /sapi/v1/margin/allAssets`

Weight(IP): 1

## Query parameters

- `asset` string, required

## Response `200`

Assets details

- object[]
  - `assetFullName` string, required
  - `assetName` string, required
  - `isBorrowable` boolean, required
  - `isMortgageable` boolean, required
  - `userMinBorrow` string, required
  - `userMinRepay` string, required

## Other responses

- `400` — Bad Request

## Changes

- **2024-06-06** `6c02ecd56d37` — 1 breaking
  - added the new required `query` request parameter `asset`
- **2021-10-25** `a484ce871a72` — 8 info
  - the response property `code` became required for the status `400`
  - the response property `items/assetFullName` became required for the status `200`
  - the response property `items/assetName` became required for the status `200`
  - the response property `items/isBorrowable` became required for the status `200`
  - …4 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/margin/allAssets/get.md)

---

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