API
API Reference (EVM)
Account
Account Transaction

Account Transactions

[GET] /v1/evm/:network/account/tx

Get transactions of account

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: kava
Queries
# The address of account
# (string, required)
address: 0xe93685f3bba03016f02bd1828badd6195988d950
 
# The number of page to return
# (integer, optional, default: 1)
page: 1
 
# The number of transactions to return
# (integer, optional, default: 10)
offset: 10
 
# The order of transactions
# (string, optional, default: desc)
sort: desc
 
# Start searching for transactions
# (integer, optional)
start_block: 1
 
# End searching for transactions
# (integer, optional)
end_block: 99999999

Try API

Method : GET
URL
/v1/evm/:network/account/tx
CallURL
https://apis.mintscan.io/v1/evm/:network/account/tx
Header
Bear Token*
Parameters
network*
Queries
address*
page
offset
sort
start_block
end_block