Coinbase offers public Market Data through REST Endpoints, when you call one of these endpoints, you will get an snapshot of the market data requested.
The Market Data Endpoints doesn't require authentication, so are freely available to all users.
Example: to get an snapshot of the book BTC-USD, do the following call
oCoinbase := TsgcWSAPI_Coinbase.Create(nil);
ShowMessage(oCoinbase.REST_API.GetPublicProductBook('BTC-USD'));