0
I want to implement a client similar to SPV client.
The client will download block headers and coinbase transactions.
There is an api of downloading block headers such as getheaders.
However, it seemed that there is no api of downloading only a coinbase transaction.
Can I download only a coinbase transaction at a specified height without downloading all transactions at the same block height?