Get token transfers of an address
GET/accounts/:address/tokens/transfers
For usage instructions, see Get all token transfers of a wallet address
Request
Path Parameters
address stringrequired
Account address. Example: 0xf6fd5fca4bd769ba495b29b98dba5f2ecf4ceed3
Query Parameters
limit integer
Paging limit
cursor string
Paging cursor
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
result
object
items
object[]
blockNumber integer
logIndex integer
tokenId string
contractAddress string
tokenStandard string
tokenName string
tokenSymbol string
decimals integer
from string
to string
value string
blockHash string
transactionHash string
blockTime integer
paging
object
nextCursor string
{
"result": {
"items": [
{
"blockNumber": 0,
"logIndex": 0,
"tokenId": "string",
"contractAddress": "string",
"tokenStandard": "string",
"tokenName": "string",
"tokenSymbol": "string",
"decimals": 0,
"from": "string",
"to": "string",
"value": "string",
"blockHash": "string",
"transactionHash": "string",
"blockTime": 0
}
],
"paging": {
"nextCursor": "string"
}
}
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...