Skip to main content
POST
SDK

SDK Example

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

token
string
required

Solana token mint address (base58, 32-44 characters).

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

Query Parameters

pnlMode
enum<string>
default:strict

How to treat positions flagged by the invalid PnL heuristic. strict zeros them out, adjusted caps them to a cost-basis-aware value, and raw leaves realized PnL untouched. Aliases pnl_mode and mode are also accepted by the API.

Available options:
strict,
adjusted,
raw

Body

application/json
wallets
string[]
required

Wallet addresses to look up. Max 200.

Maximum array length: 200
Example:

Response

Positions found. Wallets that never traded this token appear in notFound.

token
string
pnlMode
enum<string>
Available options:
strict,
adjusted,
raw
count
integer

Number of positions returned

positions
object[]
notFound
string[]

Wallets that never traded this token

invalid
string[]

Addresses that failed Base58 validation. Omitted when empty.