Changelog
Firstock Connect 2.0 - Updates
Firstock API V2.0
Time Price Series
Updates
- Added
intrv
field to Time Price Series
Success Response Structure
Updates
HTTP/1.1 200 OK
Content-Type: application/json
{
"Status": "Success",
"data": {}
}
Failure Response Structure
Updates
HTTP/1.1 500 Server error
Content-Type: application/json
{
"detail": {
"Status": "Failed",
"message": "Error message",
"errorType": "GeneralException"
}
}