Skip to main content
GET
cURL
2 credits per request

  • The trader’s raw on-chain activity feed (trades, splits, merges, redeems, and similar events).
  • Optionally filter to a single activity type.
  • Broader than trade history — it includes non-trade on-chain actions.

Authorizations

X-API-KEY
string
header
required

API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

Path Parameters

address
string
required

Query Parameters

limit
number
default:50
Required range: x <= 100
Example:

50

type
string

Filter by activity type

Response

success
boolean
required

Whether the request succeeded

Example:

true

timestamp
string
required

ISO 8601 timestamp the response was generated

Example:

"2025-06-19T12:00:00.000Z"

data
object[]
required