get all token prices
GET/v2
get all token prices
Request
Query Parameters
vs_currencies string
specify interested currencies only, otherwise, all currencies are returned
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
result
object
items
object[]
contractAddress string
symbol string
price
object
property name*
object
fiat string
price number
paging
object
nextCursor string
{
"result": {
"items": [
{
"contractAddress": "string",
"symbol": "string",
"price": {}
}
],
"paging": {
"nextCursor": "string"
}
}
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...