GET
/
markets
/
coins
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    "<any>"
  ],
  "success": true
}

Query Parameters

coin_ids
string
required

Coin IDs

Response

200
application/json
OK
error
string
pagination
object
result
any[]
success
boolean