get multiple token prices
GET/v2/prices
get multiple token prices
Request
Query Parameters
addresses string
token address list, separated by the comma(",")
timestamp number
to request price at timestamp, in unix seconds
vs_currencies string
specify interested currencies only, otherwise, all currencies are returned
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
result
object
property name*
object
symbol string
price
object
property name*
object
fiat string
price number
{
"result": {}
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...