{ "opencollection": "1.0.0", "info": { "name": "Analytics Ethereum Solana API", "version": "1.0.0" }, "items": [ { "info": { "name": "Solana", "type": "folder" }, "items": [ { "info": { "name": "Price Differentiation by Trait", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/analytics/sol/getCollectionPriceDiff", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns how trait differentiates price for a given collection" }, { "info": { "name": "Collection Sales Price Candlesticks", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/analytics/sol/getCollectionSalesOHLC", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns collection sales price open, high, low, close and volume at a selected time interval" }, { "info": { "name": "Summary Statistics by Collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/analytics/sol/getCollectionSummary", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns summary analytics for a given collection" }, { "info": { "name": "Token Rarity by Collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/analytics/sol/getRarity", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns rarity by token for a given collection" }, { "info": { "name": "Summary Statistics by Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/analytics/sol/getTokenSummary", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns summary analytics for a given token" }, { "info": { "name": "Wash Trades by Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/analytics/sol/getWashTrade", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns suspected wash trades for a given transaction hash" }, { "info": { "name": "Wash Trades by Collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/analytics/sol/getWashTransactions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns suspected wash trades by token for a given collection" }, { "info": { "name": "Tokens Owned by Wallet", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getAccountNFTs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns all tokens owned for a given wallet" }, { "info": { "name": "Traits by Collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getCollectionTraits", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns a list of traits for a given collection" }, { "info": { "name": "Transactions by Collections", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getCollectionTransactions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns all transactions for a given collection" }, { "info": { "name": "Aggregated Collections Supported by Gallop", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getCollections", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns all Gallop aggregated collections" }, { "info": { "name": "Historical Transactions by Collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getHistoricalTransactions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns all transactions for a given collection in bulk" }, { "info": { "name": "Collection Summary by Marketplace", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getMarketplaceData", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns summary statistics for collections by marketplace" }, { "info": { "name": "Marketplace Floor Price by Collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getMarketplaceFloorPrice", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns current floor price for all collections by marketplace" }, { "info": { "name": "Wallet Owners by Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getNFTAccount", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns all wallet owners for a given collection" }, { "info": { "name": "Transactions by Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getTokenTransactions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns all transactions for a given token" }, { "info": { "name": "Tokens by Collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/data/sol/getTokens", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns all tokens for a given collection" }, { "info": { "name": "Liquidation & Appraisal Estimate by Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.gallop.run/v1/insights/sol/getTokenAppraisal", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get estimates of appraisal and liquidation values for a set of tokens. The app returns nowcasts by default, but if provided a `horizon` and `frequency`, it will return forcasts for `horizon` periods out at interval `frequency`. The app is does not deliver individualized financial advice, but merely provides analytical estimates of token appraisal and liquidation values" } ] } ], "bundled": true }