Superfluid delegation amount
Query parameters
delegator_addressstringOptional
validator_addressstringOptional
denomstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /osmosis/superfluid/v1beta1/superfluid_delegation_amount HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
"amount": [
{
"denom": "text",
"amount": "text"
}
]
}