Query and interact with the IXO blockchain using the Blocksync GraphQL API
The Blocksync GraphQL API provides a flexible interface to query blockchain data, filter information, and interact with IXO’s decentralized features.
The Blocksync GraphQL API enables developers to query blockchain data and interact with decentralized entities through a flexible, type-safe interface. The API supports querying features such as bonds, claims, entities, and other blockchain data.
Custom scalar types like BigFloat
for high-precision values
Input filters for applying logical conditions when querying data
Entity definitions for bonds, claims, and other blockchain objects
Methods to fetch and filter blockchain data
Test your queries using our GraphQL playgrounds:
The API is powered by two main repositories:
Access information about bonds, claims, and entities
Handle high-precision calculations for token economics
Query and filter decentralized entity data
The API provides custom scalar types for precise data handling:
BigFloat
: High-precision numeric valuesJSON
: Complex data structuresDateTime
: Timestamp valuesQuery filters allow precise data retrieval:
The API currently supports read-only operations through queries. No mutations are available.
All queries support filtering and pagination for efficient data retrieval.
Query and interact with the IXO blockchain using the Blocksync GraphQL API
The Blocksync GraphQL API provides a flexible interface to query blockchain data, filter information, and interact with IXO’s decentralized features.
The Blocksync GraphQL API enables developers to query blockchain data and interact with decentralized entities through a flexible, type-safe interface. The API supports querying features such as bonds, claims, entities, and other blockchain data.
Custom scalar types like BigFloat
for high-precision values
Input filters for applying logical conditions when querying data
Entity definitions for bonds, claims, and other blockchain objects
Methods to fetch and filter blockchain data
Test your queries using our GraphQL playgrounds:
The API is powered by two main repositories:
Access information about bonds, claims, and entities
Handle high-precision calculations for token economics
Query and filter decentralized entity data
The API provides custom scalar types for precise data handling:
BigFloat
: High-precision numeric valuesJSON
: Complex data structuresDateTime
: Timestamp valuesQuery filters allow precise data retrieval:
The API currently supports read-only operations through queries. No mutations are available.
All queries support filtering and pagination for efficient data retrieval.