get
https://api.tatum.io/v4/data/mining/rewards
/v4/data/mining/rewards
50 credits per API call
Get mining rewards (coinbase outputs) for a UTXO address. This endpoint returns all coinbase rewards received by the address when it successfully mined blocks.
Supported blockchains:
- Bitcoin - bitcoin-mainnet
- Litecoin - litecoin-mainnet / litecoin-testnet
- Dogecoin - dogecoin-mainnet / dogecoin-testnet
To get started:
- Provide a chain and miner address. The API will return all coinbase rewards for the address.
- Omit filters for full history, or use one filter type: (blockFrom and/or blockTo), (timeFrom and/or timeTo), or (unixFrom and/or unixTo). You cannot mix filter types.
- You can use from-only (e.g. blockFrom) or to-only (e.g. blockTo) or both.
- Rewards are sorted by block number in descending order (newest first).
- Pagination is supported via
pageSize(max 500) andoffsetparameters.