Getting started

  1. Connect Wallet and retrieve your api key Auth

  2. Test API connection

curl --location 'https://api-staging.deltadefi.io/accounts/balance' \
--header 'X-API-KEY: <your_api_key>'

A successful response should return an empty array with a status code 200

[]

Last updated