curl --request GET \
--url https://api.breet.io/v1/trades/transactions \
--header 'X-Breet-Env: <api-key>' \
--header 'x-app-id: <api-key>' \
--header 'x-app-secret: <api-key>'Retrieve all crypto transactions.
curl --request GET \
--url https://api.breet.io/v1/trades/transactions \
--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
Number of items per page
Page number (1-indexed)
Filter by transaction status (e.g. completed, pending)
Filter by wallet address
Filter by asset ID
List of transactions returned successfully
Was this page helpful?