Skip to main content

OneSource Web3 API Reference

OneSource Web3 API GraphQL Voyager Schema Visualization

OneSource Web3 API schema visualization in GraphQL Voyager

GraphQL Endpoints

The OneSource Web3 API receives requests at the following endpoint URLs:

Using the API Reference

When using the API Reference, it may be helpful to refer to the GraphQL documentation for information on GraphQL terms and concepts.

Defined below are terms as they relate to this API Reference.

Queries

The root Type that is the entry point for all read operations.

TermDescription
ArgumentsCustomizes Query behavior.
TypesUsually an Object, what constitutes a response to a Query.

Types

Types define the shape and structure of the data received in response to a Query.

TermDescription
FieldsA unit of data that can be requested from a Type.
Implemented BySpecifies which Types use this Interface.
Member OfThe schema components of which this Type is a constituent.
Returned ByThe Types that return this Type as a response.
ValuesPredefined, named constants that represent the only valid options for a Field or Argument.