Header
To make an HTTP request, you need to include the Nectar-Api-Key value in the headers of each request.
Examples
curl -X GET \
-H "Nectar-Api-Key: <apikey>" \
<nectar_url>/api/v1/exchangeInfo/apikeyIssued API key via Nectar service
nectar_urlThe Nectar API server URL
Last updated