Skip to content

Commit 2d94f77

Browse files
committed
Update Token API Pricing page
1 parent 5f1a3db commit 2d94f77

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

website/route-lockfile.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@
224224
/en/supported-networks/tempo-moderato/
225225
/en/supported-networks/tron-evm/
226226
/en/supported-networks/tron/
227-
/en/supported-networks/ultra/
228227
/en/supported-networks/unichain-testnet/
229228
/en/supported-networks/unichain/
230229
/en/supported-networks/vana-moksha/

website/src/pages/en/token-api/endpoints/pricing.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ sidebarTitle: Pricing
1111
| Query parameters: 10 items returned, batch size 1 | Query parameters: 100 items returned, batch size 25 | Query parameters: 500 items returned, batch size 50 | Custom items returned and batch size |
1212
| Rate limit: 200/min | Rate limit: 500/min | Rate limit: 1000/min | Custom rate limit |
1313
| Time parameters: 4h, 1d, 1w intervals | Time parameters: 1h, 4h, 1d, 1w intervals | Time parameters: 1h, 4h, 1d, 1w intervals | Time parameters: 1h, 4h, 1d, 1w intervals |
14-
| Time interval window: 168 bars | Time interval window: 2160 bars | Time interval window: Full | Time interval window: Full |
1514
| Historical price data: Full availability | Historical price data: Full availability | Historical price data: Full availability | Historical price data: Full availability |
1615
| No additional queries allowed outside of free tier | Pay-as-you-go once included usage is exceeded | Pay-as-you-go once included usage is exceeded | SLAs + Engineering Support |
1716

18-
## Time Intervals and Parameters (\*)
17+
## Time Intervals and Parameters
1918

20-
1. The **time interval window** is calculated as: **`bars × interval`**.
21-
- **Example**: The Free plan provides 168 bars with a 4h interval: 168 × 4h = 28 days of data.
22-
2. **Full historical data** is available on all plans.
23-
3. **Pagination** is still required to fetch all results. Users won't receive more data than the plan's total bar limit.
24-
- **Example**: The Free plan allows 168 bars and a 10-result limit per query, so you'll need 17 queries to retrieve all pages.
25-
4. You can use **`start_time`** and **`end_time`** to move your time window across history.
19+
1. **Full historical data** is available on all plans.
20+
2. **Pagination** is still required to fetch all results.
21+
3. You can use **`start_time`** and **`end_time`** to move your time window across history.
2622
- **Example**: `start_time=2025-01-01`, `end_time=2025-01-28`, and `interval=4h` (Free plan) will return 28 days of data for that range.
2723

2824
## Token Endpoints - $15/mil queries

0 commit comments

Comments
 (0)