Skip to main content
GET
SDK

SDK Example

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

wallet
string
required

Solana wallet address (base58, 32-44 characters).

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$

Query Parameters

currency
enum<string>
default:usd

Denomination for monetary fields in the response. Defaults to usd. Pass sol or eur to convert USD snapshot values at read time using ClickHouse reference prices. Historical endpoints use the daily rate for each snapshot date; wallet summary uses current spot. Counts, percentages, timestamps, and ROI are not converted. Invalid values return 400.

Available options:
usd,
sol,
eur
period
enum<string>

Period shorthand (e.g. 30d). Alternative to days.

Available options:
1d,
7d,
14d,
30d,
90d,
all
days
integer
default:30

Rolling window in days. Defaults to 30. Max 365.

Required range: x <= 365

Response

Successful response.

wallet
string
currency
enum<string>

Response denomination when ?currency=sol or ?currency=eur is requested. Omitted for the default USD response.

Available options:
sol,
eur
identity
object

Unified wallet identity. Only fields with known values are returned; a wallet can carry multiple tags at once.

window
integer

Number of days in the window.

totals
object
bestDay
object | null
worstDay
object | null
streaks
object

Win/loss streaks in consecutive trading days.

drawdown
object

Maximum drawdown from peak total PnL within the window.

days
object[]

Day-by-day PnL and volume for the window.

updatedAt
string<date-time> | null