User information
Get details about backpack users
Get details of a user from their public key
GET
https://xnft-api-server.xnfts.dev//v1/users/fromPubkey
Query Parameters
Name
Type
Description
publicKey*
String
Public key of the user
blockchain*
Which blockchain the query is for (solana or ethereum)
Get details of a user from their username
GET
https://xnft-api-server.xnfts.dev/v1/users/fromUsername
Query Parameters
Name
Type
Description
username*
String
username of user
Get details of a user from their id
GET
https://xnft-api-server.xnfts.dev/v1/users
Query Parameters
Name
Type
Description
user_id*
String
id of the user
Last updated