MAFINT Public REST API Document
This document describes the REST API and resources provided by MAFINT. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
MAFINT's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an HTTP request and parse the response. The response format is JSON.
NOTE: The MAFINT API is a REST API. REST, or representational state transfer, is an architectural style or design philosophy for interacting with online resources using standard HTTP methods, including GET, POST, PUT and DELETE. We built the MAFINT API to adhere to REST principles and practices. For more information about REST, see https://en.wikipedia.org/wiki/REST for more information and http://RESTfulAPI.net 's REST API Tutorial.
Server Urls:
Production server url : https://api.mafint.com
(SG)
https://apicn.mafint.com
(HK)
Testing server url :
http://ec2-52-221-201-199.ap-southeast-1.compute.amazonaws.com:5000
Generate New API Token
To retrieve the data through urls above, a valid API token needs to be generated as public JWT token and assign it into the header.
Please refer to this page on how to generate API token: Generate New API Token
Paper Trade
Company Data
Stock Management