curl --request GET \
--url https://trade.predexon.com/api/accounts \
--header 'x-api-key: <api-key>'{
"accounts": [
{
"accountId": "<string>",
"createdAt": "<string>",
"venues": {}
}
]
}List all accounts owned by the calling API key.
curl --request GET \
--url https://trade.predexon.com/api/accounts \
--header 'x-api-key: <api-key>'{
"accounts": [
{
"accountId": "<string>",
"createdAt": "<string>",
"venues": {}
}
]
}