Hi,
In the API docs, GET /v1/exchange_accounts/paged is described as returning an array of objects, each containing exchangeAccount (array), paging (object), prevUrl, and nextUrl.
However, when I call this endpoint in the Sandbox with:
GET https://sandbox-api.fireblocks.io/v1/exchange_accounts/paged
(using a valid X-API-Key and signed JWT), I get an empty array [] if there are no connected accounts, and not the described object/array-of-objects structure.
Questions:
-
Is this expected for an empty state, or is it a difference between Sandbox and production?
-
Should the docs clarify the actual response shape for both empty and non-empty cases?