# API Endpoints

- [Account](https://docs.vechainstats.com/api-endpoints/account.md)
- [Account Stats](https://docs.vechainstats.com/api-endpoints/account/account-stats.md): Returns metrics on the total, new, active and seen accounts on vechain.
- [Account Extended Stats](https://docs.vechainstats.com/api-endpoints/account/account-extended-stats.md): Returns extended metrics on the total, new, active and seen accounts on vechain. This premium endpoint also included stats on 7d activity and has a higher request limit.
- [Account Info](https://docs.vechainstats.com/api-endpoints/account/account-info.md): Returns metadata of a requested account address
- [Account VTHO Info](https://docs.vechainstats.com/api-endpoints/account/account-vtho-info.md): Returns the paid, generated and sponsored VTHO of a requested address
- [VET/VTHO Balance](https://docs.vechainstats.com/api-endpoints/account/vet-vtho-balance.md): Returns the VET and VTHO balance of a given address. The field 'vet\_staked' shows the amount of VET held in Stargate node NFTs, the official staking mechanism of vechain.
- [Transactions In](https://docs.vechainstats.com/api-endpoints/account/transactions-in.md): Returns the transactions in of a requested address
- [Transactions Out](https://docs.vechainstats.com/api-endpoints/account/transactions-out.md): Returns the transactions out of a requested address
- [Token Transfers](https://docs.vechainstats.com/api-endpoints/account/token-transfers.md): Returns the Token Transfers where a requested address is either the sender or receiver
- [NFT Transfers](https://docs.vechainstats.com/api-endpoints/account/nft-transfers.md): Returns the NFT Transfers where a requested address is either the sender or receiver of an NFT
- [DEX Trades](https://docs.vechainstats.com/api-endpoints/account/dex-trades.md): Returns the DEX Trades executed by a given address
- [DEPRECATED: Internal Transfers](https://docs.vechainstats.com/api-endpoints/account/deprecated-internal-transfers.md): Returns the Internal Transfers received by a requested address
- [Historic VET/VTHO](https://docs.vechainstats.com/api-endpoints/account/historic-vet-vtho.md): Returns the historic VET/VTHO balance on the last block of the given date in UTC time or exact block number for an address. The field 'vet\_staked' shows the amount of VET held in Stargate nodes.
- [Token](https://docs.vechainstats.com/api-endpoints/token.md)
- [Token List](https://docs.vechainstats.com/api-endpoints/token/token-list.md): Returns a list of all VIP180 and native tokens supported on VeChain Stats.
- [Token Info](https://docs.vechainstats.com/api-endpoints/token/token-info.md): Returns information on a token symbol such as socials, holder count, contract and more.
- [Token Price](https://docs.vechainstats.com/api-endpoints/token/token-price.md): Returns the last known price of a token on vechain
- [Token Price List](https://docs.vechainstats.com/api-endpoints/token/token-price-list.md): Returns a list of all tokens supported by VeChain Stats that meet the conditions to have a price displayed.
- [Token Supply](https://docs.vechainstats.com/api-endpoints/token/token-supply.md): Returns the total, max and circulating supply known by VeChain Stats of a token
- [VIP180 Balance](https://docs.vechainstats.com/api-endpoints/token/vip180-balance.md): This endpoint returns the VIP180 token balances of a given address
- [VIP180 Balance Custom](https://docs.vechainstats.com/api-endpoints/token/vip180-balance-custom.md): This endpoint returns the balance of a vip180 token contract address for a specific address
- [Token Holder List](https://docs.vechainstats.com/api-endpoints/token/token-holder-list.md): Returns the list of addresses and their count of tokens held of a requested VIP180 Token
- [Transaction](https://docs.vechainstats.com/api-endpoints/transaction.md)
- [Transaction Status](https://docs.vechainstats.com/api-endpoints/transaction/transaction-status.md): Returns the status and possible EVM error of a given transaction hash
- [Transaction Info](https://docs.vechainstats.com/api-endpoints/transaction/transaction-info.md): Returns transaction metadata and receipt of a given transaction hash
- [Block](https://docs.vechainstats.com/api-endpoints/block.md)
- [Block Daily Stats](https://docs.vechainstats.com/api-endpoints/block/block-daily-stats.md): Returns metadata and stats of the blocks produced on a given date
- [Block Info](https://docs.vechainstats.com/api-endpoints/block/block-info.md): Returns metadata and raw block information for a requested block number
- [Block Height](https://docs.vechainstats.com/api-endpoints/block/block-height.md): This endpoint returns the ID and hash of the most recent block and the amount of transactions in this block.
- [Block by reference](https://docs.vechainstats.com/api-endpoints/block/block-by-reference.md): Returns the block number and variables for a given block reference (blockref)
- [Block by timestamp](https://docs.vechainstats.com/api-endpoints/block/block-by-timestamp.md): Returns the next block produced for any given timestamp
- [Contract](https://docs.vechainstats.com/api-endpoints/contract.md)
- [Contract Stats](https://docs.vechainstats.com/api-endpoints/contract/contract-stats.md): Returns metrics on the total, new, active and seen contracts on vechain.
- [Contract Info](https://docs.vechainstats.com/api-endpoints/contract/contract-info.md): Returns information and metadata on a requested contract address
- [Contract Code](https://docs.vechainstats.com/api-endpoints/contract/contract-code.md): Returns the code of a verified contract.
- [NFT](https://docs.vechainstats.com/api-endpoints/nft.md)
- [NFT Token List](https://docs.vechainstats.com/api-endpoints/nft/nft-token-list.md): Returns a list of all NFT projects supported on VeChain Stats.
- [NFT Info](https://docs.vechainstats.com/api-endpoints/nft/nft-info.md): Returns contract and social information of a requested NFT project
- [VIP181 Balance](https://docs.vechainstats.com/api-endpoints/nft/vip181-balance.md): Returns the balance of VIP181 NFT tokens from a requested address
- [VIP181 Balance Custom](https://docs.vechainstats.com/api-endpoints/nft/vip181-balance-custom.md): Returns the VIP181 (NFT) balance of a given address for a requested VIP181 contract address
- [NFT Holder List](https://docs.vechainstats.com/api-endpoints/nft/nft-holder-list.md): Returns the list of addresses and their count of NFTs held of a requested NFT project
- [Carbon](https://docs.vechainstats.com/api-endpoints/carbon.md)
- [Address Emission](https://docs.vechainstats.com/api-endpoints/carbon/address-emission.md): Returns the co2e emitted and incoming for a requested address
- [Block Emission](https://docs.vechainstats.com/api-endpoints/carbon/block-emission.md): Returns the co2e accounted to the production of a requested block number
- [Transaction Emission](https://docs.vechainstats.com/api-endpoints/carbon/transaction-emission.md): Returns the co2e accounted to a transaction on the VechainThor blockchain
- [Network Emission](https://docs.vechainstats.com/api-endpoints/carbon/network-emission.md): Returns the co2e data of the VechainThor blockchain for any given date or period
- [Network](https://docs.vechainstats.com/api-endpoints/network.md)
- [Network Totals](https://docs.vechainstats.com/api-endpoints/network/network-totals.md): Returns key metrics of the use of the VechainThor blockchain
- [Network Stats](https://docs.vechainstats.com/api-endpoints/network/network-stats.md): Returns key metrics of the VechainThor blockchain for a requested timeframe
- [Network Gas Stats](https://docs.vechainstats.com/api-endpoints/network/network-gas-stats.md): Returns the gas limit and gas used for a requested date
- [Network Gas Oracle](https://docs.vechainstats.com/api-endpoints/network/network-gas-oracle.md): Gas Oracle returns next blocks base fee as well as suggested gas fee settings in GWEI
- [Authority Nodes](https://docs.vechainstats.com/api-endpoints/network/authority-nodes.md): Returns a list of all authority node addresses and their relevant data
- [Mempool](https://docs.vechainstats.com/api-endpoints/network/mempool.md): Returns information on the status of the mempool
- [Node Token Count](https://docs.vechainstats.com/api-endpoints/network/node-token-count.md): Returns the amount of X-Node and Economic Node tokens currently existing on vechain
- [Node Stats (TVL)](https://docs.vechainstats.com/api-endpoints/network/node-stats-tvl.md): Returns key metrics on the different vechain node tiers and total VET staked
- [Thor Instance Size](https://docs.vechainstats.com/api-endpoints/network/thor-instance-size.md): Returns the current size of the different Thor Node types in bytes
- [X-Node List](https://docs.vechainstats.com/api-endpoints/network/x-node-list.md): Returns a list of the addresses that hold an X-Node token. Includes both Legacy & Stargate X-Nodes which can be identified by 'contract'.
- [Contract Verification](https://docs.vechainstats.com/api-endpoints/contract-verification.md): Submit a contract for verification
- [Verify Contract (Standard JSON)](https://docs.vechainstats.com/api-endpoints/contract-verification/verify-contract-standard-json.md)
- [Verify Contract (Using Solidity metadata.json)](https://docs.vechainstats.com/api-endpoints/contract-verification/verify-contract-using-solidity-metadata-json.md)
- [API Info](https://docs.vechainstats.com/api-endpoints/api-info.md)
- [API Info](https://docs.vechainstats.com/api-endpoints/api-info/api-info.md): Returns info on your API Key plan and credit limits
- [API Ping](https://docs.vechainstats.com/api-endpoints/api-info/api-ping.md): Returns a ping and timestamp to ensure connection is live


---

# Agent Instructions: 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://docs.vechainstats.com/api-endpoints.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.
