Coinbase Exchange API
cURL
curl --request GET \ --url https://api.exchange.coinbase.com/products/{product_id} \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>'
{ "id": "BTC-USD", "base_currency": "BTC", "quote_currency": "USD", "quote_increment": "0.01000000", "base_increment": "0.00000001", "display_name": "BTC/USD", "min_market_funds": "10", "margin_enabled": false, "post_only": false, "limit_only": false, "cancel_only": false, "status": "online", "status_message": "", "auction_mode": true }
Get information on a single product.
Min order price (a.k.a. price increment
online
offline
internal
delisted
Percentage to calculate highest price for limit buy order (Stable coin trading pair only)
Was this page helpful?