cURL
curl --request GET \ --url https://api.shoal.xyz/v1/entities/byId \ --header 'Authorization: Bearer <token>'
Get one canonical Shoal entity by id
id
curl -X GET "https://api.shoal.xyz/v1/entities/byId?id=23151" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "data": { "id": 23151, "canonicalName": "Ethereum", "displayName": "Ethereum", "entityType": "project", "status": "active", "aliases": ["Ethereum Foundation", "ETH"], "references": [] } }
references