Closed CRBl69 closed 6 months ago
This PR fixes the base_volume_nominal field in the /tickers endpoint.
base_volume_nominal
/tickers
hot-208
begin;
up.sql
SELECT * FROM api.tickers
Description
This PR fixes the
base_volume_nominal
field in the/tickers
endpoint.Testing
Easy way
hot-208
begin;
up.sql
file and runSELECT * FROM api.tickers
and triple check the dataHard way
SELECT * FROM api.tickers
and triple check the dataChecklist