Expand description
Coinbase header key constants for type safety and performance
Constants§
- AUTHORIZATION
- The header key for authorization.
- CB_
ACCESS_ KEY - The header key for the API key.
- CB_
ACCESS_ SIGN - The header key for the signature.
- CB_
ACCESS_ TIMESTAMP - The header key for the timestamp.
Functions§
- authorization
- Returns the
Authorizationheader key as aSmartString. - cb_
access_ key - Pre-allocated SmartString constants for zero-allocation header creation
Returns the
CB-ACCESS-KEYheader key as aSmartString. - cb_
access_ sign - Returns the
CB-ACCESS-SIGNheader key as aSmartString. - cb_
access_ timestamp - Returns the
CB-ACCESS-TIMESTAMPheader key as aSmartString.