Skip to main content
GET
/
v1
/
address
/
transactionsCount
Get Transactions Count
curl --request GET \
  --url https://api.range.org/v1/address/transactionsCount \
  --header 'Authorization: Bearer <token>'
{
  "transactionsCount": [
    {
      "count": 123,
      "timestamp": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

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 December 15, 2025