Morpho
Programs
Get a list of reward programs.
Query Parameters
assets
stringComma-separated list of asset addresses
Pattern:
"^0x[a-fA-F0-9]{40}(,0x[a-fA-F0-9]{40})*$"
chains
stringComma-separated list of chain IDs
Pattern:
"^[0-9]+(,[0-9]+)*$"
creators
stringComma-separated list of creator addresses
Pattern:
"^0x[a-fA-F0-9]{40}(,0x[a-fA-F0-9]{40})*$"
markets
stringComma-separated list of market IDs
Pattern:
"^0x[a-fA-F0-9]{64}(,0x[a-fA-F0-9]{64})*$"
vaults
stringComma-separated list of vault addresses
Pattern:
"^0x[a-fA-F0-9]{40}(,0x[a-fA-F0-9]{40})*$"
funded
Any properties in boolean,string,stringFilter by funded status
active
Any properties in boolean,string,stringFilter by active status
active_after
stringFilter programs active after timestamp
active_before
stringFilter programs active before timestamp
type
stringFilter by program type
Value in:
"market-reward" | "vault-reward" | "uniform-reward" | "airdrop-reward"
sort
stringSort by registration timestamp
Value in:
"registration_timestamp"
Successful response