> For the complete documentation index, see [llms.txt](https://docs.12cbbd8f58-hosting.gitbook.io.cryptocadet.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.12cbbd8f58-hosting.gitbook.io.cryptocadet.app/user-api/user-customprice.md).

# /user/customPrice

```javascript
await axios.post(`https://api.cryptocadet.app/api/user/customPrice`, {
network,
token,
decimals
})
```

{% tabs %}
{% tab title="Parameters" %}
network: 'Ethereum'

token: '0xdAC17F958D2ee523a2206206994597C13D831ec7'

decimals: 6
{% endtab %}

{% tab title="Response" %}
Status: 200

Data: {response}
{% endtab %}
{% endtabs %}
