Expand description
Provides the HTTP client integration for the Coinbase International REST API.
This module defines and implements a CoinbaseIntxHttpClient
for
sending requests to various Coinbase endpoints. It handles request signing
(when credentials are provided), constructs valid HTTP requests
using the [HttpClient
], and parses the responses back into structured data or a CoinbaseIntxHttpError
.
Structs§
- Coinbase
Intx Http Client - Provides a higher-level HTTP client for the Coinbase International REST API.
- Coinbase
Intx Http Inner Client - Provides a lower-level HTTP client for connecting to the Coinbase International REST API.
- Coinbase
Intx Response - Represents an Coinbase HTTP response.