List transactionsget https://explorers.t-dx.com/api/rest/v1/ada/{network}/transactionsThis endpoint returns the transactionsPath ParamsnetworkstringrequiredQuery ParamsoffsetstringThe default offset is 0.limitstringThe default limit is 100 and limit must be smaller than 200.hashesarray of stringsFilter transactions by hashes.hashesADD stringaddressesarray of stringsFilter transactions by addresses and dates, or addresses and block numbers.addressesADD stringfromDatedate-timeTransactions with timestamps before fromDate won't appear in the result. The default value is one hour ago.toDatedate-timeTransactions with timestamps after toDate won't appear in the result. The default value is the current time.fromBlockstringTransactions with block numbers before fromBlock won't appear in the result.toBlockstringTransactions with block numbers after toBlock won't appear in the result.attributeKeystringattributeValuestringResponses 200A successful response. 400Bad Request: indicates that the server cannot or will not process the request due to something that is perceived to be a client error (for example, malformed request syntax, invalid request message framing, or deceptive request routing) 401Unauthorized: indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource 403Forbidden: indicates that the server understands the request but refuses to authorize it 404Not Found: indicates that the server cannot find the requested resource 500Internal Server Error: indicates that the server encountered an unexpected condition that prevented it from fulfilling the request 503Service Unavailable: indicates that the server is not ready to handle the request. defaultAn unexpected error response.Updated 11 days ago Get stake pool infoList UTXOsDid this page help you?YesNo