Skip to main content

Endpoint

The URL an application sends requests to for a specific network, usually carrying an API key that identifies the caller.

Endpoints are per-network: mainnet and testnet are different URLs, and treating them as interchangeable is how test transactions end up on a live chain. Because the key usually rides in the URL, an endpoint is a credential and belongs in a secret store.

See also