Getting started
Connect Wallet and retrieve your api key Auth
Test API connection
curl --location 'https://api.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