{ "__schema": { "queryType": { "name": "Query" }, "mutationType": { "name": "Mutation" }, "subscriptionType": { "name": "Subscription" }, "types": [ { "kind": "OBJECT", "name": "ActiveListingPrice", "description": null, "fields": [ { "name": "owner", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DataSource", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tx", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTransactionTV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unit", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "String", "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ActiveListingsCursorInputV2", "description": null, "fields": null, "inputFields": [ { "name": "str", "description": "stringified cursor. Could be object, array, number or string after parsing.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ActiveListingsCursorV2", "description": null, "fields": [ { "name": "str", "description": "stringified cursor. Could be object, array, number or string after parsing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ActiveListingsFilters", "description": null, "fields": null, "inputFields": [ { "name": "sources", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DataSource", "ofType": null } } }, "defaultValue": null }, { "name": "prices", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PriceFilter", "ofType": null }, "defaultValue": null }, { "name": "rarities", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RarityFilter", "ofType": null }, "defaultValue": null }, { "name": "traits", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TraitFilter", "ofType": null } } }, "defaultValue": null }, { "name": "traitCount", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TraitCountFilter", "ofType": null }, "defaultValue": null }, { "name": "nameFilter", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerFilter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnerFilter", "ofType": null }, "defaultValue": null }, { "name": "mintsFilter", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "currencies", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ActiveListingsPageV2", "description": null, "fields": [ { "name": "endCursor", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ActiveListingsCursorV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMore", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Boolean", "description": "The `Boolean` scalar type represents `true` or `false`.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ActiveListingsPricesV2", "description": null, "fields": [ { "name": "maxPrice", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ActiveListingPrice", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numListed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "prices", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ActiveListingPrice", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Int", "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ActiveListingsSortBy", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LastSaleAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LastSaleDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ListedDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OrdinalAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OrdinalDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PriceAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PriceDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankHrttAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankHrttDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankStatAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankStatDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTeamAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTeamDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTnAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTnDesc", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ActiveListingsV2", "description": null, "fields": [ { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ActiveListingsPageV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sortBy", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ActiveListingsSortBy", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTransactionTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AirdropBoxes", "description": null, "fields": [ { "name": "nftBoxCommon", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftBoxEpic", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftBoxLegendary", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftBoxRare", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftBoxUncommon", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenBoxCommon", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenBoxEpic", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenBoxLegendary", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenBoxRare", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenBoxUncommon", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AirdropOne", "description": null, "fields": [ { "name": "claimedBoxes", "description": "null if not (yet) claimed", "args": [], "type": { "kind": "OBJECT", "name": "AirdropBoxes", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "completedAirdrop", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "completedBid", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "completedListing", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "eligibleSpecialBoxes", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalTensorPoints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "volume", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AirdropThreeProfileStats", "description": null, "fields": [ { "name": "loyalty", "description": "This differs from loyaltyLevel on UserProfile in that it's updated async", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank7d", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rankTotal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AirdropThreeSortBy", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "By7d", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ByTotal", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "AirdropTwo", "description": null, "fields": [ { "name": "claimedBoxes", "description": "null if not (yet) claimed", "args": [], "type": { "kind": "OBJECT", "name": "AirdropBoxes", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AirdropTwoProfileStats", "description": null, "fields": [ { "name": "loyalty", "description": "This differs from loyaltyLevel on UserProfile in that it's updated async", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pts24h", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ptsTotal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank24h", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rankTotal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AirdropTwoShardRewards", "description": null, "fields": [ { "name": "claimedShards", "description": "null if not (yet) claimed", "args": [], "type": { "kind": "OBJECT", "name": "ShardRewards", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AllCollections", "description": null, "fields": [ { "name": "collections", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InstrumentTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "total", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AttachDetachAction", "description": "Whether you want to attach or detach margin", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ATTACH", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DETACH", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Attribute", "description": null, "fields": [ { "name": "trait_type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AttributeInput", "description": null, "fields": null, "inputFields": [ { "name": "trait_type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "value", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidsCursorInputV2", "description": null, "fields": null, "inputFields": [ { "name": "str", "description": "Stringified cursor. Could be object, array, number or string after parsing.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BidsCursorV2", "description": null, "fields": [ { "name": "str", "description": "Stringified cursor. Could be object, array, number or string after parsing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BidsPage", "description": null, "fields": [ { "name": "endCursor", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "BidsCursorV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMore", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BidsSortBy", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PriceAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PriceDesc", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "SCALAR", "name": "BigInt", "description": "The `BigInt` scalar type represents non-fractional signed whole numeric values.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Byte", "description": "The `Byte` scalar type represents byte value as a Buffer", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CaptchaStatus", "description": null, "fields": [ { "name": "response", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CaptchaWallet", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "valid", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CaptchaWallet", "description": null, "fields": [ { "name": "overrideChecks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "score", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifiedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Float", "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollInfo", "description": null, "fields": [ { "name": "floorPrice", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "numMints", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionFavorite", "description": null, "fields": [ { "name": "favList", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "profileId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionHolder", "description": null, "fields": [ { "name": "numListed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "numOwned", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionHolderStats", "description": null, "fields": [ { "name": "topHolders", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionHolder", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "uniqueHolders", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollectionMintsFilters", "description": null, "fields": null, "inputFields": [ { "name": "rarities", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RarityFilter", "ofType": null }, "defaultValue": null }, { "name": "traits", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TraitFilter", "ofType": null } } }, "defaultValue": null }, { "name": "traitCount", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TraitCountFilter", "ofType": null }, "defaultValue": null }, { "name": "nameFilter", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "onlyListings", "description": "filter for only NFTs that are listed for sale", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "onlyNonListings", "description": "filter for only NFTs that are NOT listed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "listingSources", "description": "filter for listings from specific data sources", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DataSource", "ofType": null } } }, "defaultValue": null }, { "name": "listingPrices", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PriceFilter", "ofType": null }, "defaultValue": null }, { "name": "ownerFilter", "description": "TODO: doesn't work for unlisted regular NFTs", "type": { "kind": "INPUT_OBJECT", "name": "OwnerFilter", "ofType": null }, "defaultValue": null }, { "name": "mintsFilter", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "inscripFilters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InscripFilter", "ofType": null }, "defaultValue": null }, { "name": "inscripOrderFilters", "description": "Each filter is OR'ed together", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InscripOrderFilter", "ofType": null } } }, "defaultValue": null }, { "name": "currencies", "description": "For listings, filters those that are listed in the specified currencies. Non-listed NFTs show regardless of what's passed here. Null = filters SOL. Empty = filters everything.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CollectionMintsSortBy", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LastSaleAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LastSaleDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ListedTimeDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ListingPriceAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ListingPriceDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OrdinalAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OrdinalDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankHrttAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankHrttDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankStatAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankStatDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTeamAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTeamDesc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTnAsc", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RankTnDesc", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionMintsV2", "description": null, "fields": [ { "name": "mints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithTx", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionMintsV2Page", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionMintsV2Page", "description": null, "fields": [ { "name": "endCursor", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMore", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionStatsV2", "description": null, "fields": [ { "name": "buyNowPrice", "description": "null means no listings", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPriceNetFees", "description": "includes fees and royalties", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "currency", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "floor1h", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "floor24h", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "floor7d", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marketCap", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numBids", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "numListed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "numListed1h", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numListed24h", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numListed7d", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numMints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pctListed", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sales1h", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sales24h", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sales7d", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "salesAll", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellNowPrice", "description": "null means no bids", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellNowPriceNetFees", "description": "includes fees and royalties", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "volume1h", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "volume24h", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "volume7d", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "volumeAll", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionThresholds", "description": null, "fields": [ { "name": "favLists", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "img", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "notifFloorChangePct", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "notifListedPct", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "notifListingsChangePct", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stats", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollectionStatsV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionTraitsRarities", "description": null, "fields": [ { "name": "numMints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "raritySystems", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RaritySystem", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "traitActive", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "traitMeta", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConfirmMeAuthResponse", "description": null, "fields": [ { "name": "exp", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "token", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Creator", "description": null, "fields": [ { "name": "bannerUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discord", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "groups", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatorCollectionGroup", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitter", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "website", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatorCollectionGroup", "description": null, "fields": [ { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "instruments", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InstrumentTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatorPage", "description": null, "fields": [ { "name": "bannerUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "Currency", "description": "The currency of the associated price amount(s)", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ETH_WEI", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SOL_LAMPORT", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "CurveType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "EXPONENTIAL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LINEAR", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "XYK", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "DataSource", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALPHA", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AUCTION_HOUSE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BUBBLEGUM", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DIGITALEYEZ", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DIGITALEYEZ_V2", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_COMPOSED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "HADESWAP", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "HYPERSPACE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MAGICEDEN", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MAGICEDEN_AUCTION", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MAGICEDEN_V2", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ONCHAIN", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SMB", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SMB_V2", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SOLANART", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SOLSEA", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAPSORIAN", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TCOMP", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TENSORBID", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TENSORSWAP", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TGARD", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TOKEN_METADATA", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TROLL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TSTAKE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "YAWWW", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "SCALAR", "name": "Decimal", "description": "GraphQL Scalar representing the Prisma.Decimal type, based on Decimal.js library.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DepositWithdrawAction", "description": "Whether you want to deposit or withdraw NFT or SOL", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DEPOSIT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "FavMintsAllSlugs", "description": null, "fields": [ { "name": "mints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FavMintsAllSlugsPage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FavMintsAllSlugsPage", "description": null, "fields": [ { "name": "endCursor", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMore", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "total", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FeaturedCollection", "description": null, "fields": [ { "name": "banner", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dateExpires", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dateLaunches", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discord", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "launchpadUrl", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "multiplier", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ordinal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parsed", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "InstrumentTV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "readyToTrade", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subtitle", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitter", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "website", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FeeInfo", "description": null, "fields": [ { "name": "bps", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "HSwapCurveType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Exponential", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Linear", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "XYK", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "HSwapModifyPairConfig", "description": null, "fields": null, "inputFields": [ { "name": "spotPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "delta", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "feeBps", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HSwapNftBox", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mint", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTxMintTV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pair", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vaultTokenAccount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "HSwapPairConfig", "description": null, "fields": null, "inputFields": [ { "name": "spotPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "delta", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "feeBps", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "pairType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "HSwapPairType", "ofType": null } }, "defaultValue": null }, { "name": "curveType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "HSwapCurveType", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "HSwapPairType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LiquidityProvision", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NftForToken", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TokenForNFT", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "HSwapPool", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assetReceiver", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "baseSpotPrice", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "boxes", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "HSwapNftBox", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyOrdersQuantity", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "only an approx: first time this PDA was ingested", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curveType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurveType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "delta", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "feeBalance", "description": "in lamports", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "feeBps", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundsSolOrTokenBalance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastTransactedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mathCounter", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pairType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PoolType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HSwapPoolUpdate", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pool", "description": "null -> pool is inactive", "args": [], "type": { "kind": "OBJECT", "name": "HSwapPool", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HSwapPoolUpdateAll", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pool", "description": "null -> pool is inactive", "args": [], "type": { "kind": "OBJECT", "name": "HSwapPool", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HSwapPoolWithColl", "description": null, "fields": [ { "name": "collName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "floorPrice", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numMints", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pool", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "HSwapPool", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HeaderAnnouncement", "description": null, "fields": [ { "name": "colorScheme", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "msg", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HistoryPage", "description": null, "fields": [ { "name": "endCursor", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMore", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitEditPoolTxResponse", "description": null, "fields": [ { "name": "pool", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnchainTx", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitPairTxResponse", "description": null, "fields": [ { "name": "authAdapter", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pair", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnchainTx", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InscripFilter", "description": null, "fields": null, "inputFields": [ { "name": "onlyInscriptions", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "onlyImmutable", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InscripOrderFilter", "description": null, "fields": null, "inputFields": [ { "name": "min", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null }, { "name": "max", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InscriptionData", "description": null, "fields": [ { "name": "immutable", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscriptionData", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "order", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "spl20", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "InscriptionSpl20Data", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InscriptionSpl20Data", "description": null, "fields": [ { "name": "amt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "p", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tick", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InstrumentForPortfolio", "description": null, "fields": [ { "name": "bidCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "compressed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorPage", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CreatorPage", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discord", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "explicitContent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "favCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstListDate", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "flagReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapWhitelisted", "description": "if hadeswap supports this collection", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "listedCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellRoyaltyFeeBPS", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugDisplay", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugMe", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "spl20", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsV2", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollectionStatsV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "symbol", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorUnsupported", "description": "unsupported on all Tensor protocols (eg OCP/creator disabled)", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorVerified", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorWhitelisted", "description": "if we have whitelisted this collection already for collection-wide bids + pools", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenStandard", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TokenStandard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "traits", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollectionTraitsRarities", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitter", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "website", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InstrumentTV2", "description": null, "fields": [ { "name": "compressed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorPage", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CreatorPage", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discord", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "explicitContent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstListDate", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "flagReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapWhitelisted", "description": "if hadeswap supports this collection", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellRoyaltyFeeBPS", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugDisplay", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugMe", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "spl20", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsV2", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollectionStatsV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "symbol", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorUnsupported", "description": "unsupported on all Tensor protocols (eg OCP/creator disabled)", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorVerified", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorWhitelisted", "description": "if we have whitelisted this collection already for collection-wide bids + pools", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenStandard", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TokenStandard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "traits", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollectionTraitsRarities", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitter", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "website", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InstrumentWithMints", "description": null, "fields": [ { "name": "compressed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorPage", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CreatorPage", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discord", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "explicitContent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstListDate", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "flagReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapWhitelisted", "description": "if hadeswap supports this collection", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mints", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellRoyaltyFeeBPS", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugDisplay", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugMe", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "spl20", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsV2", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollectionStatsV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "symbol", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorUnsupported", "description": "unsupported on all Tensor protocols (eg OCP/creator disabled)", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorVerified", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorWhitelisted", "description": "if we have whitelisted this collection already for collection-wide bids + pools", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenStandard", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TokenStandard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "traits", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollectionTraitsRarities", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitter", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "website", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "JSON", "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LastSale", "description": null, "fields": [ { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "priceUnit", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Currency", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "TLastSale", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LegacyNftTransferTxResponse", "description": null, "fields": [ { "name": "isPnft", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnchainTx", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkedTransactionMintWithColl", "description": null, "fields": [ { "name": "mint", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tx", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ParsedTransaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkedTransactionTV2", "description": null, "fields": [ { "name": "mint", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTxMintTV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tx", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ParsedTransaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkedTxMintTV2", "description": null, "fields": [ { "name": "accState", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "animationUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "attributes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attribute", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "compressed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "InscriptionData", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSale", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "LastSale", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataFetchedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onchainId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankHR", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankHrtt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTN", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankTn" }, { "name": "rarityRankTT", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTCustom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankStat" }, { "name": "rarityRankTeam", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTn", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellRoyaltyFeeBPS", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "staked", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StakeDetails", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenEdition", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenStandard", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TokenStandard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifiedCollection", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "TLinkedTxMintTV2", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MEWalletProfile", "description": null, "fields": [ { "name": "meVerified", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MadBox", "description": null, "fields": [ { "name": "entries", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "from", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "to", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "week", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winner", "description": "if null, means winners havent't been chosen yet", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MintBid", "description": null, "fields": [ { "name": "bidder", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "expiry", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTopBid", "description": "is the bid currently the top bid for this NFT", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "margin", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mint", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mp", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SupportedMarketplace", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "OfferReaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "validFrom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MintFavorite", "description": null, "fields": [ { "name": "favList", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mint", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "profileId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MintV2", "description": null, "fields": [ { "name": "accState", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "animationUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "attributes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attribute", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "compressed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "InscriptionData", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSale", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "LastSale", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataFetchedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onchainId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankHR", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankHrtt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTN", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankTn" }, { "name": "rarityRankTT", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTCustom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankStat" }, { "name": "rarityRankTeam", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTn", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellRoyaltyFeeBPS", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenEdition", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenStandard", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TokenStandard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifiedCollection", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MintWithColl", "description": null, "fields": [ { "name": "accState", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "activeListings", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTransactionTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "animationUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "attributes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attribute", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collection", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "InstrumentTV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "compressed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapOrders", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "HSwapPool", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "InscriptionData", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSale", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "LastSale", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataFetchedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numMints", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onchainId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankHR", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankHrtt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTN", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankTn" }, { "name": "rarityRankTT", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTCustom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankStat" }, { "name": "rarityRankTeam", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTn", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellRoyaltyFeeBPS", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugDisplay", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "staked", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StakeDetails", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompBids", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorBids", "description": null, "args": [ { "name": "bestSellNowOnly", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "filterFunded", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sortBy", "description": null, "type": { "kind": "ENUM", "name": "OrderSortBy", "ofType": null }, "defaultValue": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintBid", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenEdition", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenStandard", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TokenStandard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapOrders", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sortBy", "description": null, "type": { "kind": "ENUM", "name": "OrderSortBy", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TSwapPool", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifiedCollection", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "TLinkedTxMintTV2", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MintWithTx", "description": null, "fields": [ { "name": "mint", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tx", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ParsedTransaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MintedFaction", "description": null, "fields": [ { "name": "oneofone", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "total", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MintedTensorians", "description": null, "fields": [ { "name": "Android", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintedFaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "Mage", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintedFaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "Raider", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintedFaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "Reaper", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintedFaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MpFees", "description": null, "fields": [ { "name": "makerFeeBps", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mp", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SupportedMarketplace", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerFeeBps", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerRoyalties", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Mutation", "description": null, "fields": [ { "name": "addFavCollection", "description": null, "args": [ { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "addFavMint", "description": null, "args": [ { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "addFavWallet", "description": null, "args": [ { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "claimAirdropOne", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "claimAirdropTwo", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "claimReferralCode", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "referralCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discordAuthenticate", "description": null, "args": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "state", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discordVerifyJoin", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserProfile", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "emailVerifyBegin", "description": null, "args": [ { "name": "domain", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "email", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "emailVerifyComplete", "description": null, "args": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "generateReferralCode", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "linkUserProfileV2", "description": null, "args": [ { "name": "jwt", "description": "jwt related to the PARENT profile", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "lastValidBlockHeight", "description": "goes together with the memo tx", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "memoTx", "description": "memo tx signed by the CHILD wallet (use for ledger)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null }, { "name": "signatureBase58", "description": "signature by the CHILD wallet", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallet", "description": "CHILD wallet", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserProfile", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "openNftBoxes", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recordReaction", "description": null, "args": [ { "name": "amount", "description": "amount countered or amount rejected", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "reaction", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Reaction", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferReaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "refetchMintMetadata", "description": "refetches an NFTs", "args": [ { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "refreshRarities", "description": "refreshes rarities for a collection (3600s cooldown)", "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeFavCollection", "description": null, "args": [ { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeFavMint", "description": null, "args": [ { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeFavWallet", "description": null, "args": [ { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sendUserTransaction", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "amounts", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } } }, "defaultValue": null }, { "name": "lastValidBlockHeight", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mints", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "mp", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SupportedMarketplace", "ofType": null } }, "defaultValue": null }, { "name": "poolAddresses", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "serializedTx", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "defaultValue": null }, { "name": "txMpMetadata", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null }, { "name": "txVersion", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "walletName", "description": "Certain smart contract wallets (SquadsX) may require custom logic to map wallet <-> feePayer, hence why we pass the name through.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "setBidNotifMinPctFloor", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "minPctFloor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "setCollectionNotifThresholds", "description": null, "args": [ { "name": "floorChangePct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "listedPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "listingsChangePct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": "if not passed, then all currently favored slugs are updated", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tpackGeneratePackImage", "description": null, "args": [ { "name": "address", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TPackGenImageResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterApiV1Authenticate", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "oauth_token", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "oauth_verifier", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterApiV1VerifyFollow", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserProfile", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterApiV2Authenticate", "description": null, "args": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "state", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unlinkUserProfileV2", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserProfile", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateUserProfile", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pfpMint", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "username", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifyCaptcha", "description": null, "args": [ { "name": "signatureBase58", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CaptchaStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifyCreateUserProfileV2", "description": null, "args": [ { "name": "lastValidBlockHeight", "description": "goes together with the memo tx", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "memoTx", "description": "memo tx signed by the wallet (use for ledger)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null }, { "name": "signatureBase58", "description": "signature by the wallet", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfileWithJwtV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferReaction", "description": null, "fields": [ { "name": "amount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintOnchainId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Reaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnchainTx", "description": null, "fields": [ { "name": "lastValidBlockHeight", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tx", "description": "only present if fits into size", "args": [], "type": { "kind": "SCALAR", "name": "Byte", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "txV0", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Byte", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrderSortBy", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SellNowPriceDesc", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OtcOffer", "description": null, "fields": [ { "name": "expiry", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "maker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "makerNfts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTxMintTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "makerNftsDeposited", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "makerSol", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "placedSlot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellerFeeBasisPoints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taken", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerNfts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTxMintTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerNftsDeposited", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerSol", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OwnerFilter", "description": null, "fields": null, "inputFields": [ { "name": "include", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "exclude", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PaginatedTRollHistory", "description": null, "fields": [ { "name": "events", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TRollHistoryEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "HistoryPage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PaginatedTransactions", "description": null, "fields": [ { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionsPage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTransactionTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PaginatedTransactionsWithColl", "description": null, "fields": [ { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionsPage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTransactionMintWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PaginatedUserTransactions", "description": null, "fields": [ { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionsPage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserTransaction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ParsedTransaction", "description": null, "fields": [ { "name": "blockNumber", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyerId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "grossAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "grossAmountUnit", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "keyVersion", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "listingEnd", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintOnchainId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "poolOnchainId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellerId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DataSource", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txKey", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txMetadata", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "TxMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "txType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TransactionType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PartnerReward", "description": null, "fields": [ { "name": "claimLink", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "img", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sent", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tooltip", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PoolConfig", "description": null, "fields": null, "inputFields": [ { "name": "poolType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PoolType", "ofType": null } }, "defaultValue": null }, { "name": "curveType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurveType", "ofType": null } }, "defaultValue": null }, { "name": "startingPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "delta", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mmCompoundFees", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "mmFeeBps", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PoolType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TOKEN", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TRADE", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PriceFilter", "description": null, "fields": null, "inputFields": [ { "name": "min", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null }, { "name": "max", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProfilePointsPeriod", "description": "The time period to scan for profile points.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AllTime", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LastDay", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LastWeek", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Query", "description": null, "fields": [ { "name": "activeListingsPricesV2", "description": "Returns the lowest priced active listing for each mint in the collection. `filters.source` is ignored.", "args": [ { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ActiveListingsFilters", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ActiveListingsPricesV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "activeListingsV2", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ActiveListingsCursorInputV2", "ofType": null }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ActiveListingsFilters", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "250" }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "sortBy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ActiveListingsSortBy", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ActiveListingsV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "airdropThreeLeaderboard", "description": null, "args": [ { "name": "sortBy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AirdropThreeSortBy", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AirdropThreeProfileStats", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allCollections", "description": "Only available in API mode!", "args": [ { "name": "hasCreator", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "ids", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" }, { "name": "page", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "1" }, { "name": "slugs", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "slugsDisplay", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "slugsMe", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "sortBy", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"statsOverall.volume24h:desc\"" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AllCollections", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allMeBids", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintBid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allUserTransactionsV2", "description": "Fetches all NFT transactions for wallet, listing AND swap.", "args": [ { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsFilters", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallets", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTransactionsWithColl", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidTx", "description": null, "args": [ { "name": "bidder", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "expireIn", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "cancelBidTx", "description": null, "args": [ { "name": "bidder", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "captchaStatus", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CaptchaStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "collectionHolderStats", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CollectionHolderStats", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "collectionMintsV2", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollectionMintsFilters", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "250" }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "sortBy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CollectionMintsSortBy", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionMintsV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Creator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discordRedirectUrl", "description": null, "args": [ { "name": "callbackUrl", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "favMintsAllSlugs", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "1" }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FavMintsAllSlugs", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "favMintsBySlug", "description": null, "args": [ { "name": "favList", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintFavorite", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "featuredCollections", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeaturedCollection", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "getBidderMintReaction", "description": null, "args": [ { "name": "bidder", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mints", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferReaction", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "getCollectionNotifThresholds", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionThresholds", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "getMeAuth", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ConfirmMeAuthResponse", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "getMemoTxToSign", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "getMessageToSign", "description": null, "args": [ { "name": "msgType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SignMsgType", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "getOwnerMintReaction", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OfferReaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "getRefereePointContributionsForPeriod", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "period", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProfilePointsPeriod", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RefereePointContribution", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "globalVol", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headerAnnouncement", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "HeaderAnnouncement", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapBuyNftTx", "description": null, "args": [ { "name": "buyer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "maxPriceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapClosePairTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapDepositWithdrawBalancedLiquidityTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "authAdapter", "description": "If not provided, will look up in index for pair.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": true, "deprecationReason": "see hswapDepositWithdrawBuyOrdersTx and hswapDepositWithdrawSellOrdersTx" }, { "name": "hswapDepositWithdrawBuyOrdersTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "authAdapter", "description": "If not provided, will look up in index for pair.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "buyOrders", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapDepositWithdrawNftTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "authAdapter", "description": "If not provided, will look up in index for pair.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapDepositWithdrawSellOrderTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "authAdapter", "description": "If not provided, will look up in index for pair.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapDepositWithdrawSolTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "authAdapter", "description": "If not provided, will look up in index for pair.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "buyOrdersQuantity", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapExchangeNftTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "maxPriceLamports", "description": "max price for the buy tx (should the current sell price)", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "minPriceLamports", "description": "min price for the sell tx (should the current sell price - 2x MM fee)", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mintToBuy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mintToSell", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "taker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapInitPairTx", "description": null, "args": [ { "name": "authKpSecretBase64", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "config", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "HSwapPairConfig", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pairKpSecretBase64", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitPairTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapModifyPairTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "config", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "HSwapModifyPairConfig", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapOrderTransactions", "description": null, "args": [ { "name": "address", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTransactions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapOrders", "description": null, "args": [ { "name": "owner", "description": "If owner is specified, also returns the empty pools of the owner", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "HSwapPool", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapSellNftTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mathCounter", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "minPriceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapWithdrawBuyLiquidityTx", "description": "This withdraws 2 buy orders worth of SOL at a time from an LP pair.", "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": true, "deprecationReason": "see hswapDepositWithdrawBuyOrdersTx" }, { "name": "hswapWithdrawFeesTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapWithdrawSellLiquidityTx", "description": "This withdraws 2 NFTs at a time from an LP pair.", "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint1", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint2", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pair", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": true, "deprecationReason": "see hswapDepositWithdrawSellOrdersTx" }, { "name": "hyperspaceBuyNftTx", "description": null, "args": [ { "name": "buyer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyBps", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "priceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "instrumentTV2", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "InstrumentTV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inventoryBySlug", "description": "returns inventory info (unverified mints will be under the catch-all UNVERIFIED collection)", "args": [ { "name": "includeCompressed", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "includeFrozen", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "includeUnverified", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "slugsToInflate", "description": "Which slugs to also retrieve actual mints for: if set to null, retrieves all mints.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InstrumentWithMints", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "legacyNftTransferTx", "description": "See tcompTransferTx for compressed transfers", "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "from", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "to", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LegacyNftTransferTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "meAuthEnabled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "meBids", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintBid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "meBuyNftTx", "description": null, "args": [ { "name": "buyer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "priceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "meDelistNftTx", "description": null, "args": [ { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mint", "description": "returns mint with collection details (unverified and verified collections included)", "args": [ { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintList", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "10000" }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintListTSwap", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": true, "deprecationReason": "Use mintList instead." }, { "name": "mintSingleBidTransactions", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTransactions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintTensorBids", "description": null, "args": [ { "name": "filterFunded", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "maxCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintBid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mintTransactions", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsFilters", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTransactions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mints", "description": "returns all mints with collection details (unverified and verified collections included)", "args": [ { "name": "tokenMints", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mpFees", "description": null, "args": [ { "name": "owner", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MpFees", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcBundledMakeOffer", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "expireInSec", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null }, { "name": "maker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "makerNfts", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "makerSol", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sellerFeeBasisPoints", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "taker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "takerNfts", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "takerSol", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcBundledMakerWithdraw", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "maker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "makerNfts", "description": "if not taken, maker withdraws their own nfts", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "taken", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "takerNfts", "description": "if taken, maker withdraws taker's nfts", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "takerOrMaker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcBundledTakeOffer", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "creatorShares", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, "defaultValue": null }, { "name": "creators", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "maker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "placedSlot", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "taker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "takerNfts", "description": "nfts taker deposits", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcBundledTakerWithdraw", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "makerNfts", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "taker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcCloseOffer", "description": null, "args": [ { "name": "closer", "description": "Either taker or maker can sign to close the offer. Taker can only sign if offer has been accepted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "maker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcDepositNft", "description": null, "args": [ { "name": "compressed", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "side", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SwapSide", "ofType": null } }, "defaultValue": null }, { "name": "sourceAta", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcMakeOffer", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "expireInSec", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null }, { "name": "maker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "makerNfts", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "makerSol", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sellerFeeBasisPoints", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "taker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "takerNfts", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "takerSol", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcOffers", "description": null, "args": [ { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "side", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SwapSide", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OtcOffer", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcTakeOffer", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "creatorShares", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, "defaultValue": null }, { "name": "creators", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "maker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "placedSlot", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "taker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "otcWithdrawNft", "description": null, "args": [ { "name": "compressed", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "destAta", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "offerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "side", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SwapSide", "ofType": null } }, "defaultValue": null }, { "name": "takerOrMaker", "description": "Either taker or maker can sign to withdraw the nft. Taker can only withdraw maker's nfts (to maker's account) if offer has been accepted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recentTransactions", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsFilters", "ofType": null }, "defaultValue": null }, { "name": "keepLatestListDelistOnly", "description": "Shows only the latest listing/delist for a given NFT mint in the txs feed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTransactions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referralsLeaderboard", "description": null, "args": [ { "name": "sortBy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AirdropThreeSortBy", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferralsStats", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "solanaTps", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "solanartBuyNftTx", "description": null, "args": [ { "name": "buyer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedTensorians", "description": null, "args": [ { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takeBidTx", "description": null, "args": [ { "name": "bidder", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompBidTransactions", "description": null, "args": [ { "name": "address", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTransactions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompBidTx", "description": null, "args": [ { "name": "attributes", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AttributeInput", "ofType": null } } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "depositLamports", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null }, { "name": "expireIn", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "field", "description": null, "type": { "kind": "ENUM", "name": "TCompField", "ofType": null }, "defaultValue": null }, { "name": "fieldId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "privateTaker", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "quantity", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "rentPayer", "description": "optional: Specifies the rent payer for the bid or listing. Upon closure of the PDA, the rent is reimbursed to the rent payer. It is important to note that the 'Owner' must authorize the closure. Alternatively, an expiration period can be set, forcing the bid or listing to expire after a predetermined number of seconds.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": "eithr target + targetId must be passed or slug. If slug is passed, it takes precedence", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "target", "description": null, "type": { "kind": "ENUM", "name": "TCompTarget", "ofType": null }, "defaultValue": null }, { "name": "targetId", "description": "token mint or whitelist", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "topUpMarginWhenBidding", "description": "tops up margin with missing amount so it has enough to fill the bid", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompBids", "description": null, "args": [ { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TCompBidsFilters", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": "If owner is specified, also returns the empty bids of the owner", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompBuyTx", "description": null, "args": [ { "name": "buyer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "currency", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "feePayer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "maxPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "payer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "takerBroker", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompCancelBidTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompCancelCollBidTx", "description": null, "args": [ { "name": "bidStateAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompDelistTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "feePayer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompEditBidTx", "description": null, "args": [ { "name": "attachDetachMargin", "description": null, "type": { "kind": "ENUM", "name": "AttachDetachAction", "ofType": null }, "defaultValue": null }, { "name": "bidStateAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "expireIn", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "privateTaker", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "quantity", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompEditTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "currency", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "expireIn", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "feePayer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "privateTaker", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompListTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "currency", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "delegateSigner", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "expireIn", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "feePayer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "payer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "privateTaker", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "rentPayer", "description": "optional: Specifies the rent payer for the bid or listing. Upon closure of the PDA, the rent is reimbursed to the rent payer. It is important to note that the 'Owner' must authorize the closure. Alternatively, an expiration period can be set, forcing the bid or listing to expire after a predetermined number of seconds.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompTakeBidTx", "description": null, "args": [ { "name": "bidStateAddress", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "buyer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "delegateSigner", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "minPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBidTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompTransferTx", "description": "See legacyNftTransferTx for decompressed transfers", "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "feePayer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "from", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "to", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensoriansCounts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintedTensorians", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "traits", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CollectionTraitsRarities", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "trollCommitTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "requestedRewards", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TRollRequestedReward", "ofType": null } } } }, "defaultValue": null }, { "name": "user", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "userNonce", "description": "32-length byte array, if not passed in we'll generate one for you", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null }, { "name": "wagerRebateAmount", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": "\"0\"" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "trollHistory", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTRollHistory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "trollListerStats", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TRollListerStats", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "trollRewardStatus", "description": null, "args": [ { "name": "commitSig", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TRollRewardStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "trollRoller", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TRollRoller", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "trollTensorPoints", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tstakeTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TStakeAction", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mints", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapAttachPoolMarginAccountTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "config", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PoolConfig", "ofType": null } }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "whitelist", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapBuyNftTx", "description": null, "args": [ { "name": "buyer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "maxPriceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapBuySingleListingTx", "description": null, "args": [ { "name": "buyer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "maxPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapCloseMarginAccountTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapClosePoolTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapDelistNftTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "payer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapDepositWithdrawMarginAccountTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "lamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapDepositWithdrawNftRawTx", "description": "This differs from the non-Raw version by not requiring our backend to have indexed the pool address", "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "config", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PoolConfig", "ofType": null } }, "defaultValue": null }, { "name": "includeProof", "description": "A tswap deposit consists of (1) proof ix and (2) deposit ix. Keeping this boolean as true returns (1) as well as (2), otherwise only (2) is returned.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "whitelist", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapDepositWithdrawNftTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includeProof", "description": "A tswap deposit consists of (1) proof ix and (2) deposit ix. Keeping this boolean as true returns (1) as well as (2), otherwise only (2) is returned.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapDepositWithdrawSolRawTx", "description": "This differs from the non-Raw version by not requiring our backend to have indexed the pool address", "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "config", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PoolConfig", "ofType": null } }, "defaultValue": null }, { "name": "lamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "whitelist", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapDepositWithdrawSolTx", "description": null, "args": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DepositWithdrawAction", "ofType": null } }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "lamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapDetachPoolMarginAccountTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "config", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PoolConfig", "ofType": null } }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "whitelist", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapEditPoolTx", "description": null, "args": [ { "name": "attachDetachMargin", "description": null, "type": { "kind": "ENUM", "name": "AttachDetachAction", "ofType": null }, "defaultValue": null }, { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "maxTakerSellCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "newConfig", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PoolConfig", "ofType": null }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitEditPoolTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapEditSingleListingTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapExchangeNftTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includeProof", "description": "A tswap sell consists of (1) proof ix and (2) sell ix. Keeping this boolean as true returns (1) as well as (2), otherwise only (2) is returned.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "maxPriceLamports", "description": "max price for the buy tx", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "minPriceLamports", "description": "min price for the sell tx", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mintToBuy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mintToSell", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "taker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapInitMarginAccountTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "desiredNr", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapInitPoolTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "config", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PoolConfig", "ofType": null } }, "defaultValue": null }, { "name": "depositLamports", "description": null, "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "defaultValue": null }, { "name": "marginNr", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "maxTakerSellCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "mintForProof", "description": "optional mint for which to init/update proof. Useful when creating a LIST pool with a single mint, to combine 2 txs (init pool & init proof) into one.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "topUpMarginWhenBidding", "description": "tops up margin with missing amount so it has enough to fill the bid", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitEditPoolTxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapInitUpdateProofTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "payer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "whitelist", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapListNftTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "ownerTokenAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "payer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapMarginAccounts", "description": null, "args": [ { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TSwapMarginAccount", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapMintProofs", "description": null, "args": [ { "name": "mints", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "whitelist", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TSwapMintProof", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapOrderTransactions", "description": null, "args": [ { "name": "address", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedTransactions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapOrders", "description": null, "args": [ { "name": "owner", "description": "If owner is specified, also returns the empty pools of the owner", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TSwapPool", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapSellNftTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includeProof", "description": "A tswap sell consists of (1) proof ix and (2) sell ix. Keeping this boolean as true returns (1) as well as (2), otherwise only (2) is returned.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "minPriceLamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "optionalRoyaltyPct", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "seller", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "sellerTokenAccount", "description": "If provided, will generate ix withdrawing NFT from this account vs the current token account", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapWhitelist", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TSwapWhitelist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapWithdrawMmFeeTx", "description": null, "args": [ { "name": "compute", "description": "Compute units prepended to the instruction. Null will use a preset recommended for the transaction type", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "lamports", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "pool", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "priorityMicroLamports", "description": "Priority fee to pay to the blockchain. Null will use a preset recommended fee.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TxResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterApiV1RedirectUrl", "description": null, "args": [ { "name": "callbackUrl", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterApiV2RedirectUrl", "description": null, "args": [ { "name": "callbackUrl", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userActiveListingsV2", "description": null, "args": [ { "name": "currencies", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ActiveListingsCursorInputV2", "ofType": null }, "defaultValue": null }, { "name": "includeCompressed", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "10000" }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sortBy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ActiveListingsSortBy", "ofType": null } }, "defaultValue": null }, { "name": "wallets", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserActiveListingsV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userEscrowedBidCount", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userHswapOrders", "description": null, "args": [ { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "HSwapPoolWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userPortfolioBids", "description": null, "args": [ { "name": "currencies", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "filterOutOwn", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "includeCompressed", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "includeUnverified", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallets", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintBid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userPortfolioBidsCount", "description": null, "args": [ { "name": "currencies", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "filterOutOwn", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "includeCompressed", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "includeUnverified", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallets", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userPortfolioCollections", "description": null, "args": [ { "name": "currencies", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "includeCompressed", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "includeUnverified", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "wallets", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InstrumentForPortfolio", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userProfileV2", "description": null, "args": [ { "name": "jwt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserProfile", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userSentTransactionStats", "description": null, "args": [ { "name": "wallets", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSentTransactionStats", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userSentTransactions", "description": "Fetches transactions for wallet that were sent through Tensor.", "args": [ { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "ofType": null }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionsFilters", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "100" }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallets", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaginatedUserTransactions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userShards", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserShard", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userTcompBids", "description": null, "args": [ { "name": "filters", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TCompBidsFilters", "ofType": null }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBidWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userTensorBids", "description": null, "args": [ { "name": "filterFunded", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintBid", "ofType": null } } } }, "isDeprecated": true, "deprecationReason": "use `userTensorBidsV2` instead" }, { "name": "userTensorBidsV2", "description": null, "args": [ { "name": "cursor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidsCursorInputV2", "ofType": null }, "defaultValue": null }, { "name": "filterFunded", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "includeHighestBidStatus", "description": "if true, will return whether the bid is currently the highest", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "includeReaction", "description": "if true, will return the most recent reaction, if any", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "500" }, { "name": "nameFilter", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sortBy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BidsSortBy", "ofType": null } }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TensorBidsV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userTswapOrders", "description": null, "args": [ { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TSwapPoolWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "walletProfile", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MEWalletProfile", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RarityFilter", "description": null, "fields": null, "inputFields": [ { "name": "min", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "max", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "system", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RaritySystem", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RaritySystem", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Hrtt", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Stat", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Team", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Tn", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "Reaction", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "COUNTER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "REJECT", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Referee", "description": null, "fields": [ { "name": "rank7d", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rankTotal", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RefereePointContribution", "description": null, "fields": [ { "name": "refereeId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referralPoints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referralTakerFees", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferralsStats", "description": null, "fields": [ { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "refCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SentTransactionStats", "description": null, "fields": [ { "name": "failed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pending", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ShardRewards", "description": null, "fields": [ { "name": "ember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "obsidian", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "silicon", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terra", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SignMsgType", "description": "What type of msg to sign for wallet verification", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LINK", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VERIFY", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeDetails", "description": null, "fields": [ { "name": "activatedAt", "description": "Date the Tensorian completed warmup", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedAt", "description": "Date the Tensorian is staked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedByOwner", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakedTensorians", "description": null, "fields": [ { "name": "activatedLevel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsForNextLevel", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "overridenLevel", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pfp", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedLevel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedNfts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedSupply", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalSupply", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Subscription", "description": null, "fields": [ { "name": "hswapOrderUpdate", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "HSwapPoolUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hswapOrderUpdateAll", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "HSwapPoolUpdateAll", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newTransactionTV2", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LinkedTransactionTV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newUserTransaction", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserTransaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompBidUpdate", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TCompBidUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tcompBidUpdateAll", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "TCompBidUpdateAll", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "trollRewardStatusUpdate", "description": null, "args": [ { "name": "wallet", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TRollRewardStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapMarginUpdate", "description": null, "args": [ { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TSwapMarginUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapOrderUpdate", "description": null, "args": [ { "name": "slug", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TSwapPoolUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tswapOrderUpdateAll", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "TSwapPoolUpdateAll", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SupportedMarketplace", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CoralCube", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Elixir", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Fractal", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "HadeSwap", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "HyperSpace", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MagicEden", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OpenSea", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Solanart", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SolanartAH", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Swapsorian", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TComp", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TensorSwap", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Yawww", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SwapSide", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Maker", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Taker", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TBidTxResponse", "description": null, "fields": [ { "name": "bidState", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnchainTx", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TCompBid", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "attributes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attribute", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "only an approx: first time this PDA was ingested", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TCompField", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fieldId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "filledQuantity", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "makerBroker", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "margin", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marginNr", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "quantity", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rentPayer", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "solBalance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "target", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TCompTarget", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TCompBidFieldFilter", "description": null, "fields": null, "inputFields": [ { "name": "field", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TCompField", "ofType": null } }, "defaultValue": null }, { "name": "fieldIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TCompBidTxResponse", "description": null, "fields": [ { "name": "bidState", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnchainTx", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TCompBidUpdate", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bid", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "TCompBid", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TCompBidUpdateAll", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bid", "description": "", "args": [], "type": { "kind": "OBJECT", "name": "TCompBid", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TCompBidWithColl", "description": null, "fields": [ { "name": "bid", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TCompBid", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collInfo", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CollInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marginNr", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TCompBidsFilters", "description": null, "fields": null, "inputFields": [ { "name": "fields", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TCompBidFieldFilter", "ofType": null } } }, "defaultValue": null }, { "name": "noFields", "description": "If true, excludes any bids that specify a field. Ignores `fields` if true.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TCompField", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NAME", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TCompTarget", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ASSET_ID", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WHITELIST", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "TLastSale", "description": null, "fields": [ { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "priceUnit", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Currency", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "LastSale", "ofType": null } ] }, { "kind": "INTERFACE", "name": "TLinkedTxMintTV2", "description": null, "fields": [ { "name": "accState", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "animationUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "attributes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attribute", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "compressed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inscription", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "InscriptionData", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSale", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "LastSale", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataFetchedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUri", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onchainId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankHR", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankHrtt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTN", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankTn" }, { "name": "rarityRankTT", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTCustom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankHrtt" }, { "name": "rarityRankTTStat", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "Use rarityRankStat" }, { "name": "rarityRankTeam", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rarityRankTn", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellRoyaltyFeeBPS", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "staked", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StakeDetails", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenEdition", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenStandard", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TokenStandard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifiedCollection", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "LinkedTxMintTV2", "ofType": null }, { "kind": "OBJECT", "name": "MintWithColl", "ofType": null } ] }, { "kind": "OBJECT", "name": "TPackGenImageResponse", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "image", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageNoBackground", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TRollHistoryEvent", "description": null, "fields": [ { "name": "commitSig", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "failedFulfillSolSig", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failedFulfillSolStatus", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TRollTransactionStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fallbackRewardAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fulfillSig", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fulfillStatus", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TRollTransactionStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "MintWithColl", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPostMarketFeesAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardType", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TRollRewardType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rollState", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorPointsIfLose", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wager", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TRollListerStats", "description": null, "fields": [ { "name": "totalFees", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TRollRequestedReward", "description": null, "fields": null, "inputFields": [ { "name": "oddsBps", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "details", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TRollRewardDetails", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TRollRewardDetails", "description": null, "fields": null, "inputFields": [ { "name": "address", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "mint", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "paymentMint", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "tokenStandard", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "paymentBaseAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "defaultValue": null }, { "name": "royaltyBps", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TRollRewardStatus", "description": null, "fields": [ { "name": "calculatedReward", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "calculatedRollBps", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitSig", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitSlot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorFee", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failedFulfillSlot", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failedFulfillSolLastValidBlockHeight", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failedFulfillSolSig", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failedFulfillSolStatus", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TRollTransactionStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fallbackReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fallbackRewardAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fallbackRewardMint", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fulfillLastValidBlockHeight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fulfillSig", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fulfillSlot", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fulfillStatus", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TRollTransactionStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "listerFee", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentBaseAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentMint", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedRewards", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardMint", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPostMarketFeesAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardType", "description": null, "args": [], "type": { "kind": "ENUM", "name": "TRollRewardType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rollBps", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rollCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rollState", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "secretBase64", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "secretHashBase64", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorFee", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tensorPointsIfLose", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userNonce", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Byte", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wager", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TRollRewardType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NONE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TCOMP_LISTING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TSWAP_LISTING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TSWAP_POOL", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TRollRoller", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "histWagered", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPlayedDate", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPlayedSlot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rebate", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rollCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winStreak", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TRollTransactionStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CONFIRMED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "STALE", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TStakeAction", "description": "Stake or unstake action.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "STAKE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UNSTAKE", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapMarginAccount", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "balance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nr", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "poolsAttached", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapMarginUpdate", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "margin", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "TSwapMarginAccount", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapMintProof", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proof", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Byte", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rootHash", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Byte", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapPool", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "balance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdUnix", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curveType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurveType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "delta", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "feeInfos", "description": "Only present when queried with tswapOrders for MintWithColl", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeeInfo", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "frozenAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "frozenTime", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCosigned", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastTransactedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "margin", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marginNr", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "maxTakerSellCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mmCompoundFees", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mmFeeBalance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mmFeeBps", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftAuthorityAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsForSale", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTxMintTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsHeld", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "orderType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "poolType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PoolType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellNowPrice", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellNowPriceNetFees", "description": "Only present when queried with tswapOrders for MintWithColl", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "solBalance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "solEscrowAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsAccumulatedMmProfit", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsTakerBuyCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsTakerSellCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerBuyCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerSellCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapPoolUpdate", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pool", "description": "null -> pool is inactive", "args": [], "type": { "kind": "OBJECT", "name": "TSwapPool", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapPoolUpdateAll", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pool", "description": "null -> pool is inactive", "args": [], "type": { "kind": "OBJECT", "name": "TSwapPoolWithSlug", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapPoolWithColl", "description": null, "fields": [ { "name": "collName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "floorPrice", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marginNr", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "numMints", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pool", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TSwapPool", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapPoolWithSlug", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "balance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdUnix", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curveType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurveType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "delta", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "feeInfos", "description": "Only present when queried with tswapOrders for MintWithColl", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeeInfo", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "frozenAmount", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "frozenTime", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCosigned", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastTransactedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "margin", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marginNr", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "maxTakerSellCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mmCompoundFees", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mmFeeBalance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mmFeeBps", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftAuthorityAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsForSale", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTxMintTV2", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsHeld", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "orderType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingActive", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "poolType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PoolType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellNowPrice", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellNowPriceNetFees", "description": "Only present when queried with tswapOrders for MintWithColl", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "solBalance", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "solEscrowAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsAccumulatedMmProfit", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsTakerBuyCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statsTakerSellCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerBuyCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "takerSellCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TSwapWhitelist", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "frozen", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fvc", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rootHash", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Byte", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slot", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "uuid", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verified", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voc", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TensorBidsV2", "description": null, "fields": [ { "name": "bids", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintBid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidsPage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sortBy", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BidsSortBy", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Timestamp", "description": "The javascript `Date` as integer. Type represents date and time as number of milliseconds from start of UNIX epoch.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TokenStandard", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "FUNGIBLE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FUNGIBLE_ASSET", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NON_FUNGIBLE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NON_FUNGIBLE_EDITION", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PROGRAMMABLE_NON_FUNGIBLE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PROGRAMMABLE_NON_FUNGIBLE_EDITION", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TradeAction", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACCEPT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BID", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BUY", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CANCEL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DELIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DEPOSIT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_APPRAISE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "INIT_UPDATE_MINT_PROOF", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_ATTACH", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_CLOSE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_DEPOSIT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_DETACH", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_INIT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_MAKER_WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_MAKE_OFFER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_TAKER_WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_TAKE_OFFER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "STAKE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_BUY_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_BUY_SINGLE_LISTING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_CLOSE_POOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DELIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DEPOSIT_LIQ", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DEPOSIT_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DEPOSIT_SOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_EDIT_POOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_EDIT_SINGLE_LISTING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_EXCHANGE_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_INIT_POOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_LIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_SELL_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_LIQ", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_MM_FEE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_SOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UNSTAKE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TraitCountFilter", "description": null, "fields": null, "inputFields": [ { "name": "min", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "max", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TraitFilter", "description": null, "fields": null, "inputFields": [ { "name": "traitType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "values", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TransactionType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ADJUST_PRICE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AUCTION_CANCEL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AUCTION_CREATE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AUCTION_PLACE_BID", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AUCTION_SETTLE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CANCEL_BID", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CREATE_MINT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DELIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_APPRAISE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_BUY_PNFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_COMPOSED_BUY_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_COMPOSED_SELL_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_FRACTIONALIZE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_FUSE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_POOL_DEPOSIT_FNFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_POOL_EXCHANGE_FNFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_POOL_WITHDRAW_FNFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELIXIR_SELL_PNFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_ATTACH", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_CLOSE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_DEPOSIT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_DETACH", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_INIT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MARGIN_WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_MAKER_WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_MAKE_OFFER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_TAKER_WITHDRAW", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTC_BUNDLED_TAKE_OFFER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OTHER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PLACE_BID", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ROLL_COMMIT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ROLL_FULFILL_NONE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ROLL_FULFILL_REWARD", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ROLL_FULFILL_SOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SALE_ACCEPT_BID", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SALE_BUY_NOW", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "STAKE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_BUY_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_BUY_SINGLE_LISTING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_CLOSE_POOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DELIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DEPOSIT_LIQ", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DEPOSIT_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_DEPOSIT_SOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_EDIT_POOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_EDIT_SINGLE_LISTING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_INIT_POOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_LIST", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_SELL_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_LIQ", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_MM_FEE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_NFT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SWAP_WITHDRAW_SOL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TRANSFER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UNSTAKE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATE_MINT", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TransactionsCursor", "description": null, "fields": [ { "name": "txAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txKey", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransactionsCursorInput", "description": null, "fields": null, "inputFields": [ { "name": "txAt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "defaultValue": null }, { "name": "txKey", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransactionsFilters", "description": null, "fields": null, "inputFields": [ { "name": "txTypes", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TransactionType", "ofType": null } } }, "defaultValue": null }, { "name": "mps", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DataSource", "ofType": null } } }, "defaultValue": null }, { "name": "prices", "description": "only relevant for recentTransactions", "type": { "kind": "INPUT_OBJECT", "name": "PriceFilter", "ofType": null }, "defaultValue": null }, { "name": "traits", "description": "only relevant for recentTransactions", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TraitFilter", "ofType": null } } }, "defaultValue": null }, { "name": "traitCount", "description": "only relevant for recentTransactions", "type": { "kind": "INPUT_OBJECT", "name": "TraitCountFilter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransactionsPage", "description": null, "fields": [ { "name": "endCursor", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "TransactionsCursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMore", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TxMetadata", "description": null, "fields": [ { "name": "auctionHouse", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pdaAddr", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sellerRef", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenAcc", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "urlId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TxResponse", "description": null, "fields": [ { "name": "totalPriceNetFees", "description": "For some Tensor txs eg tswapBuyNftTx, this will be populated with the price including Tensor fees and royalties", "args": [], "type": { "kind": "SCALAR", "name": "Decimal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnchainTx", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserActiveListingsV2", "description": null, "fields": [ { "name": "page", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ActiveListingsPageV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "txs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedTransactionMintWithColl", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserDiscordPrivate", "description": null, "fields": [ { "name": "accessToken", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "expiresAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "profileId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "refreshToken", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserProfile", "description": null, "fields": [ { "name": "airdropOne", "description": "null if didn't qualify for Tensor Airdrop 1", "args": [], "type": { "kind": "OBJECT", "name": "AirdropOne", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "airdropThree", "description": "null if no Airdrop Three activity", "args": [], "type": { "kind": "OBJECT", "name": "AirdropThreeProfileStats", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "airdropTwo", "description": "null if no Airdrop Two activity", "args": [], "type": { "kind": "OBJECT", "name": "AirdropTwoProfileStats", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "airdropTwoPartnerRewards", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PartnerReward", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "airdropTwoRewards", "description": "null if didn't qualify for Tensor Airdrop 2", "args": [], "type": { "kind": "OBJECT", "name": "AirdropTwo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "airdropTwoShards", "description": "null if hasn't yet claimed", "args": [], "type": { "kind": "OBJECT", "name": "AirdropTwoShardRewards", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidNotifMinPctFloor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "claimedAirdropOneAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "claimedAirdropTwoAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discord", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discordJoined", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discordPrivate", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "UserDiscordPrivate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "emailConfirmed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "favCollections", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionFavorite", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "favMints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MintFavorite", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "favWallets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WalletFavorite", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "genesisWallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "loyaltyLevel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "madBoxes", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MadBox", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openedNftBoxesAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pfp", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ptsStaking7d", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ptsStakingTotal", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referees", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Referee", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referralCode", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referrer", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referrerId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedTensorians", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakedTensorians", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitter", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterFollowed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterPrivate", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "UserTwitterPrivate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "username", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserWallet", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserProfileWithJwtV2", "description": null, "fields": [ { "name": "jwt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "profile", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserProfile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserSentTransactionStats", "description": null, "fields": [ { "name": "past24h", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SentTransactionStats", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "past30d", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SentTransactionStats", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserShard", "description": null, "fields": [ { "name": "attributes", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "compressionLeafId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "compressionTree", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mint", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserTransaction", "description": null, "fields": [ { "name": "action", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TradeAction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "amounts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Decimal", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "attemptedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageUris", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mints", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mp", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SupportedMarketplace", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "poolAddresses", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sig", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slugs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserTxStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserTwitterPrivate", "description": null, "fields": [ { "name": "profileId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "v1AccessSecret", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "v1AccessToken", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "v2AccessToken", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "v2ExpiresAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Timestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "v2RefreshToken", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserTxDataInput", "description": null, "fields": null, "inputFields": [ { "name": "version", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "data", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "UserTxStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CONFIRMED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FINALIZED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "UserWallet", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "profileId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Timestamp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wallet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WalletFavorite", "description": null, "fields": [ { "name": "address", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "favList", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "profileId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Schema", "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "types", "description": "A list of all types supported by this server.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "queryType", "description": "The type that query operations will be rooted at.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mutationType", "description": "If this server supports mutation, the type that mutation operations will be rooted at.", "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscriptionType", "description": "If this server support subscription, the type that subscription operations will be rooted at.", "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "directives", "description": "A list of all directives supported by this server.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Directive", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Type", "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", "fields": [ { "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__TypeKind", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "specifiedByUrl", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fields", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Field", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "interfaces", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "possibleTypes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enumValues", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__EnumValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inputFields", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ofType", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "__TypeKind", "description": "An enum describing what kind of type a given `__Type` is.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SCALAR", "description": "Indicates this type is a scalar.", "isDeprecated": false, "deprecationReason": null }, { "name": "OBJECT", "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERFACE", "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNION", "description": "Indicates this type is a union. `possibleTypes` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM", "description": "Indicates this type is an enum. `enumValues` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_OBJECT", "description": "Indicates this type is an input object. `inputFields` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "LIST", "description": "Indicates this type is a list. `ofType` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "NON_NULL", "description": "Indicates this type is a non-null. `ofType` is a valid field.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "__Field", "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "args", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__InputValue", "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultValue", "description": "A GraphQL-formatted string representing the default value for this input value.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__EnumValue", "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Directive", "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRepeatable", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "locations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__DirectiveLocation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "args", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "__DirectiveLocation", "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "QUERY", "description": "Location adjacent to a query operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "MUTATION", "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIPTION", "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIELD", "description": "Location adjacent to a field.", "isDeprecated": false, "deprecationReason": null }, { "name": "FRAGMENT_DEFINITION", "description": "Location adjacent to a fragment definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "FRAGMENT_SPREAD", "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "deprecationReason": null }, { "name": "INLINE_FRAGMENT", "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null }, { "name": "VARIABLE_DEFINITION", "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "SCHEMA", "description": "Location adjacent to a schema definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "SCALAR", "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "OBJECT", "description": "Location adjacent to an object type definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIELD_DEFINITION", "description": "Location adjacent to a field definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ARGUMENT_DEFINITION", "description": "Location adjacent to an argument definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERFACE", "description": "Location adjacent to an interface definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNION", "description": "Location adjacent to a union definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM", "description": "Location adjacent to an enum definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM_VALUE", "description": "Location adjacent to an enum value definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_OBJECT", "description": "Location adjacent to an input object type definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_FIELD_DEFINITION", "description": "Location adjacent to an input object field definition.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null } ], "directives": [ { "name": "include", "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "args": [ { "name": "if", "description": "Included when true.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ] }, { "name": "skip", "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "args": [ { "name": "if", "description": "Skipped when true.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ] }, { "name": "deprecated", "description": "Marks an element of a GraphQL schema as no longer supported.", "locations": [ "FIELD_DEFINITION", "ARGUMENT_DEFINITION", "INPUT_FIELD_DEFINITION", "ENUM_VALUE" ], "args": [ { "name": "reason", "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"No longer supported\"" } ] }, { "name": "specifiedBy", "description": "Exposes a URL that specifies the behaviour of this scalar.", "locations": [ "SCALAR" ], "args": [ { "name": "url", "description": "The URL that specifies the behaviour of this scalar.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ] } ] } }