List transactions (payments and asset transfers)

This endpoint returns both payment type transactions (pay) and asset transfer type transaction (axfer). The only difference in structure is that the latter has an asset_id specified

Path Params
string
required
Query Params
string

The default offset is 0.

string

The default limit is 100 and limit must be smaller than 200.

hashes
array of strings

Filter transactions by hashes.

hashes
addresses
array of strings

Filter transactions by addresses and dates, or addresses and block numbers.

addresses
date-time

Transactions with timestamps before fromDate won't appear in the result. The default value is one hour ago.

date-time

Transactions with timestamps after toDate won't appear in the result. The default value is the current time.

string

Transactions with block numbers before fromBlock won't appear in the result.

string

Transactions with block numbers after toBlock won't appear in the result.

string
string
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json


  © 2018-2023 Taurus SA. All rights reserved.