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
blockchain
enum<string>
required
Available options:
ton
addresses
string[]
required

Response

200
application/json
prices
address
string
required
usd_price
number
required