Skip to main content

Search for matched NFTs

POST 

/ronin/nfts/search

Search for NFTs that matched the specified search parameters.

Request

Body

required

Request body

    contractAddresses string[]required

    Possible values: <= 20

    Optional

    includes string[]

    Optional, the only accepted value is owner (case-sensitive). Otherwise, treat like an empty array.

    ownerAddress string

    Optional

    paging object

    Only offset or cursor need to be present.

    cursor string
    limit integer

    Possible values: <= 200

    offset integer

    Possible values: <= 10000

    pagingStyle string

    Possible values: [cursor, offset]

    If pagingStyle is not cursor, then it's offset.

    tokenIds string[]

    Possible values: <= 40

    Optional

Responses

OK

Schema
    items object[]
  • Array [
  • contractAddress string
    createdAtBlock integer
    createdAtBlockTime string
    ownerAddresses string[]
    rawMetadata integer[]
    tokenId string
    tokenName string
    tokenStandard string
    tokenSymbol string
    tokenURI string
    updatedAtBlock integer
    updatedAtBlockTime string
  • ]
  • paging object
    nextCursor string
    total integer
Loading...
Was this helpful?
Happy React is loading...