Bitpanda API
    • REST API
      • Overview
      • API key generation
      • Migrating from the legacy API
      • Endpoints
        • Quotes
          • Create a trading quote
          • Accept a trading quote
        • Portfolio
          • Get portfolio overview
          • Get portfolio performance history
        • Operations
          • List operations
        • Currencies
          • List available currencies
        • Assets
          • List available assets
        • Earn
          • Execute an earn action (stake or unstake)
          • List earn asset configurations
        • Tickers
          • Get the ticker for a given asset
        • Trading Limits
          • Get current trading limits and remaining budget
          • Set daily trading volume limits for this API key
      • Schemas
        • CreateQuoteRequest
        • CreateQuoteResponse
        • QuoteDetailResponse
        • SingleItemResponseCreateQuoteResponse
        • AcceptQuoteExecutionResponse
        • AcceptQuoteResponse
        • AcceptQuoteTaxResponse
        • SingleItemResponseAcceptQuoteResponse
        • EarnActionRequest
        • EarnActionResponse
        • SingleItemResponseEarnActionResponse
        • SingleItemResponseTickerResponse
        • TickerResponse
        • ListItemResponsePortfolioPositionResponse
        • MoneyResponse
        • PortfolioPositionResponse
        • Data
        • Datapoint
        • PortfolioHistoryResponse
        • CompensatesInfoResponse
        • OperationResponse
        • OperationTransactionResponse
        • PaginatedListItemResponseOperationResponse
        • TradeResponse
        • EarnAssetConfigResponse
        • PaginatedListItemResponseEarnAssetConfigResponse
        • CurrencyResponse
        • ListItemResponseCurrencyResponse
        • AssetResponse
        • PaginatedListItemResponseAssetResponse
    • MCP Server
      • Getting Started
    • Rate Limits
      • API and MCP Rate Limits
    • Feedback & Support
      • Community Hub

    OperationResponse

    {
        "operation_id": "cb4ede3c-a5d1-45e3-a9d2-fe83accbce52",
        "operation_type": "string",
        "transactions": [
            {
                "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
                "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
                "currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b",
                "wallet_id": "d9a8fbfc-848f-43a2-9168-911ed3a04a48",
                "wallet_owner": "string",
                "asset_amount": {
                    "value": "string",
                    "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
                    "currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
                },
                "fee_amount": {
                    "value": "string",
                    "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
                    "currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
                },
                "transaction_type": "string",
                "flow": "INCOMING",
                "order_id": "string",
                "credited_at": "2019-08-24T14:15:22.123Z",
                "asset_balance_after": {
                    "value": "string",
                    "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
                    "currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
                },
                "compensates": "32e991b0-f939-47ee-831e-3a047e2e2141",
                "compensates_info": {
                    "operation_type": "string",
                    "transaction_type": "string"
                },
                "index_asset_id": "d860fb46-e64b-4d92-83b6-cd90434002c9",
                "trade": {
                    "trade_id": "716cb486-5256-4659-973c-189b58daa723",
                    "fee": {
                        "value": "string",
                        "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
                        "currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
                    },
                    "fee_percentage": "string",
                    "rate": "string",
                    "rate_with_fee": "string",
                    "to_eur_rate": "string"
                }
            }
        ]
    }
    Built with