Account delegated cl positions
Path parameters
delegator_addressstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /osmosis/superfluid/v1beta1/account_delegated_cl_positions/{delegator_address} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
"cl_pool_user_position_records": [
{
"validator_address": "text",
"position_id": "text",
"lock_id": "text",
"synthetic_lock": {
"underlying_lock_id": "text",
"synth_denom": "text",
"end_time": "2025-07-13T12:53:10.267Z",
"duration": "text"
},
"delegation_amount": {
"denom": "text",
"amount": "text"
},
"equivalent_staked_amount": {
"denom": "text",
"amount": "text"
}
}
]
}