// Spot trading domain — placeholder for future implementation.
//
// When spot support is added:
// - models/ will contain spot-specific request/response types
// - endpoints/ will contain impl SpotClient { ... } blocks
// - SpotClient will wrap crate::rest::client::RestClient with spot API paths (/api/v3/*)