Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Dear everyone, I'm working on cryptocurrency exchange platform newly. I downloaded bitcoin-core and synchronized full node. I'm using JSON-RPC request to connect to bitcoind. I created new wallet and it always returns segwit address. Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->
There are 3 formats for bitcoin address. P2PKH or Legacy Address Format (addresses start with “1”) P2SH or Compatibility Address Format (addresses start with “3”) Bech32 or Segwit Address Format (addresses start with “bc1”) Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
But Bech32 address is not recognized in several exchanges and I need get P2PKH or P2SH address. Additional context How can I get this type address by using JSON-RPC ? Please help me !!!!!
<!-- Add any other context or screenshots about the feature request here. -->