Get a bounded, independently available account snapshot.
const url = 'https://data.predictefy.com/v1/accounts/example/example';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://data.predictefy.com/v1/accounts/example/example \ --header 'Authorization: Bearer <token>'Returns at most 20 rows per public, served resource with no more than four venue calls. Each resource fails independently: unavailable data is null with an availability and reason, while a supported empty resource is []. owner_auth_required data remains SDK-local and is never fetched here. Derived and unsupported values are not fabricated. Unknown venues return 404 VENUE_NOT_AVAILABLE; structurally invalid account ids return 400 VALIDATION_ERROR.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”A bounded snapshot; individual upstream failures remain resource-local.
object
object
object
object
Exact when the first adapter page proves the complete count; otherwise null.
object
object
Exact when the first adapter page proves the complete count; otherwise null.
object
object
Exact when the first adapter page proves the complete count; otherwise null.
object
object
Exact when the first adapter page proves the complete count; otherwise null.
object
Example
{ "data": { "capabilities": { "balances": "public", "positions": "public", "openOrders": "public", "fills": "public" }, "balances": { "availability": "available", "provenance": { "source": "venue_api", "visibility": "public" }, "data": [ { "kind": "cash" } ] }, "positions": { "availability": "available", "provenance": { "source": "venue_api", "visibility": "public" }, "data": [ { "side": "long", "status": "open" } ] }, "openOrders": { "availability": "available", "provenance": { "source": "venue_api", "visibility": "public" }, "data": [ { "side": "buy", "orderType": "limit" } ] }, "fills": { "availability": "available", "provenance": { "source": "venue_api", "visibility": "public" }, "data": [ { "side": "buy" } ] } }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}