OBJECT
HostMetrics
Host metrics related to collected and pending fees/tips.
link GraphQL Schema definition
- type HostMetrics {
- # Amount collected in host fees for given period
- Amount :
- # Amount collected in platform fees for given period
- Amount :
- # Amount collected in platform fees requiring settlement
- Amount :
- # Amount collected in platform tips for given period
- Amount :
- # Amount collected in platform tips requiring settlement
- Amount :
- # Amount in host fee shared with the platform
- Amount :
- # Total amount managed on behalf of hosted collectives
- Amount :
- # Host fee sharing percent
- Int :
- }