Coinbase Exchange API
Get the USDC to USD auto conversion setting to meet margin calls with eligible Coinbase Affiliate
cURL
curl --request GET \ --url https://api.exchange.coinbase.com/margin/usdc \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>'
{ "enabled": true }
A successful response.
The response is of type object.
object
Was this page helpful?