Coinbase Exchange API
cURL
curl --request GET \ --url https://api.exchange.coinbase.com/margin/auto-loan \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>'
{ "auto_loan": true }
Get the setting to automatically initiate loans to meet margin calls with Coinbase affiliates in accordance with the Lending Agreement and Side Letter
A successful response.
The response is of type object.
object
Was this page helpful?