List token transfers by transaction hash
POST/ronin/tokens/transfers/txs
List token transfers ordered by transaction hash.
Request
- application/json
Body
required
Request body
transaction_hashes string[]required
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
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
{
"items": [
{
"blockHash": "string",
"blockNumber": 0,
"blockTime": 0,
"contractAddress": "string",
"decimals": 0,
"from": "string",
"logIndex": 0,
"to": "string",
"tokenId": "string",
"tokenName": "string",
"tokenStandard": "string",
"tokenSymbol": "string",
"transactionHash": "string",
"value": "string"
}
]
}
Invalid parameter
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...