Skip to main content
GET
cURL

Authorizations

x-tenant-key
string
header
required

Tenant API key

Headers

X-Tenant-Signature
string
required

Hex HMAC-SHA256 of the timestamp, the uppercase method, the url as sent and the request body, keyed by the signing secret.

X-Tenant-Timestamp
string
required

Unix seconds. Checked before the signature.

Path Parameters

userId
string
required

Query Parameters

type
enum<string>

core.internal_transactions.type

Available options:
xp_earn,
xp_bonus,
xp_admin_adjust,
xp_redeem
status
enum<string>

core.internal_transactions.status

Available options:
initialized,
pending,
completed,
failed
created_from
string
created_to
string
limit
number<double>
default:10
page
number<double>
default:1

Response

success
boolean
required
data
object
errors
object[]
message
string