GET /fetch-gp Fetch GP records with principals & signals
Parameters
gp_namerequiredName of the GP to search for (min 2 characters)
tagoptionalFilter by tag
themeoptionalFilter by theme
marketoptionalFilter by market
limitoptionalNumber of results to return (default: 20)
offsetoptionalPagination offset (default: 0)
x-api-keyrequiredYour API key (passed as header)
Try it out
x-api-key
gp_name
tag
theme
market
limit
offset
GET /fetch-principals Fetch principal records
Parameters
gp_nameoptionalFilter by GP name
tagoptionalFilter by tag
themeoptionalFilter by theme
marketoptionalFilter by market
limitoptionalNumber of results to return (default: 20)
offsetoptionalPagination offset (default: 0)
x-api-keyrequiredYour API key (passed as header)
Try it out
x-api-key
gp_name
tag
theme
market
limit
offset
GET /fetch-signals Fetch market signals
Parameters
gp_nameoptionalFilter by GP name. Returns all signals if omitted.
limitoptionalNumber of results to return (default: 20)
offsetoptionalPagination offset (default: 0)
x-api-keyrequiredYour API key (passed as header)
Try it out
x-api-key
gp_name
limit
offset
GET /fetch-projects Fetch project records
Parameters
gp_nameoptionalFilter by GP name. Returns all projects if omitted.
limitoptionalNumber of results to return (default: 20)
offsetoptionalPagination offset (default: 0)
x-api-keyrequiredYour API key (passed as header)
Try it out
x-api-key
gp_name
limit
offset