Get transaction info by account address

Path Params
string
required

owner address in base58 or hex

Query Params
boolean

true | false. If false, it returns both confirmed and unconfirmed transactions. If no param is specified, it returns both confirmed and unconfirmed transactions. Cannot be used at the same time with only_unconfirmed param.

boolean

true | false. If false, it returns both confirmed and unconfirmed transactions. If no param is specified, it returns both confirmed and unconfirmed transactions. Cannot be used at the same time with only_confirmed param.

boolean

true | false. If true, only transactions to this address, default: false

boolean

true | false. If true, only transactions from this address, default: false

int32

number of transactions per page, default 20, max 200

string

fingerprint of the last transaction returned by the previous page; when using it, the other parameters and filters should remain the same

string

block_timestamp,asc | block_timestamp,desc (default)

date-time

minimum block_timestamp, default 0

date-time

maximum block_timestamp, default now

boolean

true (default) | false. If true, query params applied to both normal and internal transactions. If false, query params only applied to normal transactions.

Responses

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