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
Retrieves a paginated list of invoices in FIFO queue order
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
Endpoint to generate a TransactionRequest for one or multiple intents. For multiple intents, the transaction will target a fee adapter contract with appropriately formatted calldata.
Submits a new intent transaction to the Solana blockchain using the specified parameters and configuration.
Updates the max fee for a specified intent and returns a TransactionRequest object
The unique identifier for the intent
Chain ID of the origin blockchain.
List of destination chain IDs.
Symbol of the token to be transferred.
Amount of the token to transfer.