Skip to main content
GET
Get trader performance

Authorizations

Authorization
string
header
required

API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.

Path Parameters

wallet
string
required

Trader's Ethereum wallet address.

Example:

"0xAbCd1234..."

Response

Trader performance analytics.

walletAddress
string
Example:

"0xAbCd1234..."

username
string | null
Example:

"sharptrader"

totalProfit
number
Example:

4200

totalVolume
number
Example:

32000

roi
number
Example:

0.131

maxDrawdown
number

Maximum peak-to-trough drawdown (decimal).

Example:

0.08

sharpe
number

Sharpe ratio based on P&L history.

Example:

1.42

pnlHistory
object[]

Normalized daily P&L time series.