Endpoints
GET /activePositions
GET /activePositionsFetches a list of the active DeFi positions of a user. Either globally across all projections or per specified projection.
Params
projection(string): The name of a projection you want to filter by. Case sensitive.user(string): An ethereum 48 byte address. Case insensitive.limit(int): The number of positions to return. Default is no limit.
Last updated