Account
Portfolio PnL
Absolute (USD) and percent change over the default window.
GET
Portfolio PnL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Absolute (USD) and percent change over the default window.
curl --request GET \
--url https://api.alpha-labs.trade/api/v1/account/pnl \
--header 'Authorization: Bearer <token>'{
"data": {
"absoluteChange24h": "12.50",
"percentChange24h": "4.27"
}
}Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).
PnL.
Show child attributes
curl --request GET \
--url https://api.alpha-labs.trade/api/v1/account/pnl \
--header 'Authorization: Bearer <token>'{
"data": {
"absoluteChange24h": "12.50",
"percentChange24h": "4.27"
}
}