- Preparing search index...
- The search index is not available
@premia/v3-sdk
Methods
Static GetTradingCompetitionUser
- GetTradingCompetitionUser(voidnode, address): DocumentNode
-
Returns DocumentNode
Static GetUser
- GetUser(voidnode, address): DocumentNode
-
Returns DocumentNode
Static GetUserExtended
- GetUserExtended(voidnode, address): DocumentNode
-
Returns DocumentNode
Static GetUserPortfolio
- GetUserPortfolio(voidnode, address): DocumentNode
-
Returns DocumentNode
Static GetUserPortfolioExtended
- GetUserPortfolioExtended(voidnode, address): DocumentNode
-
Returns DocumentNode
Static GetUserSnapshot
- GetUserSnapshot(voidnode, address, timestamp): DocumentNode
-
Parameters
-
-
address: string
-
timestamp: BigNumberish
Returns DocumentNode
Static GetUserSnapshotExtended
- GetUserSnapshotExtended(voidnode, address, timestamp): DocumentNode
-
Parameters
-
-
address: string
-
timestamp: BigNumberish
Returns DocumentNode
Static GetUserSnapshots
- GetUserSnapshots(voidnode, address, startTime, endTime, orderBy?, order?, limit?, skip?): DocumentNode
-
Parameters
-
-
address: string
-
startTime: BigNumberish
-
endTime: BigNumberish
-
orderBy: string = 'timestamp'
-
order: string = 'ASC'
-
limit: number = 100
-
skip: number = 0
Returns DocumentNode
Static GetUserSnapshotsExtended
- GetUserSnapshotsExtended(address, startTime, endTime, orderBy?, order?, limit?, skip?): DocumentNode
-
Parameters
-
address: string
-
startTime: BigNumberish
-
endTime: BigNumberish
-
orderBy: string = 'timestamp'
-
order: string = 'ASC'
-
limit: number = 100
-
skip: number = 0
Returns DocumentNode
Static GetUsers
- GetUsers(voidnode, addresses): DocumentNode
-
Returns DocumentNode
Static GetUsersExtended
- GetUsersExtended(voidnode, addresses): DocumentNode
-
Returns DocumentNode
Static snapshotId
- snapshotId(address, timestamp): string
-
Parameters
-
address: string
-
timestamp: BigNumberish
Returns string
Static userId
- userId(address): string
-
Returns string