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

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

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

query Profiles { profileInfos(limit: 50) { name profileSector { name } profileStatus { name } profileType { name } tagLine descriptionShort descriptionLong foundingDate media { url mediaType { name } } 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

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

query Profiles { profileInfos(limit: 50) { name profileSector { name } profileStatus { name } profileType { name } tagLine descriptionShort descriptionLong foundingDate media { url mediaType { name } } 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

Pricing Data

Shows what it costs: market prices, volume.

Others Show You

Pricing Data

Shows what it costs: market prices, volume.

Others Show You

On-Chain Data

Shows what happened: transactions, contracts.

Others Show You

On-Chain Data

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

Metadata That Brings Context

What is identity, relationships, status, descriptions.

The Grid Shows You

Metadata That Brings Context

What is identity, relationships, status, descriptions.

The Grid Shows You

Metadata That Brings Context

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.

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

31

32

33

34

35

36

37

38

39

40

query Assets_Products { roots(limit: 50) { assets { assetStatus { name } assetType { name } description name ticker } products { productStatus { name } productType { name } name isMainProduct description } media { url mediaType { name } } } }

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

31

32

33

34

35

36

37

38

39

40

query Assets_Products { roots(limit: 50) { assets { assetStatus { name } assetType { name } description name ticker } products { productStatus { name } productType { name } name isMainProduct description } media { url mediaType { 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

31

32

33

34

35

36

37

38

39

40

query Types { wallets: products(where: {productType: {slug: {_eq: "wallet"}}}, limit: 5) { name productType { name } productStatus { name } } stablecoins: assets(where: {assetType: {slug: {_eq: "stablecoin"}}}, limit: 5) { name ticker assetType { name } } financeProfiles: profileInfos( where: {profileSector: {slug: {_eq: "finance"}}} limit: 5 ) { name profileSector { name } profileType { 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

31

32

33

34

35

36

37

38

39

40

query Types { wallets: products(where: {productType: {slug: {_eq: "wallet"}}}, limit: 5) { name productType { name } productStatus { name } } stablecoins: assets(where: {assetType: {slug: {_eq: "stablecoin"}}}, limit: 5) { name ticker assetType { name } } financeProfiles: profileInfos( where: {profileSector: {slug: {_eq: "finance"}}} limit: 5 ) { name profileSector { name } profileType { 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.

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.

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

31

32

33

34

35

36

37

38

39

40

query Products { products(limit: 50) { name launchDate isMainProduct description productStatus { name } productType { name } urls { url urlType { name } } root { profileInfos { profileType { name } name descriptionShort tagLine } media { url mediaType { name } } } } }

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

31

32

33

34

35

36

37

38

39

40

query Products { products(limit: 50) { name launchDate isMainProduct description productStatus { name } productType { name } urls { url urlType { name } } root { profileInfos { profileType { name } name descriptionShort tagLine } media { url mediaType { name } } } } }

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