This commit is contained in:
Cryptoval Trading Technologies
2026-04-02 00:57:01 +00:00
parent 55f1806c02
commit 63049279c6
+2 -3
View File
@@ -41,9 +41,8 @@
, "api": {
"REST": {
"positions_url": ["GET", "http://@env{SIM_HOST}:@env{SIM_ORDER_ENTRY_REST_PORT}"]
, "trades_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/orders/historical/fills"]
, "get_transactions_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/transaction_summary"]
"positions_url": ["GET", "http://@env{SIM_HOST}:@env{SIM_ACCOUNTING_REST_PORT}/positions"]
, "trades_url": ["GET", "http://@env{SIM_HOST}:@env{SIM_ACCOUNTING_REST_PORT}/trades"]
}
}
}