Margin transfer
documentedTransfer assets between SPOT and margin accounts.
POST /sapi/v1/margin/transferMarginno 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/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}}×tamp={{timestamp}}&recvWindow={{recvWindow}}&signature={{signature}}"