derivatives-trading-portfolio-margin
Installation
SKILL.md
Binance Derivatives-trading-portfolio-margin Skill
Derivatives-trading-portfolio-margin request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format.
Quick Reference
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/papi/v1/balance (GET) |
Account Balance(USER_DATA) | None | asset, recvWindow | Yes |
/papi/v1/account (GET) |
Account Information(USER_DATA) | None | recvWindow | Yes |
/papi/v1/bnb-transfer (POST) |
BNB transfer (TRADE) | amount, transferSide | recvWindow | Yes |
/papi/v1/cm/leverageBracket (GET) |
CM Notional and Leverage Brackets(USER_DATA) | None | symbol, recvWindow | Yes |
/papi/v1/repay-futures-switch (POST) |
Change Auto-repay-futures Status(TRADE) | autoRepay | recvWindow | Yes |
/papi/v1/repay-futures-switch (GET) |
Get Auto-repay-futures Status(USER_DATA) | None | recvWindow | Yes |
/papi/v1/cm/leverage (POST) |
Change CM Initial Leverage (TRADE) | symbol, leverage | recvWindow | Yes |
/papi/v1/cm/positionSide/dual (POST) |
Change CM Position Mode(TRADE) | dualSidePosition | recvWindow | Yes |
/papi/v1/cm/positionSide/dual (GET) |
Get CM Current Position Mode(USER_DATA) | None | recvWindow | Yes |
/papi/v1/um/leverage (POST) |
Change UM Initial Leverage(TRADE) | symbol, leverage | recvWindow | Yes |
/papi/v1/um/positionSide/dual (POST) |
Change UM Position Mode(TRADE) | dualSidePosition | recvWindow | Yes |
Related skills