> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Staking

> TonAPI Staking endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                    | Description                          | Est. CU |
| --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------: |
| [direct/v1/TonAPI/v2/staking/nominator<br />/{account_id}/pools](https://tonapi.io/api-v2#operations-Staking-getAccountNominatorsPools) | All pools where account participates |      20 |
| [direct/v1/TonAPI/v2/rates/chart](https://tonapi.io/api-v2#operations-Rates-getChartRates)                                              | Get chart by token                   |      20 |
| [direct/v1/TonAPI/v2/rates](https://tonapi.io/api-v2#operations-Rates-getRates)                                                         | Get the token price to the currency  |      20 |
| [direct/v1/TonAPI/v2/staking/pool/{account_id}<br />/history](https://tonapi.io/api-v2#operations-Staking-getStakingPoolHistory)        | Pool history                         |      20 |
| [direct/v1/TonAPI/v2/staking/pool/{account_id}](https://tonapi.io/api-v2#operations-Staking-getStakingPoolInfo)                         | Stacking pool info                   |      20 |
| [direct/v1/TonAPI/v2/staking/pools](https://tonapi.io/api-v2#operations-Staking-getStakingPools)                                        | All pools available in network       |      20 |
