/osmosis/superfluid/v1beta1/superfluid_undelegations_by_delegator/{delegator_address}
A successful response.
An unexpected error response.
curl -L \ --url '//osmo.nownodes.io/osmosis/superfluid/v1beta1/superfluid_undelegations_by_delegator/{delegator_address}'
{ "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-02-06T12:52:09.660Z", "duration": "text" } ] }