GET /api/v2/nfts/user/{ethosUserKey}/owns-validator HTTP/1.1 Host: api.ethos.network Accept: */*
Successful response
[ { "contractAddress": "text", "tokenId": "text", "name": "text", "description": "text", "imageUrl": "text", "thumbnailUrl": "text", "animationUrl": "text", "animationMime": "text", "tokenUri": "text", "attributesJson": null, "mintedAt": "text", "acquiredAt": "text", "lastActivityAt": "text", "createdAt": "text", "updatedAt": "text", "NftOwners": [ { "ownerAddress": "text" } ], "collection": { "slug": "text" } } ]
50
0
GET /api/v2/nfts/user/{ethosUserKey} HTTP/1.1 Host: api.ethos.network Accept: */*
{ "values": [ { "contractAddress": "text", "tokenId": "text", "name": "text", "description": "text", "imageUrl": "text", "thumbnailUrl": "text", "animationUrl": "text", "animationMime": "text", "tokenUri": "text", "attributesJson": null, "mintedAt": "text", "acquiredAt": "text", "lastActivityAt": "text", "createdAt": "text", "updatedAt": "text", "NftOwners": [ { "ownerAddress": "text" } ], "collection": { "slug": "text" } } ], "total": 1, "limit": 1, "offset": 1 }
POST /api/v2/nfts/track HTTP/1.1 Host: api.ethos.network Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 26 { "contractAddress": "text" }
No content