[
{
"description": "Retrieves 24h trading top of collections.",
"name": "getTradingTop",
"parameters": {
"properties": {
"chain": {
"type": "string"
}
},
"type": "object"
}
},
{
"description": "find information about collection",
"name": "findCollection",
"parameters": {
"properties": {
"chain": {
"type": "string"
},
"search": {
"type": "string"
}
},
"required": [
"search"
],
"type": "object"
}
}
]