Subscriptions

@Serializable
@SerialName(value = "subscriptions")
data class Subscriptions(val type: String, val channels: List<CoinbaseWebSocketMessage.Subscriptions.ChannelSubscription>) : CoinbaseWebSocketMessage

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class ChannelSubscription(val name: String, val productIds: List<String>)

Properties

Link copied to clipboard