Skip to content

Get Balance

Request

Get wallet balance by default participant.

Security
api-key
Query
participantIdstring

ID of participant to get balance from. This is only useful for brokers.

GET
/public-api/2.0/electricity/wallets/balance
curl -i -X GET \
  'https://acc-trading.etpa.nl/public-api/2.0/electricity/wallets/balance?participantId=string' \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

Wallet balance

Bodyapplication/json
balancenumber, (double)required
Response
{ "balance": 0.1 }