Skip to main content

Get the number of collection holdings by address

GET 

/collections/:contractAddress/owners/:address

Get the number of collection holdings by address

Request

Path Parameters

    contractAddress stringrequired

    ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c

    address stringrequired

    Account address. Example: 0xf6fd5fca4bd769ba495b29b98dba5f2ecf4ceed3

Query Parameters

    limit integer

    Paging limit

    cursor string

    Paging cursor

Responses

OK

Schema

    result

    object

    address string
    balance string
    tokenCount integer
Loading...