Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Hash your BingX UID with SHA256. All UID of the individuals will be hashed with
1. Check your balance in BingX proof-of-reserves page.
2. Combine users' hashed User ID with their assets in the following format. Assets are in the order below.

> {Hashed UID},{Asset1}:{Balance1},{Asset2}:{Balance2},{Asset3}:{Balance3},{Asset4}:{Balance4},Total:{TotalValueInUsd}
> {6e2dcfe5474446c744b353fb153f55930914b069c84e70242f989e66d03cfa62},{BTC}:{0},{ETH}:{0},{USDT}:{802.6287571},{USDC}:{0},Total:{802.6287571}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image


e.g.
> abcdefg,BTC:1.132142,ETH:2.54469871,USDT:20384,USDC:50.3,Total:49875.12599
Expand Down