GET
/
analytics
/
{user}
/
pool
/
{pool}
Get User Pool Analytics
curl --request GET \
  --url https://integrated-api.mainnet.muchfi.xyz/api/analytics/{user}/pool/{pool}
{
  "address": "<string>",
  "totalTrades": 123,
  "totalVolume": 123,
  "pnl": 123
}

Path Parameters

user
string
required

User wallet address

pool
string
required

Pool address

Query Parameters

from
integer

Start timestamp (Unix)

to
integer

End timestamp (Unix)

Response

200 - application/json

Pool-specific analytics

address
string
totalTrades
integer
totalVolume
number
pnl
number