List participant lots
Balances
List participant lots
List lots for a participant by asset. Only applicable to LOT inventory mode assets.
GET
List participant lots
Returns individual lots for aDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
LOT mode asset belonging to a participant. Only applies to assets configured in LOT mode — for SIMPLE mode assets, use the balances endpoint instead.
Each lot includes:
remaining: balance still available in this lotstatus:DEFERRED,AVAILABLE,HELD,CONSUMED, orEXPIREDreference_id: correlation ID linking this held lot to a hold operation, if setexpires_at: when this lot expires, if setmatures_at: when this lot becomes spendable, if set
status, expires_before, expires_after, and reference_id to find lots nearing expiration, isolate held lots, or identify lots belonging to a specific hold.
For usage patterns and examples, see the Balance Operations guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Participant ID
Query Parameters
Program ID
Asset ID
Filter by status: AVAILABLE, HELD, DEFERRED, CONSUMED, EXPIRED
Filter lots expiring before this time (RFC 3339)
Filter lots expiring after this time (RFC 3339)
Filter lots by reference_id correlation key
Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response