I migrated from API v3 but my calls return errors
Key v3 to v4 migration changes:
Base URL:
/api3→/api4All endpoints now require a version suffix (
/v1or/v2)Response structure changed — parse
{ config: {}, data: [] }instead of the flat v3 formatSome parameter names changed (e.g.
symbol→topicin many endpoints)
Helpful links