get_nfts_for_account
GET/v1/accounts/:account_id/nfts
get_nfts_for_account
Request
Path Parameters
account_id uuidrequired
Account id
Query Parameters
collections boolean
Get account nfts grouped by collection
search_by string
Search by name or symbol
order_by string
Order by asc or desc
sort_by string
Sort by name or balance
page int32
Page number
page_size int32
Page size
network_ids string
Network ids
Responses
- 200
- 403
- 404
- 500
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
collections object[]required
account objectnullable
activeThisMonth booleannullable
address stringrequired
approversQuantity int32nullable
chainPath stringrequired
createdAt date-timerequired
exchangeApiKey stringnullable
exchangeApiSecret stringnullable
id uuidrequired
isActive booleanrequired
isImported booleanrequired
name stringrequired
transactionLimit stringrequired
type stringrequired
walletId uuidrequired
amount stringnullable
block_number stringnullable
block_number_minted stringnullable
chain_id int32nullable
contract_type stringnullable
last_metadata_sync stringnullable
last_token_uri_sync stringnullable
metadata stringnullable
minter_address stringnullable
name stringnullable
normalized_metadata objectrequired
animationUrl stringnullable
attributes object[]required
description stringnullable
externalLink stringnullable
image stringnullable
name stringnullable
owner_of stringnullable
possible_spam booleanrequired
symbol stringnullable
token_address stringnullable
token_hash stringnullable
token_id stringnullable
token_uri stringnullable
verified_collection booleanrequired
totalEntries integerrequired
{
"collections": [
{
"account": {
"activeThisMonth": true,
"address": "string",
"approversQuantity": 0,
"chainPath": "string",
"createdAt": "2024-09-25T19:42:12.250Z",
"exchangeApiKey": "string",
"exchangeApiSecret": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"isActive": true,
"isImported": true,
"name": "string",
"transactionLimit": "string",
"type": "string",
"walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"amount": "string",
"block_number": "string",
"block_number_minted": "string",
"chain_id": 0,
"contract_type": "string",
"last_metadata_sync": "string",
"last_token_uri_sync": "string",
"metadata": "string",
"minter_address": "string",
"name": "string",
"normalized_metadata": {
"animationUrl": "string",
"attributes": [
{
"display_type": 0,
"max_value": 0,
"order": 0,
"trait_count": 0,
"trait_type": "string"
}
],
"description": "string",
"externalLink": "string",
"image": "string",
"name": "string"
},
"owner_of": "string",
"possible_spam": true,
"symbol": "string",
"token_address": "string",
"token_hash": "string",
"token_id": "string",
"token_uri": "string",
"verified_collection": true
}
],
"totalEntries": 0
}
Forbidden
- application/json
- Schema
Schema
string
Not Found
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...