POST
/
v1
/
token
/
price
curl --request POST \
  --url https://backend.swap.coffee/v1/token/price \
  --header 'Content-Type: application/json' \
  --data '{
  "blockchain": "ton",
  "addresses": [
    "<string>"
  ]
}'
[
  {
    "address": "<string>",
    "usd_price": 123
  }
]

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200
application/json

prices

The response is of type object[].