I'm trying to track a derivation scheme by calling:
POST http://127.0.0.1:24444/v1/cryptos/BTC/derivations/vpub5VyU....E4fjp
and getting this error:
{
"httpCode": 400,
"code": "invalid-format",
"message": "Invalid base58 string",
"reason": null
}
The vpub5VyU....E4fjp is a testnet public key generated by Electrum wallet. The NBXplorer is running with the network=testnet flag.
Also, how can I specify which derivation scheme I want to use, e.g. m/44'/0'/0'/0/0, or m/84'/0'/0'/0/0, etc.?
I'm trying to track a derivation scheme by calling:
and getting this error:
The
vpub5VyU....E4fjpis a testnet public key generated by Electrum wallet. The NBXplorer is running with thenetwork=testnetflag.Also, how can I specify which derivation scheme I want to use, e.g.
m/44'/0'/0'/0/0, orm/84'/0'/0'/0/0, etc.?