/
WA
watchdata
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 4d ago
View markdown
watchdata
FastAPI
post
Get Transfer List By Addresses
v5
latest
OpenAPI 3.1.0
2026-08-05
33
51
39.1 KB
filter
7
health
2
node
24
post
Get Block By Number
post
Get Block By Hash
post
Get Block Number
post
Get Block Number By Timestamp
post
Get Net Version
post
Get Stats By Day
post
Get Blocks By Day
post
Get Logs List
post
Get Transaction By Hash
post
Get Transaction By Block Number And Index
post
Get Transaction By Block Hash And Index
post
Get Transaction Count By Block Number
post
Get Transaction Count By Block Hash
post
Get Receipts Block
post
Get Transaction Receipts
post
Get Token Balance
post
Get Token Metadata
post
Get Trace Block
post
Get Traces By Trx Hash
post
Get Transfer List By Addresses
post
Get Transfer List
post
Get Uncle Count By Block Hash
post
Get Uncle Count By Block Number
post
Node Jsonrpc
node
Get Transfer List By Addresses
post
/node/rest/watch_getTransfersByAddress
Request body
TransferInByAddress
required
addresses
union
required
fromBlock
union
toBlock
union
transferDirection
'to'
|
'from'
transferType
'erc20transfer'
|
'erc721transfer'
|
'trx'
contractAddresses
union
offset
integer
nullable
limit
integer
nullable
Response
Successful Response
Transfer
required
blockNumber
integer
required
blockTimestamp
string
date-time
required
transactionHash
string
required
transactionIndex
integer
required
logIndex
integer
nullable
contractAddress
string
nullable
transferType
string
required
from
string
required
to
string
nullable
value
integer
required
fee
integer
required
transactionError
boolean
required
asset
string
nullable
decimals
integer
nullable