Get token transfers of an NFT
GET/collections/:contractAddress/tokens/:tokenId/transfers
For usage instructions, see Get all token transfers of an NFT
Request
Path Parameters
contractAddress stringrequired
ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c
tokenId stringrequired
TokenId
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...