Superfluid undelegations by delegator

Returns all the undelegating superfluid poistions for a specific delegator.

get
Path parameters
delegator_addressstringRequired
Query parameters
denomstringOptional
Responses
200
A successful response.
application/json
get
GET /osmosis/superfluid/v1beta1/superfluid_undelegations_by_delegator/{delegator_address} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "superfluid_delegation_records": [
    {
      "delegator_address": "text",
      "validator_address": "text",
      "delegation_amount": {
        "denom": "text",
        "amount": "text"
      },
      "equivalent_staked_amount": {
        "denom": "text",
        "amount": "text"
      }
    }
  ],
  "total_undelegated_coins": [
    {
      "denom": "text",
      "amount": "text"
    }
  ],
  "synthetic_locks": [
    {
      "underlying_lock_id": "text",
      "synth_denom": "text",
      "end_time": "2025-06-27T04:30:53.588Z",
      "duration": "text"
    }
  ]
}