/smartexpand/transaction

Shows the incoming and outgoing transactions from blockchain address

Body Params
string
enum
required
length ≥ 1
Defaults to ETH

Blockchain eg: ETH, BTC, MATIC etc.

string
required
length ≥ 1

Blockchain address

string | null

Cursor to continue pagination. Use the value returned in the next_cursor field of the previous response.

boolean

Filter the results to only include transactions without tokens.

string | null

Filter the results to only include transactions from this token.

string | null

Filter the results to only include transactions with counter address equal to this address.

string | null

Filter the results to only include transactions from this hash.

int32 | null

Filter the results to only include transactions on or after this block number.
Required if filter_end_block is provided.

int32 | null

Filter the results to only include transactions on or before this block number.

string | null
enum

Filter the results to only show either incoming or outgoing transactions.

Allowed:
double | null

Filter the results to only include transactions with an amount greater than or equal to the provided value.
Required if filter_max_range_amount is provided.

double | null

Filter the results to only include transactions with an amount less than or equal to the provided value.
Required if filter_min_range_amount is provided.

Responses

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