curl --location 'https://services.alphaledger.com/api/v1/funds/T12/performance/fund?asOf=2026-07-13' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"asOf": "2020-07-17",
"metrics": {
"endingBalance": 0
},
"returns": {
"dayToDate": 0,
"monthToDate": 0,
"yearToDate": 0,
"inceptionToDate": 0,
"quarterToDate": 0
}
}
}