GET /osmosis/superfluid/v1beta1/superfluid_undelegations_by_delegator/{delegator_address} HTTP/1.1 Host: osmo.nownodes.io Accept: */*
A successful response.
{ "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-05-14T16:45:59.620Z", "duration": "text" } ] }