Address Transactions
Get all transactions of a particular address with no wallet specified
Last updated
Was this helpful?
Get all transactions of a particular address with no wallet specified
Last updated
Was this helpful?
GET
/api/Address/Address-txs
Get all transactions of a particular address (
Address*
String
the address to get it's transactions
skip (n)
Int
bypasses first n transactions
take (n)
Int
retrieve first n transactions
Content-Type*
application/json
application in JSON format
Authorization*
Bearer <your Key>
attach your API key here
Usev2*
String
Value should be true or yes
Liaas SDK package
Issue: "The endpoint occasionally returns null as a response."
Solution: While rare, this null response may occur due to the unavailability of a specific public node. To resolve this, implement a retry mechanism in your API call using a try & catch
block to handle errors and ensure robust performance. Retrying the request is often sufficient when encountering this issue.