Get Daily Withdrawal Limit
Returns your current daily withdrawal limit, the highest you can raise it to, and how much you have withdrawn and can still withdraw today.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Response
Successful Response
The most, in USD, that can be withdrawn from your accounts in a single day across all transfer types. This is the limit enforced on outbound transfers today.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"50000"
The highest daily withdrawal limit you can set, in USD. When null, no maximum is configured for your entity yet, so you can only lower the limit. Contact support@meow.com to raise it.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"100000"
The total, in USD, you have already withdrawn today.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"12500"
How much more, in USD, you can withdraw today before reaching your daily limit.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"37500"