API
The Everclear API contains endpoints to create new intents, track intent statuses, and more.
Last updated
The Everclear API contains endpoints to create new intents, track intent statuses, and more.
Last updated
Testnet API: https://api.testnet.everclear.org
Mainnet API: https://api.everclear.org
Returns the liquidity flow for all chains, optionally filtered by asset, from_chain, and to_chain.
The start date for the query (default to the protocol's start date).
The end date for the query (default to the current date).
The symbol of the asset for which you want to get liquidity flow (e.g., "WETH", "USDC"). If omitted, returns data for all assets.
The originating chain ID. If omitted, returns data for all chains.
The destination chain ID. If omitted, returns data for all chains.
Returns the total clearing volume for all chains, optionally filtered by date, origin, destination, and ticker hash.
The start date for the query (defaults to the protocol's start date).
The end date for the query (defaults to the current day).
The originating chain ID. If omitted, returns data for all chains.
The destination chain ID. If omitted, returns data for all chains.
The ticker hash of the asset for which you want to get the clearing volume. If omitted, returns data for all assets.
Retrieves a paginated list of intents based on query parameters
Submits a new intent transaction to the Solana blockchain using the specified parameters and configuration.