cURL
curl --request GET \ --url https://openapiv1.coinstats.app/wallet/balance \ --header 'X-API-KEY: <api-key>'
[ { "chain": "<string>", "coinId": "<string>", "amount": 123, "name": "<string>", "symbol": "<string>", "price": 123, "priceBtc": 123, "imgUrl": "<string>", "pCh24h": 123, "rank": 123, "volume": 123, "decimals": 123, "contractAddress": "<string>" } ]
API key needed to access the endpoints. Example: 'demo-api-key'
The identifier of connection, which you received from /wallet/blockchains call response.
Get wallet balance
The response is of type object[].
object[]
Was this page helpful?