Shared
ModelsExpand Collapse
BaseResponse { metadata, error }
BaseResponse { metadata, error }
Response metadata, including the request ID and optional pagination info.
next_page_token?: string | null
next_page_token?: string | null
Base64URL-encoded pagination token containing limit and offset
formatbyte
page_number?: number | null
page_number?: number | null
Pagination. Included if this was a GET (list) response
formatint32
minimum0
previous_page_token?: string | null
previous_page_token?: string | null
Base64URL-encoded pagination token containing limit and offset
formatbyte
ResponseMetadata { request_id, next_page_token, page_number, 3 more }
ResponseMetadata { request_id, next_page_token, page_number, 3 more }
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?: string | null
next_page_token?: string | null
Base64URL-encoded pagination token containing limit and offset
formatbyte
page_number?: number | null
page_number?: number | null
Pagination. Included if this was a GET (list) response
formatint32
minimum0
previous_page_token?: string | null
previous_page_token?: string | null
Base64URL-encoded pagination token containing limit and offset
formatbyte