GET
/
wallet
/
blockchains
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>"
  }
]
1 credit per request
Returns the list of blockchains supported by CoinStats.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

Get list of blockchains

The response is of type object[].