Skip to main content
POST
Wallet - Calculate PNL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks Supported blockchain chains

Available options:
sol,
eth,
bsc
walletAddress
string
required

An address of a wallet

Body

application/json
tokenAddresses
string[] | null

List of token addresses to calculate PnL for

Example:

Response

200 - application/json

Successful response

success
boolean
required

Operation success status

Example:

true