Data Availability Servers (DAS)
Committee members operate Data Availability Servers (DAS), which expose two essential APIs:
Sequencer API: Meant exclusively for use by the Arbitrum chain's Sequencer, this JSON-RPC interface enables the Sequencer to submit data blocks to the DAS for storage.
REST API: Designed for broader accessibility, the RESTful HTTP(S)-based protocol allows data blocks to be retrieved by hash. It is fully cacheable, and deployments may incorporate caching proxies or CDNs to enhance scalability and protect against potential DoS attacks.
Last updated