# Get chain URL

## Get chain URL

<mark style="color:blue;">`GET`</mark> `/api/v1/oauth2/chainurl`

#### Headers

| Name                                           | Type   | Description  |
| ---------------------------------------------- | ------ | ------------ |
| Access-Token<mark style="color:red;">\*</mark> | String | access token |

#### Request Body

| Name                                      | Type   | Description |
| ----------------------------------------- | ------ | ----------- |
| chainid<mark style="color:red;">\*</mark> | String | chainid     |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "code": 200,
    "data": {
        "name": "rinkeby",
        "symbol": "ETH",
        "url": "https://eth-rinkeby.alchemyapi.io/v2/NX86HrTZc6caDu_urojNoCF42rQWZzLf"
    },
    "message": "",
    "msg": "",
    "msgTitle": null
}
```

{% endtab %}
{% endtabs %}
