block transactions
v2
get
Get the list of transactions of a block
QUERY PARAMS
block
number
required
The slot index of a block
page
number
Page number for pagination
page_size
number
Number of items per page
Enum: 10, 20, 30, 40, 60, 100
exclude_vote
boolean
Excludes vote transactions from the results
program
string
The program used to filter transactions that interact with it
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error

Javascript

Python

Shell

Go

C#
Authorization
Response
Click Try It! to start a request and see the response here!