The Grid API

The Grid API

The Grid API

Our API makes accessing accurate and up-to-date ecosystem metadata easy for developers

Our API makes accessing accurate and up-to-date ecosystem metadata easy for developers

Our API makes accessing accurate and up-to-date ecosystem metadata easy for developers

Profiles

Assets

Products

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Profiles { profileInfos { name logo profileSector { name } profileStatus { name } profileType {name } tagLine descriptionShort descriptionLong foundingDate urls { url urlType { name } } root { slug socials { socialType { name } urls { url } }}}}

Profiles

Assets

Products

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Profiles { profileInfos { name logo profileSector { name } profileStatus { name } profileType {name } tagLine descriptionShort descriptionLong foundingDate urls { url urlType { name } } root { slug socials { socialType { name } urls { url } }}}}

Profiles

Assets

Products

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Profiles { profileInfos { name logo profileSector { name } profileStatus { name } profileType {name } tagLine descriptionShort descriptionLong foundingDate urls { url urlType { name } } root { slug socials { socialType { name } urls { url } }}}}

Metadata Is Hard

While price feeds and on-chain analytics are well-served, accurate project and product information has been fragmented or missing.

Others Show You

Others Show You

Others Show You

Pricing Data

Problem Title

Shows what it costs: market prices, volume.

Shows what it costs: market prices, volume.

Others Show You

Others Show You

Others Show You

On-Chain Data

Problem Title

Shows what happened: transactions, contracts.

Shows what happened: transactions, contracts.

Until Now

The Grid's API provides what's missing from blockchain data: standardized metadata and classifications. The Grid Schema (TGS) structures Web3 data around a core concept: Profiles (organizations) connected to Products, Assets and Entities.

The Grid Shows You

The Grid Shows You

The Grid Shows You

Metadata That Brings Context

Metadata That Brings Context

What is identity, relationships, status, descriptions.

What is identity, relationships, status, descriptions.

Use Case 01: More Context

Bring More Context to Products and Assets

Keep users in your app by integrating essential project and asset information directly into your interface.

Keep users in your app by integrating essential project and asset information directly into your interface.

Keep users in your app by integrating essential project and asset information directly into your interface.

No more sending users elsewhere for basic details.

No more sending users elsewhere for basic details.

No more sending users elsewhere for basic details.

Asset and Product Context

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Assets_Products { roots { assets { assetStatus { name} assetType { name } description icon name ticker } products { productStatus { name } productType { name } name isMainProduct description }}}

Asset and Product Context

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Assets_Products { roots { assets { assetStatus { name} assetType { name } description icon name ticker } products { productStatus { name } productType { name } name isMainProduct description }}}

Asset and Product Context

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Assets_Products { roots { assets { assetStatus { name} assetType { name } description icon name ticker } products { productStatus { name } productType { name } name isMainProduct description }}}

Types

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Types { profileInfos { profileType { name } profileStatus { name } profileSector { name } root { products { productStatus {name } productType { name }} assets { assetType { name } assetStatus { name } productAssetRelationships { assetSupportType { name }}} entities { entityType { name } }}}}

Types

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Types { profileInfos { profileType { name } profileStatus { name } profileSector { name } root { products { productStatus {name } productType { name }} assets { assetType { name } assetStatus { name } productAssetRelationships { assetSupportType { name }}} entities { entityType { name } }}}}

Types

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Types { profileInfos { profileType { name } profileStatus { name } profileSector { name } root { products { productStatus {name } productType { name }} assets { assetType { name } assetStatus { name } productAssetRelationships { assetSupportType { name }}} entities { entityType { name } }}}}

Use Case 02: Filtering & Search

Next-Level Filtering

Implement powerful filters using our standardized taxonomy of products, assets, and project types.

Implement powerful filters using our standardized taxonomy of products, assets, and project types.

Implement powerful filters using our standardized taxonomy of products, assets, and project types.

Enable precise discovery in your application.

Enable precise discovery in your application.

Enable precise discovery in your application.

Use Case 03: Usable Experiences

Create App Store Like Experiences

While most platforms focus solely on assets, blockchain users need to discover products and services.

While most platforms focus solely on assets, blockchain users need to discover products and services.

While most platforms focus solely on assets, blockchain users need to discover products and services.

Build better discovery experiences using our comprehensive project and product data.

Build better discovery experiences using our comprehensive project and product data.

Build better discovery experiences using our comprehensive project and product data.

Product App Store

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Products { products { name launchDate isMainProduct description productStatus { name } productType { name } root{ profileInfos { profileType { name } name descriptionShort tagLine }} }}

Product App Store

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Products { products { name launchDate isMainProduct description productStatus { name } productType { name } root{ profileInfos { profileType { name } name descriptionShort tagLine }} }}

Product App Store

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
17
18
19
20
21
22
23
24
25
26
27
28
29

30

query Products { products { name launchDate isMainProduct description productStatus { name } productType { name } root{ profileInfos { profileType { name } name descriptionShort tagLine }} }}

Frequently Asked Questions

Find answers to frequently asked questions about our data.

What kind of data does The Grid provide?

How is The Grid's data different from other crypto data sources?

What do you mean by "metadata"?

How do you ensure data quality?

What can I do with The Grid's data?

How often is the data updated?

Do you provide market data or on-chain analytics?

How can I access The Grid's data?

Frequently Asked Questions

Find answers to frequently asked questions about our data.

What kind of data does The Grid provide?

How is The Grid's data different from other crypto data sources?

What do you mean by "metadata"?

How do you ensure data quality?

What can I do with The Grid's data?

How often is the data updated?

Do you provide market data or on-chain analytics?

How can I access The Grid's data?

Frequently Asked Questions

Find answers to frequently asked questions about our data.

What kind of data does The Grid provide?

How is The Grid's data different from other crypto data sources?

What do you mean by "metadata"?

How do you ensure data quality?

What can I do with The Grid's data?

How often is the data updated?

Do you provide market data or on-chain analytics?

How can I access The Grid's data?

Got Questions?

Find Out More

See It In Action

Got Questions?

Find Out More

See It In Action

Got Questions?

Find Out More

See It In Action