Get Transactions by Address

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

GET /v1/polygon/account/transactions/tokens/{address}/{tokenAddress}

Path Parameters

Query Parameters

[
    {
        "blockNumber": 6541235,
        "txId": "0x955c1037608c7aecb6d1a3f150ce7d0a80536bcabb0deb69d62f55292cc4c372",
        "contractAddress": "0x4f54fAD27F7F46C102Cd49b8E75C5593397cd9c3",
        "amount": "1",
        "from": "0x780c3de0aba1b51f04cfe8a5d9d277d4ad032b8d",
        "to": "0x8cb76aed9c5e336ef961265c6079c14e9cd3d2ea"
    }
]

Last updated