Authentication

Access to all our APIs requires an API key obtained from the dashboard.

*To Do: List how to get api key from UI*

This key must be included in the headers as "X-API-KEY" for authentication.

// Example snippet

curl --location 'https://api-dev.deltadefi.io' \
--header 'X-API-KEY: 4125f1d710037fd548a36123cf6dc63d'

Last updated