Get Entity References
Entities
Get Entity References
List external references attached to one Shoal entity
GET
Get Entity References
Returns external references attached to one canonical Shoal entity.
This route is part of the canonical entity contract. The dedicated
ExternalReference storage layer is live, but responses may still be sparse until source population and backfill expand coverage.
Path Parameters
id(integer, required)
Request
cURL
Response (200)
Notes
- This route establishes the entity-attached reference contract.
- The storage layer is live; sparse results now mean the entity has not been enriched yet.
- Over time, this surface is intended to include sources like CoinGecko, DefiLlama, CoinMarketCap, official websites, and GitHub.
Errors
- 400 if
idis missing - 404 if the entity does not exist
- 500 on internal server error