Sign in

Margin transfer

documented

Transfer assets between SPOT and margin accounts.

POST /sapi/v1/margin/transferMarginno 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/asset/transfer" \
  -X POST \
  -H "X-MBX-APIKEY: {{BINANCE_API_KEY}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "type={{transfer_type}}&asset={{asset}}&amount={{amount}}&timestamp={{timestamp}}&recvWindow={{recvWindow}}&signature={{signature}}"
Margin transfer · Binance · OpenIntegrations