Get a paper trading account
curl --request GET \
--url https://api.agg.market/apps/{appId}/paper-trading/accounts/{accountId} \
--header 'x-app-api-key: <api-key>'{
"id": "<string>",
"appId": "<string>",
"name": "<string>",
"externalId": "<string>",
"currency": "<string>",
"startingBalanceRaw": "<string>",
"startingBalance": 123,
"cashBalanceRaw": "<string>",
"cashBalance": 123,
"realizedPnlRaw": "<string>",
"realizedPnl": 123,
"kycStatus": "verified",
"kycVerified": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}Execution
Get a paper trading account
GET
/
apps
/
{appId}
/
paper-trading
/
accounts
/
{accountId}
Get a paper trading account
curl --request GET \
--url https://api.agg.market/apps/{appId}/paper-trading/accounts/{accountId} \
--header 'x-app-api-key: <api-key>'{
"id": "<string>",
"appId": "<string>",
"name": "<string>",
"externalId": "<string>",
"currency": "<string>",
"startingBalanceRaw": "<string>",
"startingBalance": 123,
"cashBalanceRaw": "<string>",
"cashBalance": 123,
"realizedPnlRaw": "<string>",
"realizedPnl": 123,
"kycStatus": "verified",
"kycVerified": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}Authorizations
App-scoped API key for programmatic app management.
Response
200
Available options:
verified Available options:
true Available options:
active, archived ⌘I