get https://api-wallet-sandbox.venly.io/api/transactions
This endpoint retrieves all your transactions, further you can filter them by the transaction status and by your users.
Responses
This endpoint retrieves all your transactions, further you can filter them by the transaction status and by your users.
xxxxxxxxxx
curl --request GET \
--url 'https://api-wallet-sandbox.venly.io/api/transactions?statuses=SUCCEEDED' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: