# API Endpoints

- [Account](/api-endpoints/account.md)
- [Account Stats](/api-endpoints/account/account-stats.md): Returns metrics on the total, new, active and seen accounts on vechain.
- [Account Extended Stats](/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](/api-endpoints/account/account-info.md): Returns metadata of a requested account address
- [Account VTHO Info](/api-endpoints/account/account-vtho-info.md): Returns the paid, generated and sponsored VTHO of a requested address
- [VET/VTHO Balance](/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](/api-endpoints/account/transactions-in.md): Returns the transactions in of a requested address
- [Transactions Out](/api-endpoints/account/transactions-out.md): Returns the transactions out of a requested address
- [Token Transfers](/api-endpoints/account/token-transfers.md): Returns the Token Transfers where a requested address is either the sender or receiver
- [NFT Transfers](/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](/api-endpoints/account/dex-trades.md): Returns the DEX Trades executed by a given address
- [DEPRECATED: Internal Transfers](/api-endpoints/account/deprecated-internal-transfers.md): Returns the Internal Transfers received by a requested address
- [Historic VET/VTHO](/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](/api-endpoints/token.md)
- [Token List](/api-endpoints/token/token-list.md): Returns a list of all VIP180 and native tokens supported on VeChain Stats.
- [Token Info](/api-endpoints/token/token-info.md): Returns information on a token symbol such as socials, holder count, contract and more.
- [Token Price](/api-endpoints/token/token-price.md): Returns the last known price of a token on vechain
- [Token Price List](/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](/api-endpoints/token/token-supply.md): Returns the total, max and circulating supply known by VeChain Stats of a token
- [VIP180 Balance](/api-endpoints/token/vip180-balance.md): This endpoint returns the VIP180 token balances of a given address
- [VIP180 Balance Custom](/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](/api-endpoints/token/token-holder-list.md): Returns the list of addresses and their count of tokens held of a requested VIP180 Token
- [Transaction](/api-endpoints/transaction.md)
- [Transaction Status](/api-endpoints/transaction/transaction-status.md): Returns the status and possible EVM error of a given transaction hash
- [Transaction Info](/api-endpoints/transaction/transaction-info.md): Returns transaction metadata and receipt of a given transaction hash
- [Block](/api-endpoints/block.md)
- [Block Daily Stats](/api-endpoints/block/block-daily-stats.md): Returns metadata and stats of the blocks produced on a given date
- [Block Info](/api-endpoints/block/block-info.md): Returns metadata and raw block information for a requested block number
- [Block Height](/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](/api-endpoints/block/block-by-reference.md): Returns the block number and variables for a given block reference (blockref)
- [Block by timestamp](/api-endpoints/block/block-by-timestamp.md): Returns the next block produced for any given timestamp
- [Contract](/api-endpoints/contract.md)
- [Contract Stats](/api-endpoints/contract/contract-stats.md): Returns metrics on the total, new, active and seen contracts on vechain.
- [Contract Info](/api-endpoints/contract/contract-info.md): Returns information and metadata on a requested contract address
- [Contract Code](/api-endpoints/contract/contract-code.md): Returns the code of a verified contract.
- [NFT](/api-endpoints/nft.md)
- [NFT Token List](/api-endpoints/nft/nft-token-list.md): Returns a list of all NFT projects supported on VeChain Stats.
- [NFT Info](/api-endpoints/nft/nft-info.md): Returns contract and social information of a requested NFT project
- [VIP181 Balance](/api-endpoints/nft/vip181-balance.md): Returns the balance of VIP181 NFT tokens from a requested address
- [VIP181 Balance Custom](/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](/api-endpoints/nft/nft-holder-list.md): Returns the list of addresses and their count of NFTs held of a requested NFT project
- [Carbon](/api-endpoints/carbon.md)
- [Address Emission](/api-endpoints/carbon/address-emission.md): Returns the co2e emitted and incoming for a requested address
- [Block Emission](/api-endpoints/carbon/block-emission.md): Returns the co2e accounted to the production of a requested block number
- [Transaction Emission](/api-endpoints/carbon/transaction-emission.md): Returns the co2e accounted to a transaction on the VechainThor blockchain
- [Network Emission](/api-endpoints/carbon/network-emission.md): Returns the co2e data of the VechainThor blockchain for any given date or period
- [Network](/api-endpoints/network.md)
- [Network Totals](/api-endpoints/network/network-totals.md): Returns key metrics of the use of the VechainThor blockchain
- [Network Stats](/api-endpoints/network/network-stats.md): Returns key metrics of the VechainThor blockchain for a requested timeframe
- [Network Gas Stats](/api-endpoints/network/network-gas-stats.md): Returns the gas limit and gas used for a requested date
- [Network Gas Oracle](/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](/api-endpoints/network/authority-nodes.md): Returns a list of all authority node addresses and their relevant data
- [Mempool](/api-endpoints/network/mempool.md): Returns information on the status of the mempool
- [Node Token Count](/api-endpoints/network/node-token-count.md): Returns the amount of X-Node and Economic Node tokens currently existing on vechain
- [Node Stats (TVL)](/api-endpoints/network/node-stats-tvl.md): Returns key metrics on the different vechain node tiers and total VET staked
- [Thor Instance Size](/api-endpoints/network/thor-instance-size.md): Returns the current size of the different Thor Node types in bytes
- [X-Node List](/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](/api-endpoints/contract-verification.md): Submit a contract for verification
- [Verify Contract (Standard JSON)](/api-endpoints/contract-verification/verify-contract-standard-json.md)
- [Verify Contract (Using Solidity metadata.json)](/api-endpoints/contract-verification/verify-contract-using-solidity-metadata-json.md)
- [API Info](/api-endpoints/api-info.md)
- [API Info](/api-endpoints/api-info/api-info.md): Returns info on your API Key plan and credit limits
- [API Ping](/api-endpoints/api-info/api-ping.md): Returns a ping and timestamp to ensure connection is live
