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
}
]
prices
The response is of type object[]
.
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
}
]
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
}
]
prices
The response is of type object[]
.
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
}
]