List all non-user initiated transactions per partner or per user V2
GET/v2/non-user-initiated-transactions
This endpoint returns a list of non-user-initiated transactions, categorised as either incoming (from staking rewards and giveaways) or outgoing (from metal storage fees):
- Metal storage fees are deducted weekly for users with metal assets
- Staking rewards are credited based on staked amounts
- Giveaways occur sporadically, typically during marketing campaigns.
Either a date range (date_start and date_end) or a user_id has to be provided to retrieve these transactions.
Request
Responses
- 200
- 401
- 422
- 429
- 500
- 503
Non-user initiated transactions collection.
Unauthorized
Error
Too Many Requests
Response Headers
x-ratelimit-limit
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
Example:
50, 50;w=1x-ratelimit-remaining
The number of requests remaining in the current rate limit window.
Example:
0x-ratelimit-reset
The number of seconds until the current rate limit window resets.
Example:
1x-envoy-ratelimited
Indicates the request was rate limited by the Envoy proxy.
Example:
trueError
Maintenance or Service unavailable