该用户的聊天记录定位。
or can it still be USDC.e
or can it still be USDC.e
does the capital for signature type 0 need to be pUSD
does the capital for signature type 0 need to be pUSD
``` PolyApiException[status_code=400, error_message={'error': 'not enough balance / allowance: the balance is not enough -> balance: 0,order amount: 2137760'}] ``` I'm getting this error from using the py_clob_client_v2 api with signature_type=0. I currently have 3$ of USDC.e in my wallet. What's going wrong? I have ran: ```py polyClient.update_balance_allowance( params=BalanceAllowanceParams(asset_type=AssetType.COLLATERAL) ) ``` but it didn't change anything.
``` PolyApiException[status_code=400, error_message={'error': 'not enough balance / allowance: the balance is not enough -> balance: 0,order amount: 2137760'}] ``` I'm getting this error from using the py_clob_client_v2 api with signature_type=0. I currently have 3$ of USDC.e in my wallet. What's going wrong? I have ran: ```py polyClient.update_balance_allowance( params=BalanceAllowanceParams(asset_type=AssetType.COLLATERAL) ) ``` but it didn't change anything.