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

VIP181 Balance Custom

Returns the VIP181 (NFT) balance of a given address for a requested VIP181 contract address

https://api.vechainstats.com/v2/nft/vip181-custom
    ?address=0x60C493C86Ce6CF622aF28F4a2D29fc60C1748A16
    &contract=0x93Ae8aab337E58A6978E166f8132F59652cA6C56
    &VCS_API_KEY=your_api_key
Parameter
Description

address

The address for which you want to know it's token balance.

contract

The contract address of the VIP180 token.

{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "amount": 12
    },
    "meta": {
        "address": "0x60c493c86ce6cf622af28f4a2d29fc60c1748a16",
        "contract": "0x93ae8aab337e58a6978e166f8132f59652ca6c56",
        "timestamp": 1696334453
    }
}
PreviousVIP181 BalanceNextNFT Holder List

Last updated 1 year ago

Was this helpful?