Skip to content

Commit b1d2c77

Browse files
authored
Update docs/endpointFunctionList.md
1 parent cbcc1c1 commit b1d2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/endpointFunctionList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ This table includes all endpoints from the official Exchange API docs and corres
619619
| [getFuturesTradeDownloadLink()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L625) | :closed_lock_with_key: | GET | `fapi/v1/trade/asyn/id` |
620620
| [setBNBBurnEnabled()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L631) | :closed_lock_with_key: | POST | `fapi/v1/feeBurn` |
621621
| [getBNBBurnStatus()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L637) | :closed_lock_with_key: | GET | `fapi/v1/feeBurn` |
622-
| [signTradFiPerpsContract()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L643) | :closed_lock_with_key: | POST | `fapi/v1/stock/contract` |
622+
| [signTradFiPerpsAgreement()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L643) | :closed_lock_with_key: | POST | `fapi/v1/stock/contract` |
623623
| [testOrder()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L647) | :closed_lock_with_key: | POST | `fapi/v1/order/test` |
624624
| [submitNewAlgoOrder()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L659) | :closed_lock_with_key: | POST | `fapi/v1/algoOrder` |
625625
| [cancelAlgoOrder()](https://github.com/tiagosiebler/binance/blob/master/src/usdm-client.ts#L666) | :closed_lock_with_key: | DELETE | `fapi/v1/algoOrder` |

0 commit comments

Comments
 (0)