Shared
ModelsExpand Collapse
class BaseResponse: …
class BaseResponse: …
Response metadata, including the request ID and optional pagination info.
next_page_token: Optional[str]
next_page_token: Optional[str]
Base64URL-encoded pagination token containing limit and offset
formatbyte
previous_page_token: Optional[str]
previous_page_token: Optional[str]
Base64URL-encoded pagination token containing limit and offset
formatbyte
class ResponseMetadata: …
class ResponseMetadata: …
Metadata for the response. This will always contain a request ID which can be used to identify the request to Clear Street for tracing, and optionally may include pagination data.
next_page_token: Optional[str]
next_page_token: Optional[str]
Base64URL-encoded pagination token containing limit and offset
formatbyte
previous_page_token: Optional[str]
previous_page_token: Optional[str]
Base64URL-encoded pagination token containing limit and offset
formatbyte