API
The Everclear API contains endpoints to create new intents, track intent statuses, and more.
Testnet API: https://api.testnet.everclear.org
Mainnet API: https://api.everclear.org
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.
Successful response with a TransactionRequest object
Invalid input
Registries not found and deployed for given domain
Server error
Retrieves a paginated list of intents based on query parameters
Filter for fast path intents (intents with TTL > 0)
Successful retrieval of intents
Invalid input
Server error
Submits a new intent transaction to the Solana blockchain using the specified parameters and configuration.
intent creator address
Token amount, denominated in the asset's decimal units on the origin chain
Maximum fee amount, denominated in the asset's decimal units on the origin chain
Order ID for newOrder requests
Successfully created intent transaction
Registries not found and deployed for given domain
Registries not found and deployed for given domain
Registries not found and deployed for given domain
Creating lookup tables for new users to save account space on chain
Succesfull serialise data fetch transaction data
Registries not found and deployed for given domain
Registries not found and deployed for given domain
Registries not found and deployed for given domain
Submits a new intent transaction to the Tron blockchain using the specified parameters and configuration.
intent creator address
Input asset amount, denominated in the asset's decimal units on the origin chain
Time-to-live in seconds for fast-path execution (optional)
Max Fees used in intent system (depricated after swaps)
Order ID for newOrder requests
Boolean for sending intent through fast path
Successfully created intent transaction
Registries not found and deployed for given domain
Registries not found and deployed for given domain
Registries not found and deployed for given domain
Fetches detailed information for a specified intent by its ID
The unique identifier for the intent
Successful retrieval of intent details
Invalid Intent ID
Server error
The request object for executeIntentCalldata, used for self-execution
The unique identifier for the intent
The domain for the request
Successful response with a TransactionRequest object
Invalid input
Server error
The request object for returnUnsupportedIntent on hub domain
The unique identifier for the intent
Successful response with a TransactionRequest object
Invalid input
Server error
Retrieves a paginated list of invoices in FIFO queue order
Successful retrieval of invoices
Invalid input
Server error
Fetches detailed information for a specified invoice by its intentID
The unique identifier for the intent
Successful retrieval of invoice details
Invalid Intent ID
Server error
Calculates the minimum amounts per destination domain to settle a specified invoice. This returns a map of destination domain to minimum amount required in standardized 1e18 decimals.
The unique identifier for the invoice intent
Successful calculation of minimum amounts
Invalid input
Server error
Lists assets supported by the protocol, with pagination and optional filtering by type
Successful retrieval of assets
Invalid Request
Server error
Token amount, denominated in the asset's decimal units on the origin chain
intent creator address
Order ID for newOrder requests
Successfully retrieved quote.
Invalid request parameters.
Internal server error.
Retrieves a paginated list of intents based on query parameters
Filter for fast path intents (intents with TTL > 0)
Successful retrieval of intents
Invalid input
Server error
Retrieves detailed history of a specific invoice, including epochs and details of processing as deposit and invoice.
Unique identifier for the intent.
Successful response with history of invoice processing
Invalid chain or asset parameter.
Internal server error.
Last updated

