GraphQL Endpoint
Query Smart Money data with GraphQL. Get exactly the fields you need with flexible queries instead of fixed REST responses.
Overview
The GraphQL endpoint provides an alternative to REST API. Query exactly what you need—avoid over-fetching unused fields and under-fetching requiring multiple requests. Available on Pro and Enterprise plans.
Endpoint
URL: https://api.smartmoneyapi.com/graphql
Method: POST
Content-Type: application/json
Authentication
Include your API key in the Authorization header:
Query Examples
Query: Whale Positions
Query: Funding Rates Across Exchanges
Query: Multiple Symbols
Query Variables Example
Mutations
Create Webhook
GraphQL Explorer
Interactive Explorer
Use GraphQL Explorer to browse schema, write queries, and test in real-time with full autocomplete and documentation.
Open GraphQL ExplorerKey Advantages
Get exactly what you need: No over-fetching. Request only the fields you use.
Single request for complex data: Fetch whale positions and funding rates together without separate calls.
Strong typing: Schema defines all types and available fields with full documentation.
Better performance: Smaller response payloads, faster parsing on client.
Full introspection: Browse available queries and types directly in GraphQL tools.
Explore GraphQL
Try flexible queries with GraphQL Explorer. Available on Pro and Enterprise plans.
Open Explorer