Get collection detail
GET/collections/:contractAddress
Get collection detail
Request
Path Parameters
contractAddress stringrequired
ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
result
object
contractAddress string
name string
symbol string
standard string
totalSupply string
totalOwners integer
totalTransfers integer
metadata object
{
"result": {
"contractAddress": "string",
"name": "string",
"symbol": "string",
"standard": "string",
"totalSupply": "string",
"totalOwners": 0,
"totalTransfers": 0,
"metadata": {}
}
}
not found
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
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...