# Get latest price

## Get latest price

<mark style="color:blue;">`GET`</mark> `/api/v1/cryptocurrency/quotes/<symbol>`

#### Headers

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

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

```javascript
{
    "code": 200,
    "data": {
        "percent_change_24h": "0.52024893", //24hr　0.52％
        "price:": "1817.680321619358"　　　　//latest USD price
    },
    "msg": ""
}
```

{% endtab %}
{% endtabs %}
