Skip to main content
GET
/
portfolio
/
total
Get total portfolio PnL across all pools
curl --request GET \
  --url https://dlmm.datapi.meteora.ag/portfolio/total
{
  "totalPnlPctChange": "<string>",
  "totalPnlSol": "<string>",
  "totalPnlSolPctChange": "<string>",
  "totalPnlUsd": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

user
string
required

User's wallet address

Response

Successfully retrieved portfolio totals

Portfolio total PnL response

totalPnlPctChange
string
required

Total PnL percentage change across all pools (USD)

totalPnlSol
string
required

Total PnL in SOL across all pools (historical per-event SOL price)

totalPnlSolPctChange
string
required

Total PnL percentage change across all pools (SOL)

totalPnlUsd
string
required

Total amount deposited in USD across all pools NOTE: Commented out for now, but may be needed in the future Total PnL in USD across all pools