Performance
Authorizations
x-api-KeystringRequired
API key for authentication
Query parameters
org_idstringOptionalExample:
Organization ID to calculate performance for all wallets in the organization
org-123wallet_addressstringOptionalExample:
Wallet address to calculate performance for. Can be used alone or combined with org_id.
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$from_datestringRequiredExample:
Start date for performance calculation. Accepts simple format (2025-11-03) or full ISO 8601 (2025-11-03T00:00:00Z)
2025-11-03to_datestringRequiredExample:
End date for performance calculation. Accepts simple format (2025-11-03) or full ISO 8601 (2025-11-03T23:59:59Z)
2025-11-03Responses
200
Successful response with performance metrics
application/json
start_datestring · date-timeRequired
Start date for the performance calculation period
end_datestring · date-timeRequired
End date for the performance calculation period
400
Bad Request - Invalid parameters
application/json
404
Not Found - No data found matching the criteria
application/json
500
Internal Server Error
application/json
get
/performanceLast updated
