EOS-BP-Developers / eosio-mongodb-queries

Quickly create complex MongoDB Queries for the EOSIO blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query all token balance from single user

DenisCarriere opened this issue · comments

commented

Similar to =>
https://api.eosrio.io/data/tokens/chainceout11

{
  "eosiochaince": {
    "symbol": "CET",
    "balance": "17342287.2088 CET"
  },
  "everipediaiq": {
    "symbol": "IQ",
    "balance": "5193104.445 IQ"
  },
  "challengedac": {
    "symbol": "CHL",
    "balance": "4384261.0813 CHL"
  },
  "horustokenio": {
    "symbol": "HORUS",
    "balance": "682957.0998 HORUS"
  },
  "therealkarma": {
    "symbol": "KARMA",
    "balance": "92425896.3430 KARMA"
  },
  "eosadddddddd": {
    "symbol": "ADD",
    "balance": "562656.1211 ADD"
  },
  "octtothemoon": {
    "symbol": "OCT",
    "balance": "978183.5773 OCT"
  },
  "ednazztokens": {
    "symbol": "EDNA",
    "balance": "1573458.0240 EDNA"
  },
  "oo1122334455": {
    "symbol": "IPOS",
    "balance": "1100.0000 IPOS"
  },
  "eoxeoxeoxeox": {
    "symbol": "EOX",
    "balance": "1717907.5269 EOX"
  }
}

any documentation for add quary token?