GET
/
api
/
v1
/
user
/
withdrawableTokenBalance
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"
  }
}

Headers

Logx-Key
string
required

API key for authenticating requests to the LogX Network.

Logx-Secret
string
required

API secret for securing requests to the LogX Network.

Broker-Id
string
required

Unique identifier for the broker.

Response

200 - application/json
Withdrawable token balances were retrieved successfully.
withdrawableBalance
object

A mapping of product IDs to their corresponding withdrawable token balances.