### Get Download Link for USDⓈ-Margined Futures Trade History by ID - Binance FAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Retrieves the download link for asynchronous USDⓈ-Margined Futures trade history using a previously obtained download ID. ```API Endpoint GET /fapi/v1/trade/asyn/id ``` -------------------------------- ### Get Download Link for USDⓈ-Margined Futures Order History by ID - Binance FAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Retrieves the download link for asynchronous USDⓈ-Margined Futures order history using a previously obtained download ID. ```API Endpoint GET /fapi/v1/order/asyn/id ``` -------------------------------- ### Binance API Postman Configuration and Usage Source: https://github.com/binance/binance-api-postman/blob/master/README.md This section details how to import and configure Binance API Postman collections. It covers downloading the repository, importing into Postman, setting API and secret keys in the environment, and selecting the correct environment for API requests. It also includes troubleshooting tips for common errors like invalid API keys or signature issues. ```APIDOC Postman Collection Import: 1. Download the `binance-api-postman` repository. 2. In Postman, click 'Import'. 3. Select the root folder of the downloaded repository. 4. Choose the desired collections and environments to import. Environment Configuration: 1. Navigate to the 'Environments' tab in Postman. 2. Select the imported Binance environment. 3. Update the 'Current Value' for 'API Key' and 'Secret Key'. 4. Select the configured environment from the environment dropdown menu. Troubleshooting Common Errors: - API-key format invalid: - Ensure API key is set and correct. - Verify `X-MBX-APIKEY` header is selected in Postman. - Signature for this request is not valid: - Ensure Secret key is set. - Check for empty parameters in the request. - Confirm `signature` is the last parameter. - Mandatory parameter 'xxxx' was not sent: - Refer to Binance API documentation for correct parameter usage. ``` -------------------------------- ### Get PM Exchange Info (Deleted) - Binance FAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Endpoint definition for a deleted PM exchange information endpoint. ```API Endpoint GET /fapi/v1/pmExchangeInfo ``` -------------------------------- ### Get USDⓈ-Margined Futures Order Modification History - Binance FAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Retrieves the modification history for USDⓈ-Margined Futures orders. ```API Endpoint GET /fapi/v1/orderAmendment ``` -------------------------------- ### Simple Earn API Endpoints Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md API endpoints for managing Simple Earn products, covering both flexible and locked products. This includes listing available products, subscribing, redeeming, querying positions, account details, and retrieving various historical records like subscriptions, redemptions, and rewards. ```APIDOC GET /sapi/v1/simple-earn/flexible/list: Get available Simple Earn flexible product list. GET /sapi/v1/simple-earn/locked/list: Get available Simple Earn locked product list. POST /sapi/v1/simple-earn/flexible/subscribe: Subscribe flexibe product. POST /sapi/v1/simple-earn/locked/subscribe: Subscribe locked product. POST /sapi/v1/simple-earn/flexible/redeem: Redeem flexible product. POST /sapi/v1/simple-earn/locked/redeem: Redeem locked product. GET /sapi/v1/simple-earn/flexible/position: Get flexible product position. GET /sapi/v1/simple-earn/locked/position: Get locked product position. GET /sapi/v1/simple-earn/account: Get account details. GET /sapi/v1/simple-earn/flexible/history/subscriptionRecord: Get flexible subscription record. GET /sapi/v1/simple-earn/locked/history/subscriptionRecord: Get locked subscription record. GET /sapi/v1/simple-earn/flexible/history/redemptionRecord: Get flexible redemption record. GET /sapi/v1/simple-earn/locked/history/redemptionRecord: Get locked redemption record. GET /sapi/v1/simple-earn/flexible/history/rewardsRecord: Get flexible rewards history. GET /sapi/v1/simple-earn/locked/history/rewardsRecord: Get locked rewards history. POST /sapi/v1/simple-earn/flexible/setAutoSubscribe: Set flexible auto subscribe. POST /sapi/v1/simple-earn/locked/setAutoSubscribe: Set locked auto subscribe. GET /sapi/v1/simple-earn/flexible/personalLeftQuota: Get flexible personal left quota. GET /sapi/v1/simple-earn/locked/personalLeftQuota: Get locked personal left quota. GET /sapi/v1/simple-earn/flexible/subscriptionPreview: Get flexible subscription preview. GET /sapi/v1/simple-earn/locked/subscriptionPreview: Get locked subscription preview. GET /sapi/v1/simple-earn/flexible/history/rateHistory: Get rate history. GET /sapi/v1/simple-earn/flexible/history/collateralRecord: Get collateral record. ``` -------------------------------- ### Get Download ID for USDⓈ-Margined Futures Order History - Binance FAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Requests a download ID for retrieving asynchronous USDⓈ-Margined Futures order history. ```API Endpoint GET /fapi/v1/order/asyn ``` -------------------------------- ### Add Spot Convert Limit Order API Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Adds new API endpoints for placing, canceling, and querying open limit orders for asset conversion. ```APIDOC POST /sapi/v1/convert/limit/placeOrder ``` ```APIDOC POST /sapi/v1/convert/limit/cancelOrder ``` ```APIDOC GET /sapi/v1/convert/limit/queryOpenOrders ``` -------------------------------- ### Add Dual Investment API Endpoints Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md New API endpoints for managing Dual Investment products, including listing products, subscribing, checking positions, and managing auto-compound status. ```APIDOC GET /sapi/v1/dci/product/list ``` ```APIDOC POST /sapi/v1/dci/product/subscribe ``` ```APIDOC GET /sapi/v1/dci/product/positions ``` ```APIDOC GET /sapi/v1/dci/product/accounts ``` ```APIDOC POST /sapi/v1/dci/product/auto_compound/edit-status ``` -------------------------------- ### Get Download ID for European Options Income History - Binance EAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Requests a download ID for retrieving asynchronous European Options transaction history. ```API Endpoint GET /eapi/v1/income/asyn ``` -------------------------------- ### Added Binance European Options API Endpoints Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md New API endpoints for European Options, including checking order status and getting transaction history download links. ```APIDOC GET /eapi/v1/order: Check an order status. GET /eapi/v1/income/asyn/id: Get option transaction history download link by id. GET /eapi/v1/income/asyn: Get download id for option transaction history. ``` -------------------------------- ### Add Staking and ETH Staking API Endpoints Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md New API endpoints for ETH staking, including staking, redeeming, checking history for staking, redemption, rewards, and managing WBETH wrapping/unwrapping. ```APIDOC POST /sapi/v2/eth-staking/eth/stake ``` ```APIDOC POST /sapi/v1/eth-staking/eth/redeem ``` ```APIDOC GET /sapi/v1/eth-staking/eth/history/stakingHistory ``` ```APIDOC GET /sapi/v1/eth-staking/eth/history/redemptionHistory ``` ```APIDOC GET /sapi/v1/eth-staking/eth/history/rewardsHistory ``` ```APIDOC GET /sapi/v1/eth-staking/eth/quota ``` ```APIDOC GET /sapi/v1/eth-staking/eth/history/rateHistory ``` ```APIDOC GET /sapi/v2/eth-staking/account ``` ```APIDOC POST /sapi/v1/eth-staking/wbeth/wrap ``` ```APIDOC GET /sapi/v1/eth-staking/wbeth/history/wrapHistory ``` ```APIDOC GET /sapi/v1/eth-staking/wbeth/history/unwrapHistory ``` ```APIDOC GET /sapi/v1/eth-staking/eth/history/wbethRewardsHistory ``` -------------------------------- ### Add Spot Margin Borrow/Repay API Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Adds new API endpoints for initiating and querying borrow/repay operations on spot margin accounts. ```APIDOC POST /sapi/v1/margin/borrow-repay ``` ```APIDOC GET /sapi/v1/margin/borrow-repay ``` -------------------------------- ### Get Download ID for USDⓈ-Margined Futures Trade History - Binance FAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Requests a download ID for retrieving asynchronous USDⓈ-Margined Futures trade history. ```API Endpoint GET /fapi/v1/trade/asyn ``` -------------------------------- ### Deleted and Replaced Margin API Endpoints Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Details Margin API endpoints that have been removed and provides their recommended replacements, including universal transfer and new borrow/repay interfaces. ```APIDOC POST /sapi/v1/margin/transfer will be removed, please replace with POST /sapi/v1/asset/transfer universal transfer POST /sapi/v1/margin/isolated/transfer will be removed, please replace with POST /sapi/v1/asset/transfer universal transfer POST /sapi/v1/margin/loan will be removed, please replace with the new POST /sapi/v1/margin/borrow-repay borrowing and repayment interface POST /sapi/v1/margin/repay will be removed, please replace with the new POST /sapi/v1/margin/borrow-repay borrowing and repayment interface GET /sapi/v1/margin/isolated/transfer will be removed, please replace it with GET /sapi/v1/margin/transfer to get total margin transfer history GET /sapi/v1/margin/asset will be removed, please replace with GET /sapi/v1/margin/allAssets GET /sapi/v1/margin/pair will be removed, please replace with GET /sapi/v1/margin/allPairs GET /sapi/v1/margin/isolated/pair will be removed, please replace with GET /sapi/v1/margin/isolated/allPairs GET /sapi/v1/margin/loan will be removed, please replace with GET /sapi/v1/margin/borrow-repay GET /sapi/v1/margin/repay will be removed, please replace with GET /sapi/v1/margin/borrow-repay GET /sapi/v1/margin/dribblet will be removed, please replace with GET /sapi/v1/asset/dribblet GET /sapi/v1/margin/dust will be removed, please replace with POST /sapi/v1/asset/dust-btc POST /sapi/v1/margin/dust will be removed, please replace with POST /sapi/v1/asset/dust ``` -------------------------------- ### Get Download Link for European Options Income History by ID - Binance EAPI Source: https://github.com/binance/binance-api-postman/blob/master/CHANGELOG.md Retrieves the download link for asynchronous European Options transaction history using a previously obtained download ID. ```API Endpoint GET /eapi/v1/income/asyn/id ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.