API Reference
Source Code
The API is designed to be run serverlessly (without storing state) and is a wrapper on top of the SDK. See full implementation here.
Caching & Liveness
Users of the Across API are requested to cache results for no longer than 300 seconds.
The Across API serves data that is derived from the on-chain state of the Across contracts and relayer bots. The on-chain state is subject to change each block, and cached data can quickly become invalid as a result.
The exception is the /deposit/status
endpoint which is implemented in this stateful repository because it relies on an indexing solution.
API Endpoints
Last updated