@api-emulator/coinbase
v0.1.0
Published
Coinbase Advanced Trade APIs provide market products, account balances, historical orders, and order preview workflows.
Readme
@api-emulator/coinbase
Coinbase Advanced Trade APIs provide market products, account balances, historical orders, and order preview workflows.
Part of api-emulator — local drop-in replacement services for CI and no-network sandboxes.
Install
npm install @api-emulator/coinbaseRun
npx -p api-emulator api --plugin ./@coinbase/api-emulator.mjs --service coinbaseEndpoints
GET /api/v3/brokerage/timeGET /api/v3/brokerage/market/productsGET /api/v3/brokerage/market/products/:productIdGET /api/v3/brokerage/accountsGET /api/v3/brokerage/accounts/:accountUuidGET /api/v3/brokerage/orders/historical/batchPOST /api/v3/brokerage/orders/previewGET /inspect/contractGET /inspect/state
Auth
Uses fake local credentials only; provide any deterministic bearer token or API key expected by the client under test.
Seed Configuration
coinbase:
# Add provider-specific seed state here.