id_site_coinapi is a UUID that identifies the CoinAPI ingestion site (Point of Presence/PoP) where a market-data update was first received and timestamped.
Every quote, trade, or order book update delivered through CoinAPI - whether via REST, WebSocket, FIX, or Flat Files - includes this field. It provides verifiable data lineage, allowing developers and traders to understand where an update entered the CoinAPI infrastructure.
It is the immutable UUID of the PoP (data center) that first ingested the update from an exchange.
A PoP is a geographically distributed edge location where CoinAPI maintains:
Examples of common PoP locations include:
Each PoP has its own UUID, which does not change over time.
This field allows you to:
By comparing time_exchange (exchange timestamp) and time_coinapi (timestamp at the PoP), you can estimate:
When replaying historical tick data, the PoP origin helps you rebuild:
Regulated entities often need to demonstrate:
Across global markets, different PoPs may receive updates faster depending on:
id_site_coinapi gives you visibility into that routing.
Yes, but only on request.
For security reasons, CoinAPI does not publish PoP mappings publicly.
However, when required for:
CoinAPI can export the mapping:
id_site_coinapi → PoP datacenter name
This can be requested for:
For each event:
It is a stable and deterministic identifier — same PoP = same UUID.