Get API profiles
Description
Based on: /docs/rest-api/get-api-profiles
Get API profiles with balances (connected exchange accounts) from WunderTrading.
Use to ask about:
- API profiles
- balances
- connected exchange accounts
- trading accounts
- account status
- accounts on specific exchanges
Supports filtering by:
- exchanges (exchange codes like BINANCE, OKEX, BYBIT)
- apiProfiles (specific profile IDs)
- statuses (active, no assets, error, disabled)
Prompt example
Show my API profiles.
Prompt example
List active accounts.
Prompt example
Get accounts on Binance.
Input Schema
The Input Schema Provided to LLM.
{
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "Page number (use next_page from previous response)"
},
"limit": {
"type": "number",
"description": "Optional. Number of profiles to return (max 100, default 100)"
},
"exchanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of exchange codes (e.g. ['BINANCE','BINANCE_FUTURES','BYBIT'])"
},
"apiProfiles": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of API profile IDs / codes (e.g. ['142fs3ddd','2efsdfssdf','3565fdgsfs'])"
},
"statuses": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of statuses. Available: active,no_assets,error,disabled. Example: ['active','error'])"
}
},
"additionalProperties": false
}
}
We are continuously improving the platform, and new endpoints and features will be added soon to make your automated trading more flexible and efficient.