Back to All

Limites do consumer

Onde posso consultar os limites do consumidor?

  1. o limite de transferencia de uma conta
  2. o limite para TED
  3. 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"
}
]