Skip to main content
GET
cURL
2 credits per request

  • The trader’s individual trade history, newest first — for an activity feed or to audit how a position was built.
  • Pass refresh=true to force a live re-fetch instead of stored trades.

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 <= 500
Example:

50

refresh
enum<string>
default:false
Available options:
true,
false

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
meta
object