Fetch funding signals with filtering, pagination, and search capabilities. Returns a list of companies with funding acti…
Authentication
No API key — create one in the dashboard
Parameters
import requests url = "https://api.coldiq.com/v1/signalbase/funding-signals" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.get(url, headers=headers) print(response.json())