{ "opencollection": "1.0.0", "info": { "name": "Audius challenges tips API", "version": "1.0" }, "items": [ { "info": { "name": "tips", "type": "folder" }, "items": [ { "info": { "name": "Get Tips", "type": "http" }, "http": { "method": "GET", "url": "https://api.audius.co/v1/tips", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip. Useful for pagination (page number * limit)" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items to fetch" }, { "name": "user_id", "value": "", "type": "query", "description": "The user ID of the user making the request" }, { "name": "receiver_min_followers", "value": "", "type": "query", "description": "Only include tips to recipients that have this many followers" }, { "name": "receiver_is_verified", "value": "", "type": "query", "description": "Only include tips to recipients that are verified" }, { "name": "current_user_follows", "value": "", "type": "query", "description": "Only include tips involving the user's followers in the given capacity. Requires user_id to be set." }, { "name": "unique_by", "value": "", "type": "query", "description": "Only include the most recent tip for a user was involved in the given capacity.\n\nEg. 'sender' will ensure that each tip returned has a unique sender, using the most recent tip sent by a user if that user has sent multiple tips.\n " }, { "name": "min_slot", "value": "", "type": "query", "description": "The minimum Solana slot to pull tips from" }, { "name": "max_slot", "value": "", "type": "query", "description": "The maximum Solana slot to pull tips from" }, { "name": "tx_signatures", "value": "", "type": "query", "description": "A list of transaction signatures of tips to fetch" } ] }, "docs": "Gets the most recent tips on the network" } ] } ], "bundled": true }