cURL
curl --request GET \ --url https://api.jiffyscan.xyz/v0/getAddressTransactions \ --header 'x-api-key: <api-key>'
[ { "block_signed_at": "<string>", "block_height": 123, "tx_hash": "<string>", "tx_offset": 123, "successful": true, "from_address": "<string>", "from_address_label": "<string>", "to_address": "<string>", "to_address_label": "<string>", "value": "<string>", "value_quote": 123, "pretty_value_quote": "<string>", "gas_offered": 123, "gas_spent": 123, "gas_price": 123, "fees_paid": "<string>", "gas_quote": 123, "pretty_gas_quote": "<string>", "gas_quote_rate": 123 } ]
Returns an array of internal + external transactions that the address has made
Success
An array of internal + external transactions that the address has made