I am able to get account information and chain info through JS API just fine, however the balance does not show KSM locked in crowdloans, they are just not there, so how can i know in which CL the address allocated KSM and how many?
This is what i get from balance:
{
"account": {
"nonce": "5",
"consumers": "2",
"providers": "1",
"sufficients": "0",
"data": {
"free": "X.xx KSM",
"reserved": "0",
"miscFrozen": "X.xxx KSM",
"feeFrozen": "X.xxx KSM"
}
}
}
But neither "reserved" or "frozen" are considering the locked KSM in the auctions.