GET
/
assets
/
{id}
curl --request GET \
  --url http://localhost:4000/assets/{id} \
  --header 'api_key: <api_key>'
{
  "created_at": "<string>",
  "fractions": 123,
  "id": "<string>",
  "name": "<string>",
  "owner": "<string>",
  "symbol": "<string>",
  "updated_at": "<string>"
}

Headers

api_key
string
required

Path Parameters

id
string
required

Query Parameters

projectId
number
required

Response

200
application/json
Success response
created_at
string
required
fractions
number
required
id
string
required
name
string
required
owner
string
required
symbol
string
required
updated_at
string
required