The Fantasy Match Points API gives the player match points for each match, and the player points are updated based on the live match performance.
Path: https://rest.cricketapi.com/rest/v3/fantasy-match-points/{MATCH_KEY})/
Method: GET
Parameters:
access_token - RequiredMATCH_KEY - Required. Match keyfantasy - list of object. List of all Player's Fantasy Match points and Season Pointsplayers - list of object. List of all players in the match$ GET https://rest.cricketapi.com/rest/v3/fantasy-match-points/triseries_2018_g1/?access_token=ACCESSTOKEN
{ "cache_key": "football|recent_tournaments", "data": { "tournaments": [ { "competition": { "key": "1002227289838194689", "name": "FIFA World Cup", "short_name": null }, "end_date": { "gmt": "2018-07-15T00:00:00", "timestamp": 1531612800 }, "key": "1002227289901109249", "name": "FIFA World Cup 2018", "short_name": "FIFA 2018", "start_date": { "gmt": "2018-06-14T00:00:00", "timestamp": 1528934400 } } ] }, "expires": 1531861089, "status": true, "status_code": 200, "version": "1.0.0" }