cURL
curl --request GET \ --url https://openapiv1.coinstats.app/wallet/blockchains \ --header 'X-API-KEY: <api-key>'
[ { "name": "<string>", "connectionId": "<string>", "chain": "<string>", "icon": "<string>" } ]
API key needed to access the endpoints. Example: 'demo-api-key'
Get list of blockchains
The response is of type object[].
object[]
Was this page helpful?