Arc · Circle's L1Chain ID 5042USDC is the gas tokenArc is live

Arc Blockchain API

Track trades and token launches on Circle's blockchain.

Arc launched on 16 September 2026. Query token prices and DEX volume, follow launchpad tokens, or stream wallet transfers with Bitquery. Arc uses chain ID 5042 and USDC for gas. Use the Trading API for live markets and the EVM API for other chain data.

Example · WebSocketstreaming.bitquery.io
subscription {
  Trading {
    Trades(where: {Pair: {Market:
      {Network: {is: "Arc"}}}}) {
      Block { Time }
      Trader { Address }
      Side
      PriceInUsd
      AmountsInUsd { Quote }
      Pair {
        Market { Protocol }
        Token { Symbol }
        QuoteToken { Symbol }
      }
    }
  }
}
EVM.TransfersEvery USDC, EURC and tokenized-asset movement, decoded.
stablecoin_flows.graphql
subscription {
  EVM(network: arc) {
    Transfers(
      where: {Transfer: {Currency:
        {Symbol: {in: ["USDC", "EURC"]}}}}
    ) {
      Transfer {
        Sender Receiver Amount
        Currency { Symbol }
      }
    }
  }
}
Example · WebSocketstreaming.bitquery.io
AssetFrom → ToAmount

Sample rows show the response format. Prices, assets and timings in this demo are illustrative. Use the linked Arc Blockchain API docs to run queries against live data.

Trusted across 40+ chains by
Nansen logo0x logo3Commas logoLukka logoCoin Metrics logo

What is Circle's Arc blockchain?

Arc is Circle's EVM-compatible Layer 1, built for stablecoin payments and finance. It also has active token markets and launchpads. USDC pays network fees. Bitquery gives you decoded trades, token transfers, balances, contract calls and events through GraphQL and live streams.

Start with the Arc Blockchain API guide. For live trades and recent history, use Trading.Trades with the network filter Arc. For transfers, balances and contract data, use EVM(network: arc).

Chain ID
5042 (hex 0x13b2)
Network filters
Trading: Arc · EVM: arc
Query endpoint
streaming.bitquery.io/graphql
Streaming endpoint
streaming.bitquery.io

Network reference sources include the ChainList registry entry for chain 5042, which records USDC as its native currency, and against Circle's founding-validator announcement for the launch date and validator cohort.

16 Sep
Arc launched in 2026
<1s
Deterministic finality, streamed decoded
USDC
Native gas token; fees are paid in USDC
1 schema
Shared Trading and EVM APIs across chains
Network reference

Arc at a glance: chain ID 5042.

Arc is a standalone EVM Layer 1 built by Circle for stablecoin settlement. USDC is the native currency, so gas is paid in dollars; Malachite BFT consensus finalises blocks in under a second with no reorg window. Do not confuse it with the unrelated chain listed as “ARC” at chain ID 1243.

PropertyValueNotes
Chain ID5042 (hex 0x13b2)Select it in Bitquery as network: arc
Launch date16 September 2026Live Arc data in Bitquery
ArchitectureLayer 1A standalone chain, not a rollup, so nothing to settle to
Gas tokenUSDCFees are paid in the stablecoin itself, native with 18 decimals
ConsensusMalachite BFTDeterministic finality, with no reorg window to wait out
FinalitySub-secondUse subscriptions for live updates
ExecutionEVM (Reth)Solidity, 0x addresses, ERC-20 / 721 / 1155
Built byCircleThe USDC issuer, with 11 institutional founding validators
Read the Arc API docs

Launch day brought token launches and active trading alongside USDC flows. Read our Arc launch-day trading research for volume, trader activity and the launchpad rankings from the hours studied.

01
Forget the RPC

Get Arc trades and wallet history without building an index.

Arc finalises a block in under a second. Chasing that with eth_getLogs, hand-decoded Uniswap v4 hooks and Curve registry lookups is a full-time infrastructure job. On a chain this young it is also a job you would start from scratch. Bitquery already did it.

You need
Raw JSON-RPC / node
Bitquery Arc Blockchain API
A wallet's full USDC and trade history
Thousands of chained getLogs calls, then decode and reconcile each one
Filter decoded records by wallet and date
Stablecoin pair trades on Arc
Decode Uniswap v4's singleton PoolManager and Curve's registry yourself
Decoded swaps with pairs, pools, prices & OHLCV
Who moved money, and where it went next
Reassemble transfers into flows by hand, address by address
Money-flow tracing across Arc addresses out of the box
Live data for your app
A raw websocket firehose you still have to decode and de-duplicate
Decoded WebSocket streams and Kafka delivery
Historical data
Sync an archive node from genesis and hope you catch up
Query indexed history; check the docs for available date ranges
Infrastructure
Run an Arc node plus your own indexer, forever
None. An API key.
03
Protocol coverage

Which DEXs and protocols Bitquery decodes on Arc.

Launch-day checks found Uniswap v4, v3 and v2 markets. Filter by protocol in Trading.Trades to inspect each market. Use contract calls and events to study launches or protocols beyond the trade feed.

ProtocolTypeCoverage
Un4Uniswap v4AMM · singleton PoolManagerSwaps, hook pools, pair & pool metadata, OHLCV, LP events
Un3Uniswap v3AMM · concentrated liquiditySwaps, positions, fee tiers and fees collected
Un2Uniswap v2AMM · constant productSwaps, pair reserves, mints and burns
$USDC & EURCNative and ERC-20 stablecoinsTransfers and balance changes; read native USDC and its ERC-20 interface separately
ΞERC-20 / 721 / 1155Token standardsTransfers, holders, supply and approvals across every deployed token
+Any contract, by ABIEvents & CallsDecoded logs and call traces for protocols we have not named yet, plus new DEXs added to the trade decoder as they deploy
Read the Arc trades guide
04
Compare sources

Where Arc blockchain data comes from, and what each source can answer.

Choose a source for the task. An explorer helps you inspect a single transaction. An indexed API can return trades across wallets or tokens and feed them into your app. Features vary by provider; the table lists common uses and limits.

SourceAccessWhat you getWhat is missing
Price aggregatorsProvider-dependentPool and token prices, and OHLCV for the pairs they choose to listWallet and contract data depends on the service
Chain-level dashboardsProvider-dependentDaily volume and liquidity totals for the chain as a wholeCheck whether raw trades and wallet-level records are available
Registry entriesMetadata onlyChain ID, native currency and published RPC endpointsNo on-chain data of any kind. This is a phone book, not an index
Block explorersProvider-dependentOne address, transaction or token at a time, read in a browserPaged reading rather than bulk history, aggregates or live feeds
A node of your ownRPC access requiredBlocks, receipts and raw logs, if you run or rent the hardwareUndecoded. Trades, holders, OHLCV and wallet history are yours to build
BitqueryLive · ArcDecoded trades, transfers, balances, holders, calls, events, blocks and money flows

Coverage on a chain this new moves week by week, so verify against your own queries rather than any summary, including this one. The Arc docs list every field we return.

05
Datasets

Every Arc blockchain dataset, one API key.

Query recent trades with Trading and other chain data with EVM. The Arc guides below include filters and stream examples. Historical access and Kafka delivery depend on your plan.

Stablecoins

Stablecoin Flow API

Track USDC and EURC transfers, balances, mints and burns. Filter by contract and wallet to follow payments or treasury flows.

Explore docs
Arc trading and token launchesDeFi

DEX Trades API

Use Trading.Trades for Arc token prices, USD volume and trader activity. Trading.Tokens and Trading.Pairs provide price candles.

Explore docs
Tokens

Token Transfers API

Every ERC-20, ERC-721 & ERC-1155 transfer with volumes and inflow / outflow per address.

Explore docs
Wallets

Balance API

Real-time and historical native USDC and token balances for any wallet, with portfolio value for trackers and treasury tools.

Explore docs
Tokens

Token Holders API

Top holders, balance distribution and concentration metrics such as Gini and Nakamoto coefficients, for any token on Arc.

Explore docs
Compliance

Money Flow · Coinpath®

Trace inbound and outbound transfers for wallet research and compliance. Contact the team for Coinpath access and Arc coverage.

Explore docs
Contracts

Smart Contract Trace API

Decoded call traces with arguments, internal transactions and success status, parsed by ABI.

Explore docs
Contracts

Smart Contract Events API

Decoded event logs by ABI. Query Transfer, Swap, TokenExchange or any topic by contract, name or signature.

Explore docs
Launchpads

Arc Launchpads API

Find new tokens from launch contracts, then track their trades and traders. Includes known factory addresses and event filters.

Explore docs
Launchpads

Minara API

Find Minara token launches and follow their markets using contract events and Trading data.

Explore docs
Launchpads

Tolly API

Track Tolly launches, recent trades and token prices with Arc query examples.

Explore docs
Launchpads

RadarDEX API

Follow RadarDEX launches and token trading with contract filters and live feeds.

Explore docs
Network

Transactions API

Transaction details, receipts, internal transactions, gas used and status. Filter by sender, receiver or value.

Explore docs
Network

Blocks API

Block headers, timestamps, proposers and gas usage at sub-second cadence, for time-series analytics and explorers.

Explore docs
Network

Gas & Fees API

Read transaction fees paid in USDC and gas used. Keep the amount paid separate from the computation used.

Explore docs
06
Build with it

What builders ship on Arc data.

Each one is a filter on the same indexed data. Subscribe over WebSocket or Kafka for bots and alerting, or query GraphQL for dashboards.

Subscription · Stablecoin flows

Follow large transfers, block by block

Track large token transfers, then filter by contract to follow USDC or EURC. Use sender and receiver addresses to build wallet alerts and treasury dashboards.

Transfer subscriptions
Example · WebSocketstreaming.bitquery.io
subscription {
  EVM(network: arc) {
    Transfers(
      where: {Transfer: {Amount:
        {gt: "1000000"}}}
    ) {
      Transfer {
        Sender Receiver Amount
        Currency { Symbol }
      }
      Block { Time }
    }
  }
}
Subscription · Trading

Track Arc token trades as they happen

Follow prices, trade sizes and trader addresses with Trading.Trades. Add a token or pool filter to focus on one market. Use Trading.Tokens or Trading.Pairs for price candles.

Arc trades, prices and candles
Example · WebSocketstreaming.bitquery.io
subscription {
  Trading {
    Trades(where: {Pair: {Market:
      {Network: {is: "Arc"}}}}) {
      Block { Time }
      Trader { Address }
      Side
      PriceInUsd
      AmountsInUsd { Quote }
      Pair {
        Market { Protocol }
        Token { Symbol }
        QuoteToken { Symbol }
      }
    }
  }
}
Query · Treasury

A wallet's whole Arc position in one call

Native USDC, every token, current balances and the history behind them. The backbone of treasury dashboards, portfolio trackers and the reconciliation nobody wants to build twice.

Balance & portfolio APIs
Example · GraphQLstreaming.bitquery.io/graphql
query {
  EVM(network: arc) {
    Balances(
      where: {Balance: {Address:
        {is: "0xada5bb90d0de0bd1b6f3938708f49295a8d1f7cb"}}}
    ) {
      Currency { Symbol Native }
      Balance { Amount }
    }
  }
}
Subscription · Events

Catch new pools and token deployments first

Stream pool initializations and new token contracts the block they happen. Seed liquidity, update your token list automatically, or just be the first to know what has deployed on a chain whose history starts at block zero.

Events & contract APIs
Example · WebSocketstreaming.bitquery.io
subscription {
  EVM(network: arc) {
    Events(
      where: {Log: {Signature:
        {Name: {is: "Initialize"}}}}
    ) {
      Log { Signature { Name } }
      Transaction { Hash }
      Block { Number Time }
    }
  }
}
Why teams pick Bitquery

Who relies on Bitquery for on-chain data.

“We did a thorough search of the market for the best onchain data. Bitquery came out on top — and now powers all live prices across Nansen.”

A
Alexander Karsten
Nansen
Nansen logo

Pricing

Start free. Scale when your users do.

Every self-service plan includes Arc with the other core real-time chains, on one key and one schema. Save 20% with annual billing.

Personal

For side projects, learning & testing. Personal use only, no commercial use.

$39/ month

billed annually ($468/yr) · save 20%

+ Add-on points anytime · $40 / 1M
  • 100k API points / mo ≈ 20k calls
  • 30 req/min · 3 simultaneous
  • Full GraphQL & REST schema
  • Real-time data · 10 core chains 30-day trades · 4–8h on-chain
  • API only, no streams
  • Community support
Start free trial

Pro

For trading bots, alerts & dashboards on live onchain and DEX data.

$79/ month

billed annually ($948/yr) · save 20%

+ Flat-rate add-ons: points, minutes & GB
  • 1M API points / mo ≈ 200k calls
  • 90 req/min · 6 simultaneous
  • 100k stream-minutes + 5 GB
  • 100 concurrent streams
  • All streams onchain + mempool
  • Commercial-use license
  • Real-time data · 10 core chains 30-day trades · 4–8h on-chain
  • Community + Telegram support
Start free trial
Recommended

Scale

For production real-time apps: every stream, scale on demand.

$239/ month

billed annually ($2,868/yr) · save 20%

+ Flat-rate add-ons: points, minutes & GB
  • 5M API points / mo ≈ 1M calls
  • 240 req/min · 12 simultaneous
  • 2M stream-minutes + 50 GB
  • 1,000 concurrent streams
  • All streams onchain + mempool
  • Commercial-use license
  • Dedicated Slack support
Choose Scale →

Enterprise

Full history, unlimited streams & bulk delivery at scale.

Custom

flat platform fee, no metering

◆ Flat platform fee: modelled, not metered
  • Complete history · 40+ chains
  • Unlimited WebSocket streaming no stream-min or GB limit
  • Custom points & rate limits
  • Kafka fixed-cost · S3 bulk export
  • Coinpath® money flow
  • SLA · SSO · dedicated support
Talk to sales

Flat-rate add-ons: $40 / 1M points on every self-service plan · $40 / 200k stream-minutes and $40 / 5 GB on Pro and Scale (bought yearly · save 20%). Billed only for what you add, with volume packs that cut the rate as you scale.

Historical data is sold separately: self-service plans are real-time only. Per-chain archive packs start at $100/mo ($70/mo billed yearly); transfers, balances & holders are $150/mo ($120/mo yearly) on most chains. EVM and Tron trading and transfers packs include calls and events. See historical add-ons →

Arc trading archive packs cost $100/month, or $70/month billed yearly. Transfers, balances and holders cost $100/month, or $80/month billed yearly. See all archive prices and check Arc history availability before buying for a specific date range.

FAQ

Arc blockchain API: common questions.

What is Arc in crypto?
Arc is Circle's EVM-compatible Layer 1 blockchain. It uses USDC for gas and supports stablecoin payments, token trading and smart contracts. Arc launched on 16 September 2026.
What is Arc's chain ID?
Arc uses chain ID 5042 (hex 0x13b2). In Bitquery, use the network filter Arc in Trading.Trades for live and recent trades. Use EVM(network: arc) for transfers, balances, calls, events, transactions and blocks.
Is chain ID 5042 the same as ARC chain ID 1243?
No. Circle's Arc uses chain ID 5042. The network listed as ARC at chain ID 1243 is a separate chain. Use 5042 when checking Circle Arc data.
Is the Arc Blockchain API available now?
Yes. Arc data is live in Bitquery. The Arc Blockchain API docs include queries and streams for trades, token launches, transfers and wallet data. They also list the current history limits.
Why does gas on Arc show up in USDC instead of ETH?
Arc uses USDC to pay network fees. Gas used measures computation; the fee is the USDC paid. Native USDC uses 18 decimals, while its ERC-20 interface uses 6. Read the field definition before adding raw amounts.
Which trading API should I use for Arc?
Use Trading.Trades for live trades and the rolling 30-day window, with Pair.Market.Network set to Arc. Use Trading.Tokens or Trading.Pairs for price candles. A newly indexed chain can have less history. EVM trade cubes are for older data once Arc archive access is available.
Can I track Arc launchpads such as Minara, Tolly and RadarDEX?
Yes. The Arc launchpad guide covers known launch contracts and events. The Minara, Tolly and RadarDEX guides explain their own contracts. Use launch events to find token addresses, then Trading.Trades to track their markets. Match tokens to launch contracts before comparing volume.
Can I stream Arc data in real time?
Yes. Use GraphQL subscriptions over WebSocket for live trades and supported EVM data. The Arc Blockchain API docs include stream examples and an authentication guide. WebSocket access is included with Pro and Scale; contact the team for Kafka delivery.
Is Arc EVM-compatible?
Yes. Arc supports Solidity contracts and Ethereum token standards, including ERC-20, ERC-721 and ERC-1155. Its execution client is based on Reth, and its consensus uses Malachite BFT. USDC pays gas on Arc.
How is the Arc API different from running an Arc node?
A node returns blocks, receipts and raw logs. To build trade history, token holder lists or price candles from those records, you need an index. Bitquery provides decoded data you can filter and aggregate with GraphQL.
Is the Arc Blockchain API free to start?
Start with a seven-day free trial. Personal, Pro and Scale include Arc in their real-time coverage. Historical access is sold separately. Arc trading costs $100/month, or $70/month billed yearly. Arc transfers, balances and holders cost $100/month, or $80/month billed yearly. Check the docs for available history before buying an archive pack.

Ship your Arc product this week.

7-day free trial — real-time Arc data on self-service plans, no node to run. Live window: 30-day trades · 4–8h on-chain; deepen history with archive add-ons, or go Enterprise for complete history.

7-day free trial · Plans from $49/mo · Real-time on 10 core chains · Archive add-ons available
40+ chains · one platform

Explore every blockchain Bitquery supports

Browse the full chain directory and coverage matrix — the same GraphQL schema, real-time streams and cloud datasets across every network we index.