Skip to main content
GET
/
api
/
v1
/
token
/
{token}
/
native_price
Get native price for the given token.
curl --request GET \
  --url https://api.cow.fi/mainnet/api/v1/token/{token}/native_price
{
  "price": 123
}

Path Parameters

token
string
required

20 byte Ethereum address encoded as a hex with 0x prefix.

Example:

"0x6810e776880c02933d47db1b9fc05908e5386b96"

Response

The estimated native price.

The estimated native price for the token

price
number

Estimated price of the token.

Last modified on March 17, 2026