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·Returns history events for address

Returns history events for address

GEThttps://api.1inch.com/history/v2.0/history/{address}/events
Supported on:
ArbitrumAvalancheBaseBNB ChainZKsyncEthereumGnosisOptimismPolygonSonicUnichain

Parameters

address
* string path
limit
number query
tokenAddress
string query
chainId
number query
toTimestampMs
string query
fromTimestampMs
string query

Request Body

This request doesn’t have any request body.

1

Returns

200
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
1

Did you find what you need?