Skip to main content
POST
Check token ownership

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
token_id
string<uuid>
required
user_address
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
user_id
string<uuid>

Response

Successful response

success
enum<boolean>
required
Available options:
true
is_holder
boolean
required
balance
number
required
cached
boolean