Business
Products
Pricing
Enterprise
AI
Docs
Try for free
Sign in
Go to...
Search
⌘K
History API
API version:
2.0
Introduction
Quickstart guide
Methods
Returns history events for address
GET
Get history events by address
POST
Returns history event with search filter
POST
Returns swap events for the user
POST
Search
⌘K
History API
API version:
2.0
Introduction
Quickstart guide
Methods
Returns history events for address
GET
Get history events by address
POST
Returns history event with search filter
POST
Returns swap events for the user
POST
Docs
·
APIs
·
History API
·
Methods
·
2.0
·
Get history events by address
Get history events by address
Use with AI
POST
https://api.1inch.com/history/v2.0/history/{address}/events
Supported on:
Arbitrum
Avalanche
Base
BNB Chain
ZKsync
Ethereum
Gnosis
Optimism
Polygon
Sonic
Unichain
Parameters
address
*
string
path
Account address
Request Body
PostMultiFilterDto
object
filter
*
MultiFilterDto
object
from_time_ms
object
to_time_ms
object
chain_ids
array
items
string
transaction_types
array
items
string
token_addresses
array
items
string
chain_based_token_addresses
array
items
string
limit
number
JavaScript
Copy
Try it
1
Returns
201
400
401
500
array
items
HistoryResponseDto
object
items
*
array
items
HistoryEventDto
object
id
*
string
address
*
string
type
*
number
rating
*
string
(Enum)
Reliable
Scam
timeMs
*
number
details
*
TransactionDetailsDto
object
orderInBlock
*
number
txHash
*
string
chainId
*
number
(Enum)
1
45
137
10
56
42161
43114
100
250
1313161554
8217
324
8453
59144
501
146
130
blockNumber
*
number
blockTimeSec
*
number
status
*
string
type
*
string
(Enum)
Unknown
Approve
Wrap
Unwrap
Send
Receive
Transfer
Swap
LimitOrderCreate
LimitOrderFill
LimitOrderCancel
LimitOrderCancelAll
AddLiquidity
RemoveLiquidity
Borrow
Repay
Stake
Unstake
DelegateVotePower
UnDelegateVotePower
Claim
Bridge
Burn
RegisterDomain
Revoke
CreateSafe
NativeSwapEscrow
MultiSigExecution
tokenActions
*
array
items
TokenActionDto
object
address
*
string
standard
*
string
fromAddress
*
string
toAddress
*
string
tokenId
object
amount
object
direction
*
string
(Enum)
In
Out
Self
On
fromAddress
*
string
toAddress
*
string
nonce
*
number
feeInSmallestNative
*
string
meta
TransactionDetailsMetaDto
object
is1inchFusionSwap
object
is1inchCrossChainSwap
object
orderFillPercentage
object
ensDomainName
object
fromChainId
object
toChainId
object
safeAddress
object
protocol
object
cache_counter
*
number
JSON
Copy
1
Returns history events for address
Returns history event with search filter
Did you find what you need?
Yes
No