Get fungible token transactions on a blockchain address

/v3/blockchain/token/transaction/{chain}/{address}/{tokenAddress}

20 credit per API call

Get incoming and outgoing transactions related to fungible tokens on a blockchain address.

This API is supported for the following blockchains:

  • Algorand
  • Celo
  • Ethereum
  • Polygon
Path Params
string
enum
required

The blockchain to work with

Allowed:
string
required

Account address you want to get balance of

string
required

Address of the token smart contract (or asset id in case of ALGO)

Query Params
number
required
1 to 50

Max number of items per page is 50.

number

Offset to obtain next page of the data.

number
≥ 0

Transactions from this block onwards will be included.

number
≥ 0

Transactions up to this block will be included.

string
enum
Defaults to DESC

Sorting of the data. ASC - oldest first, DESC - newest first.

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json