Bitycle Business
  1. Blockchain Indexer
Bitycle Business
  • Getting started
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • introduction
      • request Wallet(Temporary)
      • request Wallet(Permanent)
      • inquiry payment
    • Blockchain Indexer
      • introduction
      • Blockchain List
        GET
      • Contract Info
        GET
      • Get Balances
        GET
    • Security&Privacy
      • introduction
      • Check USDT Wallets Blocked
      • Get USDT blocked History
    • Node as a Service(NaaS)
      • introduction
    • Tokenization
      • introduction
    • Decentralized Storage(IPFS)
      • introduction
    • Hyperledger Services
      • introduction
  • Bitycle Cap
    • introduction
    • Coins
      • introduction
      • Coin List
      • Coin Info
      • Coin Price
      • coin exchange listings
    • Markets
      • introduction
      • Market Price
      • Markets List
      • Market Info
      • market sparklines
    • exchanges
      • introduction
      • CEX Aggregator(Buy&Sell)
        • introduction
        • get tradable markets
        • get tradable markets price
        • send otc order
        • get orders
        • get balances
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Blockchain Indexer

Contract Info

GET
/api/bc/decimals
دریافت دسیمال اسمارت کانترکت های مختلف بر روی یک شبکه
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://chainhub.bitycle.com/api/bc/decimals' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "network": "eth",
    "contracts": [
        "0xdAC17F958D2ee523a2206206994597C13D831ec7",
        "0x0000000000000000000000000000000000000000"
    ]
}'
Response Response Example
{
    "code": 0,
    "message": "",
    "data": {
        "0xdAC17F958D2ee523a2206206994597C13D831ec7": 6,
        "0x0000000000000000000000000000000000000000": 18
    }
}

Request

Header Params
Authorization
string 
required
Example:
{{labs_token}}
Body Params application/json
network
string 
required
contracts
array[string]
required
Examples

Responses

🟢200success
application/json
Body
code
integer 
required
message
string 
required
data
object 
required
TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
integer 
required
Previous
Blockchain List
Next
Get Balances
Built with