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

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