{
  "functions": [
    {
      "description": "Conio SDK Login (V1)",
      "function_name": "ConioSdkLoginV1",
      "handler": "functions.v1.login",
      "method": "post",
      "name": "Login",
      "path": "/v1/login",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Signup (V1)",
      "function_name": "ConioSdkSignupV1",
      "handler": "functions.v1.signup",
      "method": "post",
      "name": "Signup",
      "path": "/v1/signup",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Logout (V1)",
      "function_name": "ConioSdkLogoutV1",
      "handler": "functions.v1.logout",
      "method": "post",
      "name": "Logout",
      "path": "/v1/logout",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Test (V1)",
      "function_name": "ConioSdkTestV1",
      "handler": "functions.v1.test",
      "method": "post",
      "name": "Test",
      "path": "/v1/test",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Wallet Info (V1)",
      "function_name": "ConioSdkWalletInfoV1",
      "handler": "functions.v1.get_wallet_info",
      "method": "get",
      "name": "WalletInfo",
      "path": "/v1/wallet_info",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Current BTC Address (V1)",
      "function_name": "ConioSdkCurrentBtcAddressV1",
      "handler": "functions.v1.get_current_btc_address",
      "method": "get",
      "name": "CurrentBTCAddress",
      "path": "/v1/current_btc_address",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Request BTC Withdrawal (V1)",
      "function_name": "ConioSdkRequestBtcWithdrawalV1",
      "handler": "functions.v1.request_btc_withdrawal",
      "method": "post",
      "name": "RequestBtcWithdrawal",
      "path": "/v1/request_btc_withdrawal",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Get BTC Withdrawal Fees (V1)",
      "function_name": "ConioSdkGetBtcWithdrawalFeesV1",
      "handler": "functions.v1.get_btc_withdrawal_fees",
      "method": "post",
      "name": "RequestBtcWithdrawalFees",
      "path": "/v1/get_btc_withdrawal_fees",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Withdraw BTC (V1)",
      "function_name": "ConioSdkWithdrawBtcV1",
      "handler": "functions.v1.withdraw_btc",
      "method": "post",
      "name": "WithdrawBtc",
      "path": "/v1/withdraw_btc",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Get activities (V1)",
      "function_name": "ConioSdkGetActivitiesV1",
      "handler": "functions.v1.get_activities",
      "method": "post",
      "name": "GetActivities",
      "path": "/v1/activities",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Get activity (V1)",
      "function_name": "ConioSdkGetActivityV1",
      "handler": "functions.v1.get_activity",
      "method": "post",
      "name": "GetActivity",
      "path": "/v1/activity",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Get current price (V1)",
      "function_name": "ConioSdkGetCurrentPriceV1",
      "handler": "functions.v1.get_current_price",
      "method": "post",
      "name": "GetCurrentPrice",
      "path": "/v1/current_price",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Get historical prices (V1)",
      "function_name": "ConioSdkGetHistoricalPricesV1",
      "handler": "functions.v1.get_historical_prices",
      "method": "post",
      "name": "GetHistoricalPrices",
      "path": "/v1/historical_prices",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Test No Auth(V1)",
      "function_name": "ConioSdkTestNoAuthV1",
      "handler": "functions.v1.test_no_auth",
      "method": "get",
      "name": "TestNoAUth",
      "path": "/v1/test_no_auth",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Refresh Token (V1)",
      "function_name": "ConioSdkRefreshTokenV1",
      "handler": "functions.v1.refresh_token",
      "method": "post",
      "name": "RefreshToken",
      "path": "/v1/refresh_token",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Create or refresh Ask (V1)",
      "function_name": "ConioSdkCreateOrRefreshAskV1",
      "handler": "functions.v1.create_or_refresh_ask",
      "method": "post",
      "name": "CreateOrRefreshAsk",
      "path": "/v1/asks/create",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Pay for Ask (V1)",
      "function_name": "ConioSdkPayForAskV1",
      "handler": "functions.v1.pay_for_ask",
      "method": "post",
      "name": "PayForAsk",
      "path": "/v1/asks/pay",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Finalize payment for Ask (V1)",
      "function_name": "ConioSdkFinalizePaymentForAskV1",
      "handler": "functions.v1.finalize_payment_for_ask",
      "method": "post",
      "name": "FinalizePaymentForAsk",
      "path": "/v1/asks/finalize",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Create or refresh bid (V1)",
      "function_name": "ConioSdkCreateOrRefreshBidV1",
      "handler": "functions.v1.create_or_refresh_bid",
      "method": "post",
      "name": "CreateOrRefreshBid",
      "path": "/v1/bids/create",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK pay for bid (V1)",
      "function_name": "ConioSdkPayForBidV1",
      "handler": "functions.v1.pay_for_bid",
      "method": "post",
      "name": "PayForBid",
      "path": "/v1/bids/pay",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK pay for bid using wiretransfers(V1)",
      "function_name": "ConioSdkPayForBidUsingWiretransfersV1",
      "handler": "functions.v1.pay_for_bid_using_wiretransfers",
      "method": "post",
      "name": "PayForBidWT",
      "path": "/v1/bids/pay_wt",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK finalize bid (V1)",
      "function_name": "ConioSdkFinalizeBidV1",
      "handler": "functions.v1.finalize_bid",
      "method": "post",
      "name": "FinalizeBid",
      "path": "/v1/bids/finalize",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK finalize bid using wiretransfers (V1)",
      "function_name": "ConioSdkFinalizeBidUsingWiretransfersV1",
      "handler": "functions.v1.finalize_bid_using_wiretransfer",
      "method": "post",
      "name": "FinalizeBidWT",
      "path": "/v1/bids/finalize_wt",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK get trading limits (V1)",
      "function_name": "ConioSdkGetTradingLimits2V1",
      "handler": "functions.v1.get_trading_limits",
      "method": "get",
      "name": "GetTradingLimits2",
      "path": "/v1/trading_limits",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK test function for debugging purpose (V1)",
      "function_name": "ConioSdkRunPythonCode",
      "handler": "functions.v1.run_python_code",
      "method": "post",
      "name": "RunPythonCode",
      "path": "/v1/run_python_code",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK T&C and privacy policies (V1)",
      "function_name": "ConioSdkGetTCAndPrivacyPoliciesV1",
      "handler": "functions.v1.get_terms_and_conditions_and_privacy_policy",
      "method": "get",
      "name": "GetTCAndPrivacyPolicies",
      "path": "/v1/terms_and_conditions_and_privacy_policy",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    },
    {
      "description": "Conio SDK Notify Wallet Info (V1)",
      "function_name": "ConioSdkNotifyWalletInfoV1",
      "handler": "functions.v1.notify_wallet_info",
      "method": "post",
      "name": "NotifyWalletInfo",
      "path": "/v1/notify_wallet_info/{wallet_reference_id}",
      "variables": [
        [
          "CONIO_WEBSTACK",
          "aws"
        ]
      ]
    }
  ]
}
