Ormi Labs home page
Search or ask...
Dashboard
Dashboard
Search...
Navigation
Blocks
Get block transactions
Home
Subgraphs
Data APIs
SQL Engine
Data Pipeline
Analytics & Intel
Dedicated Environments
Blog
Dedicated Env
Overview
ApeChain Docs
Subgraph
Data APIs
Overview
Getting Started
API reference
Balances
Transactions
Transfers
Blocks
GET
Get one block
GET
Get block transactions
GET
Get block heights
Events
NFTs
Tokens
Avalanche Docs
Dolomite Docs
Form Docs
Goat Docs
Mantle Docs
Metis Docs
MultiversX Docs
Noks Docs
Telos Docs
Blocks
Get block transactions
Get transactions in a block
GET
/
apechain
/
v1
/
block
/
{blockNumber}
/
transactions
Try it
Path Parameters
blockNumber
integer
required
Block number
Query Parameters
pagination
object
Show child attributes
pagination.
page
integer | null
default:
0
Required range:
x > 0
pagination.
page_size
integer | null
default:
100
Required range:
1 < x < 100
Response
200 - application/json
block_hash
string
required
block_number
integer
required
block_timestamp
string
required
decoded
string
required
from_address
string
required
gas
string
required
gas_price
string
required
input
string
required
max_fee_per_gas
string
required
max_priority_fee_per_gas
string
required
nonce
string
required
to_address
string
required
transaction_hash
string
required
transaction_index
integer
required
transaction_type
integer
required
value
string
required
Get one block
Get block heights