latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

crypto:open-close

Daily Open/Close

Get the open, close prices of a cryptocurrency symbol on a certain day.

get/v1/open-close/crypto/{from}/{to}/{date}

Path parameters

fromstring required

The "from" symbol of the pair.

tostring required

The "to" symbol of the pair.

datestring date required

The date of the requested open/close in the format YYYY-MM-DD.

Query parameters

adjustedboolean

Whether or not the results are adjusted for splits. By default, results are adjusted. Set this to false to get results that are NOT adjusted for splits.

Response

The open/close of this symbol.

closenumber double required

The close price for the symbol in the given time period.

daystring date required

The date requested.

isUTCboolean required

Whether or not the timestamps are in UTC timezone.

opennumber double required

The open price for the symbol in the given time period.

symbolstring required

The symbol pair that was evaluated from the request.