Sign in

Margin borrow/repay

documented

Borrow or repay in a margin account.

POST /sapi/v1/margin/borrow-repayMarginno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.binance.com/sapi/v1/margin/borrow-repay" \
  -X POST \
  -H "X-MBX-APIKEY: {{BINANCE_API_KEY}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "asset={{$asset}}&amount={{$amount}}&isIsolated={{$isIsolated}}&symbol={{$symbol}}&recvWindow={{$recvWindow}}&timestamp={{$timestamp}}&signature={{$signature}}"
Margin borrow/repay · Binance · OpenIntegrations