Skip to main content
GET
Payout queue — bulk payout eligibility

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Query Parameters

type
enum<string>
default:sim_funded

Account type to check. Payouts normally apply to sim_funded accounts only — evaluation/competition are supported for special cases.

Available options:
evaluation,
sim_funded,
competition
eligibleOnly
boolean
default:false

Return only accounts that are payout-eligible right now.

limit
integer
default:100

Accounts per page (eligibility is computed live for each account on the page).

Required range: 1 <= x <= 200
offset
integer
default:0

Pagination offset.

Required range: x >= 0

Response

Payout queue computed

success
boolean
Example:

true

data
object
Example: