get https://api.bifrostnetwork.com/v3/ft/holder//transfers
Get FT holder transfer history of the given holder address.
The optional filter
parameter can be used to show only sent(from) or received(to) tokens of the given holder address.
The optional contractHash
parameter can be used to show only the given contract address' tokens.
The blockNumber
and index
are pagination parameters. You can inquire the next page by including the values given through nextPageParams
.