# Users

{% hint style="info" %}
Production URL: [https://users-v1-api-rdqehkur6a-ey.a.run.app](https://users-v1-api-rdqehkur6a-ey.a.run.app/)
{% endhint %}

## Create User

{% hint style="info" %}
Supported Date formats includes:\
"2015-03-25" (The International Standard)\
"03/25/2015"\
"Mar 25 2015" or "25 Mar 2015"\
1726726779171 (Epoch milliseconds)
{% endhint %}

{% openapi src="<https://tygapay.github.io/docs/definition.json>" path="/user" method="post" %}
<https://tygapay.github.io/docs/definition.json>
{% endopenapi %}

## Get User

{% openapi src="<https://tygapay.github.io/docs/definition.json>" path="/user" method="get" %}
<https://tygapay.github.io/docs/definition.json>
{% endopenapi %}

## Get User Balances

{% openapi src="<https://tygapay.github.io/docs/definition.json>" path="/user/balances" method="get" %}
<https://tygapay.github.io/docs/definition.json>
{% endopenapi %}

## Get User Crypto Deposit Addresses

{% openapi src="<https://tygapay.github.io/docs/definition.json>" path="/user/deposit-addresses" method="get" %}
<https://tygapay.github.io/docs/definition.json>
{% endopenapi %}
