Skip to main content

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

Ok

Schema
    collections object[]required
  • Array [
  • 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
Loading...