Subgraph
Overview
Not found
Examples
owedRealizedPnl
owedRealizedPnlLast updated
Was this helpful?
owedRealizedPnlLast updated
Was this helpful?
Was this helpful?
{
traderProfiles(
where: {
trader:"0x6cf8aba4b2bc2cd9be2e78cf61ef617b02893502" // Lowercase only
}
)
{
owedRealizedPnl
market {
id
}
}
}