API
API Reference
Historical API
Account
Account Transactions

Account Transactions

[GET] /v1/:network/accounts/:address/transactions

Get transactions of an account

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
# The address of account
# (string, required)
address: cosmos1clpqr4nrk4khgkxj78fcwwh6dl3uw4ep4tgu9q
Queries
# Request per page
# (number, optional, default: 20)
take: 20
# Array of strings for filtering by message type
# (array of string, optional)
messageTypes[]: /cosmos.staking.v1beta1.MsgDelegate
# Search start datetime
# (datetime, optional)
fromDateTime: 2023-04-20
# Search end datetime
# (datetime, optional)
toDateTime: 2023-04-21 23:59:59
# Value of `pagination.searchAfter` from previous request for pagination
# (string, optional)
searchAfter: MTY4MDUxNjI5NjAwMHwxNDczMjU5OQ==

Try API

Method : GET
URL
/v1/:network/accounts/:address/transactions
CallURL
https://apis.mintscan.io/v1/:network/accounts/:address/transactions
Header
Bear Token*
Parameters
network*
address*
Queries
take
searchAfter
messageTypes[0]
messageTypes[1]
messageTypes[2]
fromDateTime
toDateTime