Skip to main content

Get list of collections having NFTs belonging to an address

GET 

/accounts/:address/collections

Get list of collections having NFTs belonging to an address

Request

Path Parameters

    address stringrequired

    Account address. Example: 0xf6fd5fca4bd769ba495b29b98dba5f2ecf4ceed3

Query Parameters

    limit integer

    Paging limit

    cursor string

    Paging cursor

Responses

OK

Schema

    result

    object

    items

    object[]

  • Array [

  • contractAddress string
    name string
    symbol string
    standard string
    balance string
    decimals integer
    tokenCount integer
    metadata object
  • ]

  • paging

    object

    nextCursor string
Loading...