Created
July 27, 2021 09:36
-
-
Save evanVtatum/70ba5a7a198ea501698ed4c9ea0cbec8 to your computer and use it in GitHub Desktop.
Lookup Cardano transactions by address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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