mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
add collections endpoint to nfts
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user