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
Last updated
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
Last updated
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
Array containing history records of invoice processing.
Retrieves information about pending demand and supply for a specified asset on a chain, using both contract and database data. Includes details from DepositQ, InvoiceQ, and incoming intents.
The blockchain network identifier.
The asset ticker on the specified chain.
The current state of the queue and intents.
List of intents in the invoice queue.
List of intents in the deposit queue.
Mapping of chain IDs to their respective incoming intents.
Retrieves detailed history of a specific intent, including epochs and details of processing as deposit and invoice.
Unique identifier for the intent.
Successful response with queue and intent state information.
The epoch that the hub processed.
100
Fetches detailed information for a specified invoice by its intentID
The unique identifier for the intent
Successful retrieval of invoice details
The request object for returnUnsupportedIntent
on hub domain
The unique identifier for the intent
Successful response with a TransactionRequest object
Retrieves a paginated list of invoices in FIFO queue order
Successful retrieval of invoices
The request object to withdraw
from the protocol
Successful response with a TransactionRequest object
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
Updates the max fee for a specified intent and returns a TransactionRequest object
The unique identifier for the intent
Successful response with a TransactionRequest object
Endpoint to generate a TransactionRequest for a newIntent
Successful response with a TransactionRequest object
Fetches detailed information for a specified intent by its ID
The unique identifier for the intent
Successful retrieval of intent details
Retrieves a paginated list of intents based on query parameters
Successful retrieval of intents