way?
curl -s "https://akash.declab.pro/cosmos/bank/v1beta1/supply/by_denom?denom=uakt" | jq
{
"code": 2,
"message": "invalid denom: by_denom: panic",
"details": []
}
It works for others, I'm wondering if this is just different for this one, or not available at all
curl -s "https://lcd.osmosis.zone/cosmos/bank/v1beta1/supply/by_denom?denom=uosmo" | jq
{
"amount": {
"denom": "uosmo",
"amount": "672962820198577"
}
}
curl -s "https://api.juno.basementnodes.ca/cosmos/bank/v1beta1/supply/by_denom?denom=ujuno" | jq
{
"amount": {
"denom": "ujuno",
"amount": "116945307759959"
}
}
Let me check
I'm off for the night probably, can you dm me with whatever you find out? Ideally this works but if not I can just check the entire bank module and find the ones I want but that sucks lol
It looks like the endpoint is not working
Yeah I don't know if it just doesn't exist here or if it's formatted incorrectly on my end
Will come back to you
hey I found it lol
Oh nicely done, I'm not familiar with the API and couldn't figure it out
Обсуждают сегодня