API Authentication
The Loop API authenticates requests using API keys. API keys will be managed via the Loop Company dashboard in the future. In the mean time, if you would like to use the API and set up an API key with Loop, please email support@loopcrypt.xyz or reach out to @LoopCrypto_Official on Telegram.
Each API request must contain 2 header attributes in order to authenticate API calls:
api-key
which specifies the API key obtained from the Company portalentity-id
which specifies which entity ID the API belongs to
Example:
Last updated