cURL
curl --request GET \ --url https://api.breet.io/v1/trades/wallets/{id} \ --header 'X-Breet-Env: <api-key>' \ --header 'x-app-id: <api-key>' \ --header 'x-app-secret: <api-key>'
200
Example
Retrieve a wallet using its unique ID.
Your application ID from the Breet dashboard
Your application secret from the Breet dashboard
Environment selector: development or production
ID of the wallet to retrieve.
Wallet details returned successfully
Was this page helpful?