Skip to main content
GET
cURL

Authorizations

X-API-KEY
string
header
required

Query Parameters

chain
string
required

Blockchain network to use

Required string length: 1 - 255
Example:

"arbitrum-sepolia"

user_id
string

Ethereum address of the user we are insterested, if not present then the address of the logged user will be used

Pattern: ^(0x)?[0-9a-fA-F]{40}$
Example:

"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"

app_id
string

Ethereum addres of the application we are interested, if not present then results will not contain token balances

Pattern: ^(0x)?[0-9a-fA-F]{40}$
Example:

"0x9716fb655f2a72b1fc1b4db02b8ad20b6747442a"

Response

Displays the on-chain profile for a user

User profile

user_id
string
required
Pattern: ^(0x)?[0-9a-fA-F]{40}$
xp_balance
string
required

XP token balabce

Example:

"123"

collected_badges
object[]
required

List of badges received by this user

completed_actions
object[]
required

List of actions completed by this user