Skip to content

Instantly share code, notes, and snippets.

@alexandrebl
Created June 23, 2024 23:06
Show Gist options
  • Select an option

  • Save alexandrebl/5c4c04d6e40ce7369442cfbfb6d4b1f8 to your computer and use it in GitHub Desktop.

Select an option

Save alexandrebl/5c4c04d6e40ce7369442cfbfb6d4b1f8 to your computer and use it in GitHub Desktop.
Binance Webhook JSON Payload Sell
{
"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