cURL
curl --request GET \ --url https://mainnetapiserver.logx.network/api/v1/user/withdrawableTokenBalance \ --header 'Broker-Id: <broker-id>' \ --header 'Logx-Key: <logx-key>' \ --header 'Logx-Secret: <logx-secret>'
{ "withdrawableBalance": { "4": "63882684594552931376", "6": "60000000000000000000", "8": "92000000000000000000", "10": "79000000000000000000", "12": "20000000000000000000", "14": "20000000000000000000", "16": "60000000000000000000", "18": "80000000000000000000", "20": "60000000000000000000" } }
API key for authenticating requests to the LogX Network.
API secret for securing requests to the LogX Network.
Unique identifier for the broker.
Withdrawable token balances were retrieved successfully.
The response is of type object.
object