cURL
curl --request GET \ --url https://mainnetapiserver.logx.network/api/v1/user \ --header 'Broker-Id: <broker-id>' \ --header 'Logx-Key: <logx-key>' \ --header 'Logx-Secret: <logx-secret>'
{ "spotBalance": { "balances": [ { "productId": 123, "tokenBalance": "<string>", "withdrawBalance": "<string>" } ], "freeBalance": "<string>", "usedBalance": "<string>" } }
API key for authenticating requests to the LogX Network.
API secret for securing requests to the LogX Network.
Unique identifier for the broker.
User data was retrieved successfully.
The response is of type object.
object