Skip to main content

Developer API

This guide covers the ACDC developer API.

RPC Endpoints

Alpha Chain

  • Mainnet: https://alpha-rpc.ac-dc.network
  • Testnet: https://alpha-testnet.ac-dc.network

Delta Chain

  • Mainnet: https://delta-rpc.ac-dc.network
  • Testnet: https://delta-testnet.ac-dc.network

Query Methods

Get Balance

curl -X POST https://alpha-rpc.ac-dc.network \
-H "Content-Type: application/json" \
-d '{"method": "getBalance", "params": ["<address>"]}'

Get Transaction

curl -X POST https://alpha-rpc.ac-dc.network \
-H "Content-Type: application/json" \
-d '{"method": "getTransaction", "params": ["<txid>"]}'

SDK

See the TypeScript SDK for programmatic access.