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>

Quick date range shorthand. Ignored if start/end are set.

Available options:
1d,
7d,
14d,
30d,
90d,
all
start
string<date>

Start date (YYYY-MM-DD). Defaults to 30 days ago.

end
string<date>

End date (YYYY-MM-DD). Defaults to today.

limit
integer
default:365

Maximum number of days to return. If more days exist, returns the most recent ones.

Required range: x <= 1000

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.

days
object[]
summary
object