improved

Add Account Label Filter

Release Date

Wednesday, February 1, 2022

Release Type

Informational – No action or changes necessary from platforms.

Summary

Zero Hash has now added an account label query parameter to the following endpoints:

  • GET /trades
  • GET /positions
  • GET /withdrawals/requests
  • GET /deposits

Prior to this release, platforms were not able to designate a specific account label for these responses and thus received back a larger data set than was needed.

Account Labels can be thought of as "sub account groups". Within each account group, you can have many account labels. They are used to separate funds at a more granular level. One individual can have two separated BTC accounts, for example.

Platforms are now able to add the account label filter to all of these responses in order to query by account label as well as participant code.

Action Required

Informational – No action or changes necessary from platforms.

Endpoints Impacted

The following endpoints are impacted due to this feature improvement, the change being available in both Cert and Production environments:

  • GET /trades
  • GET /positions
  • GET /withdrawals/requests
  • GET /deposits

Relevant Documentation