Skip to main content
GET
Get Transactions Count

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

address
string
required

Address to search

network
string
required

Network of Address

startTime
string

Start time

endTime
string

End time

msgTypes
string

Message types separated by comma

status
enum<string>

Status of transaction

Available options:
success,
failed
interval
enum<string>

Interval of count

Available options:
hour,
day,
month

Response

200 - application/json

Counts of transactions associated with a specific address.

transactionsCount
object[]
required
Last modified on July 22, 2026