get

/v4/campaign-lists/{owner}

List every named campaign list owned by an address, with its size and last-updated timestamp.

Path parameters

ownerstring
required

Responses

200
Response for status 200
Schema
object
ownerstring
required
listsobject[]
required
namestring
sizenumber
Example
{
  "owner": "string",
  "lists": [
    {
      "name": "string",
      "size": 0
    }
  ]
}
get
https://api.merkl.xyz/v4/campaign-lists/{owner}
Merkl API
curl -X GET "https://api.merkl.xyz/v4/campaign-lists/{owner}"
Fill the required path parameter owner to send.