# API Reference

Our platform provides a robust and easy-to-use API to integrate directly with your backend or frontend systems. The API enables access to key data and operations and allows you to make multi-hop transfers.

### Key Features

With our API, you can:

* Fetch **organization-level data**, including:
  * Deployed **contract addresses**
  * Supported **tokens** and **chains**
* Query **bridge transaction history** for both:
  * **Asset bridging**
  * **Message bridging**
* Retrieve **transaction status** for ongoing or completed bridge operations

The API is designed for performance, reliability, and scalability to support your DeFi protocol’s infrastructure needs.

### Access the Full API Reference

You can explore the full API specification and try out endpoints via our Swagger documentation:

👉 [View API Reference on Swagger](https://app.lucidlabs.fi/api/#/)

{% hint style="info" %}
Note to integrators: To leverage our quote API to bridge assets and use multi-hop, please [reach out to us](/resources/contact.md) to obtain your organisation-id. Access is free.
{% endhint %}

### SDK Coming Soon

We’re working on a developer-friendly SDK to simplify integration with the **smart contracts** and our **API**, helping you speed up development and ship faster. Stay tuned!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lucidlabs.fi/api-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
