https://github.com/coinbase-samples/prime-scripts-py
Coinbase Prime REST and FIX API sample scripts
https://github.com/coinbase-samples/prime-scripts-py
Last synced: 5 months ago
JSON representation
Coinbase Prime REST and FIX API sample scripts
- Host: GitHub
- URL: https://github.com/coinbase-samples/prime-scripts-py
- Owner: coinbase-samples
- License: apache-2.0
- Created: 2022-08-10T19:36:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-21T02:58:15.000Z (8 months ago)
- Last Synced: 2025-10-21T04:27:26.609Z (8 months ago)
- Language: Python
- Homepage: https://docs.cloud.coinbase.com/prime/docs
- Size: 251 KB
- Stars: 21
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purpose
This repository demonstrates REST, WebSocket, and FIX APIs supported by Coinbase Prime.
Prime workshop link here: [https://prime.saworkshop.dev/](https://prime.saworkshop.dev/)
## Installation
Simply clone the repo to run scripts from your command line. Then, review the relevant README.md within each subdirectory for more details.
```bash
git clone https://github.com/coinbase-samples/prime-scripts-py
```