Kansen logoKansen
Markets
GET
/book/{tokenId}

Path Parameters

tokenId*string

Response Body

application/json

curl -X GET "https://example.com/book/string"
{
  "market": "string",
  "asset_id": "string",
  "timestamp": "string",
  "hash": "string",
  "bids": [
    {
      "price": "string",
      "size": "string"
    }
  ],
  "asks": [
    {
      "price": "string",
      "size": "string"
    }
  ]
}