> ## 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.

# Token

> GoldRush Token endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                                                                                                          | Description                                          | Est. CU |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------: |
| [direct/v1/Covalent/v1/{chainName}/address<br />/{walletAddress}/balances\_native](https://goldrush.dev/docs/api-reference/foundational-api/balances/get-native-token-balance)                                                | Get native token balance for address                 |    5000 |
| [direct/v1/Covalent/v1/{chainName}/address<br />/{walletAddress}/balances\_v2](https://goldrush.dev/docs/api-reference/balances/get-token-balances-for-address)                                                               | Get token balances for address                       |    5000 |
| [direct/v1/Covalent/v1/{chainName}/address<br />/{walletAddress}/transfers\_v2](https://goldrush.dev/docs/api-reference/foundational-api/balances/get-erc20-token-transfers-for-address)                                      | Get ERC20 token transfers for address                |    5000 |
| [direct/v1/Covalent/v1/chains](https://goldrush.dev/docs/api-reference/foundational-api/utility/get-all-chains)                                                                                                               | Get all chains                                       |    5000 |
| [direct/v1/Covalent/v1/chains/status](https://goldrush.dev/docs/api-reference/foundational-api/utility/get-all-chain-statuses)                                                                                                | Get all chain statuses                               |    5000 |
| [direct/v1/Covalent/v1/btc-mainnet/address<br />/{walletAddress}/balances\_v2](https://goldrush.dev/docs/api-reference/foundational-api/balances/get-bitcoin-balance-for-address)                                             | Get Bitcoin balances for non-HD address              |    5000 |
| [direct/v1/Covalent/v1/{chainName}/address<br />/{walletAddress}/collection/{collectionContract}<br />/token/{tokenId}](https://goldrush.dev/docs/api-reference/foundational-api/nft/check-ownership-in-nft-collection-token) | Check ownership in NFT collection for specific token |    5000 |
| [direct/v1/Covalent/v1/pricing<br />/historical\_by\_addresses\_v2/{chainName}<br />/{quoteCurrency}/{contractAddress}](https://goldrush.dev/docs/api-reference/foundational-api/utility/get-historical-token-prices)         | Get historical token prices                          |    5000 |
| [direct/v1/Covalent/v1/{chainName}/tokens<br />/{contractAddress}/nft\_transactions/{tokenId}](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-transactions-contract)                                    | Get NFT transactions for contract                    |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft<br />/{contractAddress}/metadata/{tokenId}](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-metadata-token-id-contract)                                           | Get single NFT from contract with metadata           |    5000 |
| [direct/v1/Covalent/v1/{chainName}/approvals<br />/{walletAddress}](https://goldrush.dev/docs/api-reference/foundational-api/security/get-token-approvals-for-address)                                                        | Get token approvals for address                      |    5000 |
| [direct/v1/Covalent/v1/{chainName}/tokens<br />/{tokenAddress}/token\_holders\_v2](https://goldrush.dev/docs/api-reference/foundational-api/balances/get-token-holders-as-of-any-block-height-v2)                             | Get token holders as of any block height (v2)        |    5000 |
