Retrieve Chips by chip id
Retrieve chip details using its unique ID. This endpoint returns comprehensive data about the chip, including its Node address, owner address, and metadata such as name, description, and image.
GET
/nta/chips/
{chip_id}
Path Parameters
chip_id
Requiredinteger
The unique identifier of the chip to retrieve.
A successful response containing detailed information about the specified chip. The data includes the chip's ID, Node address, owner address, and metadata such as name, description, and image.