VCS API Documentation
VeChain Stats
  • Introduction
  • Getting Started
    • 🗝️Getting an API Key
    • 🔓Authentication
    • 📬Postman
    • ✳️Swagger
  • API Endpoints
    • Account
      • Account Stats
      • ✨Account Extended Stats
      • Account Info
      • ✨Account VTHO Info
      • VET/VTHO Balance
      • ✨Transactions In
      • Transactions Out
      • ✨Token Transfers
      • ✨NFT Transfers
      • ✨DEX Trades
      • DEPRECATED: Internal Transfers
      • Historic VET/VTHO
    • Token
      • Token List
      • Token Info
      • Token Price
      • ✨Token Price List
      • Token Supply
      • ✨VIP180 Balance
      • VIP180 Balance Custom
      • ✨Token Holder List
    • Transaction
      • Transaction Status
      • Transaction Info
    • Block
      • Block Daily Stats
      • Block Info
      • Block Height
      • Block by reference
      • Block by timestamp
    • Contract
      • Contract Stats
      • Contract Info
      • Contract Code
    • NFT
      • NFT Token List
      • NFT Info
      • ✨VIP181 Balance
      • VIP181 Balance Custom
      • ✨NFT Holder List
    • Carbon
      • Address Emission
      • Block Emission
      • Transaction Emission
      • Network Emission
    • Network
      • Network Totals
      • Network Stats
      • Network Gas Stats
      • Authority Nodes
      • ✨Mempool
      • Node Token Count
      • ✨Node Token Stats
      • Thor Instance Size
      • X-Node List
    • API Info
      • API Info
      • API Ping
  • Support
    • FAQ
    • Rate Limits
    • Response HTTP Status
    • Common Error Messages
    • Socials
    • Change Log
  • Visit VeChain Stats
Powered by GitBook
On this page

Was this helpful?

  1. API Endpoints
  2. Token

Token Price List

Returns a list of all tokens supported by VeChain Stats that meet the conditions to have a price displayed.

The returned prices should be used for information purposes only. VeChainStats doesn't take any accountability for damages incurred due to outdated or manipulated prices.

https://api.vechainstats.com/v2/token/price-list
    ?expanded=false
    &VCS_API_KEY=your_api_key
Parameter
Description

expanded

Either true or false. Setting this option to true expands the response with VET, EUR, CNY price as well as a last updated unix timestamp.

{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "vet": "0.01602273",
        "vtho": "0.00093",
        "veusd": "1",
        "sha": "0.00034201",
        "hai": "0.01966804",
        "oce": "0.00022254",
        "veed": "0.00343635",
        "yeet": "0.00021126",
        "mvg": "0.00059811",
        "wov": "0.00064644",
        "mva": "0.05094685",
        "sht": "0.000002",
        "vvet": "0.01602273",
        "wvet": "0.01602273",
        "vex": "0.00766357",
        "vpu": "0.00532254",
        "gold": "0.00036065",
        "vsea": "0.0177082",
        "jur": "0.00629254",
        "dhn": "0.03975",
        "pla": "0.00000282",
        "ppr": "1.96883",
        "union": "0.00003163",
        "dragon": "0.00477",
        "banana": "0.00724",
        "dbet": "0.00031321",
        "ehrt": "0.00000268"
    },
    "meta": {
        "expanded": false,
        "timestamp": 1692799835
    }
}

Not all tokens have their price information supported, a price can only be returned if a token is supported on a central exchange or meets volume and liquidity standards.

PreviousToken PriceNextToken Supply

Last updated 15 days ago

Was this helpful?

✨