> For the complete documentation index, see [llms.txt](https://docs.ave.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ave.ai/reference/api-reference/api-fee.md).

# API Fee

### Service Pricing

#### API Credits

{% code overflow="wrap" %}

```
The cost (hardware resources and software development and maintenance cost, etc.) for each API is largely different. To price our services more reasonably, we use the "api credit" to describe the cost for each API. An API with higher cost will consume more "credit" for each call. You will be charged based on the volume of the credit you consumed.
```

{% endcode %}

#### Credit Price

```
200 USDT / 1 million units
```

#### Discount

{% code overflow="wrap" %}

```
If you need to purchase bulk quantities of api credits, you can contact business@ave.ai to get a discount:
10% discount for purchases of $100,000 and above
For purchases of $1,000,000 and above, contact us for specific discounts
Discounts are applied at the time of payment and are calculated based on the single payment amount.
```

{% endcode %}

#### API Credits

<table><thead><tr><th>API</th><th width="197">Path</th><th>Credit</th></tr></thead><tbody><tr><td>Search Token</td><td><code>/v2/tokens</code></td><td>1</td></tr><tr><td>Get Token Price</td><td><code>/v2/tokens/price</code></td><td>3</td></tr><tr><td>Get Topic List</td><td><code>/v2/ranks/topics</code></td><td>0.1</td></tr><tr><td>Get Token List by Topic</td><td><code>/v2/ranks?topic={topic}</code></td><td>10</td></tr><tr><td>Get Token Detail with pairs</td><td></td><td>5</td></tr><tr><td>Get Pair Kline</td><td></td><td>35</td></tr><tr><td>Get Pair History Tx</td><td></td><td>20</td></tr></tbody></table>
