Auth

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

Simply connect your wallet and navigate to the Dashboard page.

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

// Example snippet

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

Last updated