Skip to main content
GET
GoldRush SDK

Credit Cost

1 per call

Processing

Realtime
Estimate your monthly cost for this API using the Pricing Calculator.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form: Bearer <token>, where <token> is your GoldRush API Key.

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

startDate
string
required

The start date in YYYY-MM-DD format.

endDate
string
required

The end date in YYYY-MM-DD format or latest for the latest block available.

Query Parameters

page-size
integer

Number of items per page. Omitting this parameter defaults to 100.

page-number
integer

0-indexed page number to begin pagination.

Response

200 - application/json

Successful response

updated_at
string<date-time>

The timestamp when the response was generated. Useful to show data staleness to users.

chain_id
integer

The requested chain ID eg: 1.

chain_name
string

The requested chain name eg: eth-mainnet.

items
object[]

List of response items.

pagination
object

Pagination metadata.