Skip to main content

List token transfers by transaction hash

POST 

/ronin/tokens/transfers/txs

List token transfers ordered by transaction hash.

Request

Body

required

Request body

    transaction_hashes string[]required

Responses

OK

Schema
    items object[]
  • Array [
  • blockHash string
    blockNumber integer
    blockTime integer
    contractAddress string
    decimals integer
    from string
    logIndex integer
    to string
    tokenId string
    tokenName string
    tokenStandard string
    tokenSymbol string
    transactionHash string
    value string
  • ]
Loading...
Was this helpful?
Happy React is loading...