coinbase-samples / prime-scripts-py

Coinbase Prime REST and FIX API sample scripts

Home Page:https://docs.cloud.coinbase.com/prime/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

state_date requirement inconsistency

corlinp opened this issue · comments

The API reference states that start_date is required for the get portfolio orders endpoint:
https://docs.cloud.coinbase.com/prime/reference/primerestapi_getorders

However, this example of the request does not include the start_date param:
https://github.com/coinbase-samples/prime-scripts-py/blob/main/REST/prime_get_orders.py

start_date is not required for this endpoint