seems to return 128 character key
That could be the seed number not the key.
As BIP-39 says
This seed can be later used to generate deterministic wallets using BIP-0032 or similar methods.
I think you need to apply BIP-32 to the seed, using a suitable derivation path.