Created
June 23, 2024 23:06
-
-
Save alexandrebl/5c4c04d6e40ce7369442cfbfb6d4b1f8 to your computer and use it in GitHub Desktop.
Binance Webhook JSON Payload Sell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "symbol": "ETHUSDC.P", | |
| "side": "SELL", | |
| "qty": "30", | |
| "price": "market", | |
| "signalId": "33a9e79a-090e-42e4-9548-e46f17da8d9a", | |
| "uid": "0b1f307d-3ca7-431c-8060-301fd58144e8" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment