CoinbaseCdpTokenRequestInput¶
Structure Class¶
CoinbaseCdpTokenRequestInput
dataclass
¶
Coinbase CDP token request parameters.
Attributes¶
include_wallet_auth_token
class-attribute
instance-attribute
¶
include_wallet_auth_token: bool = False
Set to true for wallet write operations (requires walletSecret configured).
request_body
class-attribute
instance-attribute
¶
request_body: str | None = None
Request body JSON --- used to generate wallet auth JWT.
request_host
class-attribute
instance-attribute
¶
request_host: str | None = None
The host for the payment API request. Defaults to "api.cdp.coinbase.com".
request_method
instance-attribute
¶
request_method: PaymentHttpMethodType
The HTTP method for the payment API request.