> For the complete documentation index, see [llms.txt](https://docs.linora.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linora.finance/cards-and-usage/api/overview.md).

# Overview

> **API overview** The **Linora** API allows programmatic access to core platform features such as users, wallets, deposits, and cards.

This API follows a REST-style architecture and uses standard HTTP methods and response codes.

#### Base URL

All API requests must be sent to the following base URL:

```
https://linora.finance/api/dashboard
```

All endpoints described in this documentation are relative to this base URL.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><p><mark style="color:blue;"><strong>Request format</strong></mark></p><ul><li>All requests use <strong>JSON</strong> format</li><li>Request bodies must include the <code>Content-Type: application/json</code> header</li><li>Parameters are passed via URL path, query string, or request body depending on the endpoint</li></ul></td><td><a href="/files/PhX05iMKVCWpANW8pfEW">/files/PhX05iMKVCWpANW8pfEW</a></td></tr><tr><td><p><mark style="color:blue;"><strong>HTTP methods</strong></mark></p><p>The API uses standard HTTP methods:</p><ul><li><strong>GET</strong> — retrieve data</li><li><strong>POST</strong> — create or perform an action</li></ul><p>Unsupported methods will return an error response.</p></td><td><a href="/files/j76AezwNkoPm5UEploeH">/files/j76AezwNkoPm5UEploeH</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Time and data consistency</strong></mark></p><ul><li>Timestamps are returned in <strong>ISO 8601</strong> format</li><li>Monetary values are returned as numeric values</li><li>Some operations may return <strong>pending</strong> states while processing is in progress</li></ul></td><td><a href="/files/CNW6oEU5odWRBToR4Xjw">/files/CNW6oEU5odWRBToR4Xjw</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Environment behavior</strong></mark></p><ul><li>The API operates in the <strong>same environment as the dashboard</strong></li><li>Actions performed via API affect <strong>live data</strong></li><li>There is no separate sandbox environment at this time</li></ul></td><td><a href="/files/x9mDi4Td6nABDdvu4MRv">/files/x9mDi4Td6nABDdvu4MRv</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.linora.finance/cards-and-usage/api/overview.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.
