Skip to main content

Get Fungible Token Transfers Of Transaction

GET 

/api/v1/transactions/:transactionHash/token-transfers

Free [3 Credits]

Retrieve the list of fungible token transfers for a specific transaction.


Request

Path Parameters

    transactionHash stringrequired

    transaction hash

Query Parameters

    page int32

    Possible values: >= 1

    Results page you want to retrieve (1..N)

    Example: 1
    size int32

    Number of records per page, min: 1, Max: 2000

    Example: 20

Responses

OK

Schema

    results

    object[]

    required

  • Array [

  • contract

    object

    required

    contractAddress Contract Address (string)required
    contractType Contract Type (string)

    Possible values: [ERC20, KIP7, KIP17, KIP37, ERC721, ERC1155, CONSENSUS_NODE, CUSTOM, UNKNOWN, UNKNOWN_]

    blockId int64required
    transactionHash Transaction Hash (string)required
    feePayer Fee Payer (string)
    transactionIndex int32
    datetime date-timerequired
    from Address (From) (string)required
    to Address (To) (string)
    amount Token Transfer Amount (number)required
  • ]

  • paging

    object

    required

    totalCount int64required
    currentPage int32required
    last booleanrequired
    totalPage int32required

    property

    object

    property name* object
Loading...