add collections endpoint to nfts

This commit is contained in:
Asim Aslam
2021-12-08 14:39:52 +00:00
parent 598872e839
commit c6a8286bae
6 changed files with 446 additions and 210 deletions

View File

@@ -101,5 +101,26 @@
},
"response": {}
}
],
"collections": [
{
"title": "List collections",
"run_check": false,
"request": {
"limit": 1
},
"response": {
"collections": [
{
"name": "Picasso Flippies 043CfXo75V",
"description": "",
"slug": "picasso-flippies-043cfxo75v",
"image_url": "",
"created_at": "2021-12-08T14:38:50.380134",
"payout_address": ""
}
]
}
}
]
}