Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: PersonG on August 12, 2018, 06:44:47 AM



Title: question about API
Post by: PersonG on August 12, 2018, 06:44:47 AM
Hello

I delete Binance API which was linked to a third-party platform if create new api and link to the same platform will the platform know it belongs to the same account?

and please inform does the platform can read my balance trade history only or can all the account information such as account ID, email..etc?



Title: Re: question about API
Post by: OmegaStarScream on August 12, 2018, 04:50:16 PM
According to this: https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md

It should not disclose your email, account ID etc. however, it really depends on the platform you're using and what they are doing. If for example they keep storage of orderIDs which are unique and then you link another API key and they retrieve the same info, they will find that the orderIds match.