CoinbaseCdpTokenRequestInput
Coinbase CDP token request parameters.
Contents
- requestMethod
-
The HTTP method for the payment API request.
Type: String
Valid Values:
GET | POST | PUT | DELETE | PATCHRequired: Yes
- requestPath
-
The path of the payment API request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
/[a-zA-Z0-9/_\-\.~%?=&]+Required: Yes
- includeWalletAuthToken
-
Set to true for wallet write operations (requires walletSecret configured).
Type: Boolean
Required: No
- requestBody
-
Request body JSON — used to generate wallet auth JWT.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 16384.
Pattern:
[\u0009\u000A\u000D\u0020-\u007E]+Required: No
- requestHost
-
The host for the payment API request. Defaults to "api.cdp.coinbase.com".
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9\-\.]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: