Skip to main content
POST
/
data-models
/
preview
Get table data preview
curl --request POST \
  --url https://api.flipsidecrypto.xyz/public/v3/data-models/preview \
  --header 'Content-Type: application/json' \
  --data '
{
  "tableName": "<string>"
}
'
[
  {}
]

Body

application/json
tableName
string
required

Fully qualified table name (e.g., ethereum.core.fact_transactions)

Minimum string length: 1

Response

Table preview data

{key}