Get details of multiple collections
POST/collections
Get details of multiple collections
Request
- application/json
Body
required
Request body
contractAddresses string[]
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
result
object
items
object[]
contractAddress string
name string
symbol string
standard string
totalSupply string
totalOwners integer
totalTransfers integer
metadata object
{
"result": {
"items": [
{
"contractAddress": "string",
"name": "string",
"symbol": "string",
"standard": "string",
"totalSupply": "string",
"totalOwners": 0,
"totalTransfers": 0,
"metadata": {}
}
]
}
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...