Skip to main content
GET
/
api
/
v1
/
account
/
pnl
Portfolio PnL
curl --request GET \
  --url https://api.alpha-labs.trade/api/v1/account/pnl \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "absoluteChange24h": "12.50",
    "percentChange24h": "4.27"
  }
}

Authorizations

Authorization
string
header
required

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).

Response

PnL.

data
object