curl --request GET \
--url https://api.breet.io/v1/trades/wallets \
--header 'X-Breet-Env: <api-key>' \
--header 'x-app-id: <api-key>' \
--header 'x-app-secret: <api-key>'Retrieve all wallet addressess.
curl --request GET \
--url https://api.breet.io/v1/trades/wallets \
--header 'X-Breet-Env: <api-key>' \
--header 'x-app-id: <api-key>' \
--header 'x-app-secret: <api-key>'Your application ID from the Breet dashboard
Your application secret from the Breet dashboard
Environment selector: development or production
List of wallet addresses returned successfully
Was this page helpful?