List token transfers by timestamp
GET/ronin/tokens/transfers
List token transfers ordered by timestamp.
Request
Query Parameters
limit integer
Default is 20
offset integer
Default is 0
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
paging
object
nextCursor string
total integer
{
"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"
}
],
"paging": {
"nextCursor": "string",
"total": 0
}
}
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...