Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evanVtatum/70ba5a7a198ea501698ed4c9ea0cbec8 to your computer and use it in GitHub Desktop.
Save evanVtatum/70ba5a7a198ea501698ed4c9ea0cbec8 to your computer and use it in GitHub Desktop.
Lookup Cardano transactions by address
curl --request GET \
--url 'https://api-eu1.tatum.io/v3/ada/transaction/address/{address}?pageSize=10&offset=0' \
--header 'x-api-key: REPLACE_KEY_VALUE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment