Community
Limites do consumer
almost 5 years ago by Thiago Pinto
Onde posso consultar os limites do consumidor?
- o limite de transferencia de uma conta
- o limite para TED
- o limite entre contas Parati
Eu suspeito que seja esse endpoint, mas não tenho certeza "https://testnet.btcore.app/consumers/:id/limits"
Se for qual desses representa cada um dos ítens?
E quando está zero (0), seria infinito ou nenhum?
[
{
"value": 3,
"type": "num_cards_active"
},
{
"value": 0,
"type": "transaction_sum_current_month"
},
{
"value": 0,
"type": "transaction_sum_current_week"
},
{
"value": 0,
"type": "transaction_sum_current_day"
},
{
"value": 0,
"type": "received_current_month"
},
{
"value": 0,
"type": "received_current_week"
},
{
"value": 0,
"type": "received_current_day"
},
{
"value": 10,
"type": "mobile_credit_sum_current_day"
}
]