curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v1/block_transactions/0x476AF7E041B33608CAF5943AA072FADE4393675893C055242638CE52715C42CD?page=1&page_size=10' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'{
"data": [
{
"id": "string",
"type": "string",
"attributes": {
"is_cellbase": true,
"transaction_hash": "string",
"block_number": "string",
"block_timestamp": "string",
"display_inputs_count": 0,
"display_outputs_count": 0,
"display_inputs": [
{
"id": "string",
"from_cellbase": true,
"capacity": "string",
"address_hash": "string",
"target_block_number": "string",
"generated_tx_hash": "string",
"cell_index": "string",
"cell_type": "string",
"since": {
"raw": "string",
"median_timestamp": "string"
}
}
],
"display_outputs": [
{
"id": "string",
"capacity": "string",
"address_hash": "string",
"target_block_number": "string",
"base_reward": "string",
"commit_reward": "string",
"proposal_reward": "string",
"secondary_reward": "string",
"status": "string",
"consumed_tx_hash": "string",
"cell_type": "string"
}
],
"income": "string"
}
}
],
"meta": {
"total": 0,
"page_size": 0
}
}