pub type BybitEscrowSubMembersResponse = BybitResponse<BybitSubMembersPagedResult>;Expand description
Response alias for the escrow (fund-custodial) sub-account list
(/v5/user/escrow_sub_members); shares the paginated sub-member shape.
§References
Aliased Type§
pub struct BybitEscrowSubMembersResponse {
pub ret_code: i64,
pub ret_msg: String,
pub result: BybitSubMembersPagedResult,
pub ret_ext_info: Option<Value>,
pub time: Option<i64>,
}Fields§
§ret_code: i64Return code (0 = success).
ret_msg: StringTextual message accompanying the response.
result: BybitSubMembersPagedResultActual payload returned by the endpoint.
ret_ext_info: Option<Value>Additional metadata returned by some endpoints.
time: Option<i64>Server time in milliseconds when the response was produced.