Skip to main content

Get table information

Returns information about a single table, including schema information

Path Parameters
chainId int32 REQUIRED

The parent chain to target

Example: 80002

tableId string REQUIRED

Table identifier

Example: 1

Responses
200

successful operation

Schema OPTIONAL
name string OPTIONAL
external_url string OPTIONAL
animation_url string OPTIONAL
image string OPTIONAL
attributes object[] OPTIONAL
display_type string OPTIONAL

The display type for marketplaces

trait_type string OPTIONAL

The trait type for marketplaces

value object OPTIONAL

The value of the property

schema object OPTIONAL
columns object[] OPTIONAL
name string OPTIONAL
type string OPTIONAL
constraints string[] OPTIONAL
table_constraints string[] OPTIONAL
400

Invalid chain or table identifier

404

Table Not Found

429

Too Many Requests

500

Internal Server Error