Skip to main content

Get internal tx transfers

GET 

/accounts/:address/internal_txs/transfers

Retrieve internal RON token transfers triggered by smart contract interactions (OpCode CALL) for a given address.

Request

Path Parameters

    address stringrequired

    Account address. Example: 0xf6fd5fca4bd769ba495b29b98dba5f2ecf4ceed3

Query Parameters

    limit integer

    Paging limit

    cursor string

    Paging cursor

Responses

OK

Schema

    result

    object

    items

    object[]

  • Array [

  • transactionHash string
    order integer
    opcode string
    type string
    value string
    input string
    from string
    to string
    success boolean
    error string
    blockNumber integer
    blockHash string
    blockTime integer
  • ]

  • paging

    object

    nextCursor string
Loading...