API Authentication

The Loop API authenticates requests using API keys. API keys will be managed via the Loop Company dashboardarrow-up-right 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.xyzenvelope 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 portal

  • entity-id which specifies which entity ID the API belongs to

Example:

curl -X POST 'https://api.loopcrypto.xyz/' -H 'entity-id: 4d1f3191-935b-40c5-b91e-37e1e3700bac' -H 'api-key: 204810f4-ae79-49da-87ec-c08895688589'

Last updated