---
title: "Get cross or isolated margin capital flow(USER_DATA)"
method: GET
path: "/sapi/v1/margin/capital-flow"
tags: ["Margin"]
---

# Get cross or isolated margin capital flow(USER_DATA)

`GET /sapi/v1/margin/capital-flow`

Get cross or isolated margin capital flow

Weight(IP): 100

## Query parameters

- `asset` string
- `symbol` string
- `type` 'TRANSFER' | 'BORROW' | 'REPAY' | 'BUY_INCOME' | 'BUY_EXPENSE' | 'SELL_INCOME' | 'SELL_EXPENSE' | 'TRADING_COMMISSION' | 'BUY_LIQUIDATION' | 'SELL_LIQUIDATION' | 'REPAY_LIQUIDATION' | 'OTHER_LIQUIDATION' | 'LIQUIDATION_FEE' | 'SMALL_BALANCE_CONVERT' | 'COMMISSION_RETURN' | 'SMALL_CONVERT'
- `startTime` integer
- `endTime` integer
- `fromId` integer
- `limit` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Margin capital flow

- object[]
  - `id` integer, required
  - `tranId` integer, required
  - `timestamp` integer, required
  - `asset` string, required
  - `symbol` string, required
  - `type` string, required
  - `amount` 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/versions/0dd2f133e12d/schema)
