> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/api-can-kao/gong-ju-api.md).

# 工具 API

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

这一栏用于查看运营和财务常用的工具型接口。

### 本栏目页面

* [余额](/api-wen-dang/api-can-kao/gong-ju-api/yu-e.md)
* [航线导出](/api-wen-dang/api-can-kao/gong-ju-api/hang-xian-dao-chu.md)
* [邮件查询](/api-wen-dang/api-can-kao/gong-ju-api/you-jian-cha-xun.md)
* [ATRIP Token](/api-wen-dang/api-can-kao/gong-ju-api/atrip-token.md)

### 本栏目覆盖内容

* 账户余额查询
* 航线数据导出
* 邮件记录查询
* ATRIP 访问令牌生成

### 主要 API

* `balance.do`
* `route/export.do`
* `queryMail.do`
* `getAtripToken.do`

### 适用场景

* 财务对账前查看余额
* 导出运营分析用数据
* 排查订单相关邮件
* 为下游流程生成 ATRIP Token

### 相关页面

* [工具 API 概览](/api-wen-dang/readme/gong-ju-api-gai-lan.md)
* [API 参考](/api-wen-dang/api-can-kao.md)
* [排障与支持](/api-wen-dang/pai-zhang-yu-zhi-chi.md)


---

# 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://resources.atriptech.com/api-wen-dang/api-can-kao/gong-ju-api.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.
