Profiles
Last updated
Last updated
profile
Returns a single Profile according to its id
.
profiles
Returns multiple Profiles according to the passed.
Profile
The Profile
object type contains the following fields:
id
: ID
- the Profile's 0x
-style wallet address expressed as a String
owner
: String
- the Profile's 0x
-style wallet address (same as id
)
name
: String
- the in-game name associated with the Profile
created
: Int
- the UNIX timestamp of the Profile's creation; may return null
depending on when the Profile was last updated
Profile Image Fields (Old)
picId
: Int
- the id of the original in-game pfp; deprecated and only used by Profiles that have not been migrated to the newer version
heroId
: Int
- the id of a Hero image chosen as an in-game pfp; deprecated and only used by Profiles that have not been migrated to the newer version
Profile Image Fields (New)
collectionId
: Int
- a mapping of Profile pfp collection options; returns 0
for built-in options, 1
for Hero pfps, and 2
for BAYC pfps.
nftId
: Int
- the specific NFT/image ID corresponding to the collectionId
(e.g. Hero ID, BAYC ID)
picUri
: String
- a URI pointing to the pfp image; note that the Hero image URIs are not active
Query a Profile by wallet address
Query a Profile by in-game Profile name
Query all Profiles using a BAYC in-game pfp