Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

binance api seems to require signature be placed at the end of the URL #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mzimmerman
Copy link

Binance API verifies the signature against the URL. Go's url.Value.Encode() will order the variables in alphabetical, so when you sign timestamp=245234234 and then send signature=23423432&timestamp=245234234 the signature doesn't match

@filinvadim
Copy link

added it here. This repo is abandoned
https://github.com/filinvadim/go-binance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants