API Docs
Revenue
Get Alltime Payout

Get Alltime Payout

Retrieves all time payout from a user and a coin.

Example

query getAlltimePayout {
  getAlltimePayout(cid: ARRR, uname: "your_username")
}

Response

{
  "data": {
    "getAlltimePayout":
  }
}

Arguments

  • uname (String!)

  • cid (CurrencyProfileName)

enum CurrencyProfileName {
  ARRR
  BTC
  DASH
  DCR
  KMD
  LBC
  SC
  SCP
  ZEC
  ZEN
  USD
  TBTC
  ETH
  TETH
  USDT
}

Type