---
title: "Radix Core API"
path: "/contents/tech/core-protocols/radix-core-api"
version: "1.3.3"
author: "Hydrate"
createdAt: "2026-02-18T22:38:09.951Z"
updatedAt: "2026-07-05T08:13:25.183Z"
---

# Radix Core API

<Infobox>
| **Type** | Node-Level API |
| **Audience** | Infrastructure operators, exchanges |
| **Higher-Level** | [Gateway API](/contents/tech/core-protocols/radix-gateway-api) |
</Infobox>

## Overview

The **Radix [Core API](https://docs.radixdlt.com/docs/network-apis)** provides low-level access to Radix nodes for transaction submission, state queries, and network monitoring. It's primarily used by infrastructure operators, exchanges, and the [Gateway API](/contents/tech/core-protocols/radix-gateway-api) (which sits on top of it to provide a developer-friendly interface).

Most dApp developers use the [Gateway API](https://docs.radixdlt.com/docs/network-gateway) rather than the [Core API](https://docs.radixdlt.com/docs/core-api-providers) directly. The Core API is essential for running the [Radix Dashboard](https://dashboard.radixdlt.com), block explorers, and exchange integrations.