curl --location --request POST 'https://api.4321.sh/balance/balance' \ --header 'Content-Type: application/json' \ --data-raw '{ "apikey": "string", "secret": "string" }'
{ "code": 0, "msg": "OK", "balance": 10000.025 }