Margin borrow/repay
documentedBorrow or repay in a margin account.
POST /sapi/v1/margin/borrow-repayMarginno implementation yet0 runsNo 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}}×tamp={{$timestamp}}&signature={{$signature}}"