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/
  • apikey

    • Issued API key via Nectar service

  • nectar_url

    • The Nectar API server URL

Last updated