Get User Positions
GET
https://illumigate.swivel.exchange/v1/users/:address/positions?type=t&status=s
This endpoint allows you to request a list of user lending and pooling positions.
Path Parameters
Name | Type | Description |
---|---|---|
address | string | User public address in hex. |
Query Parameters
Name | Type | Description |
---|---|---|
type | string | Positions type: lending or pooling. If not specified, both lending and pooling positions will be returned. |
status | string | Market status: active or matured. If not specified, only positions for active markets will be returned. |
Last updated