Error
Users
Open / filled / cancelled orders for the authenticated wallet.
status=open filters to active book orders (not cancelled, not fully filled). status=filled returns orders where filled >= quantity. status=cancelled returns cancelled orders. status=all returns everything.
GET
Error
Authorizations
HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.
Path Parameters
Alephium address (base58, optional :N group suffix).
Required string length:
30 - 80Pattern:
^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$Query Parameters
Alephium address (base58, optional :N group suffix).
Required string length:
30 - 80Pattern:
^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$Available options:
open, filled, cancelled, all Required range:
1 <= x <= 200Accepted-sequence cursor returned by the previous page.
Pattern:
^[1-9][0-9]*$Last modified on August 11, 2026

