Get details of multiple contracts
POST/contracts
Get details of multiple contracts
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[]
address string
name string
symbol string
standard string
creator string
createdAtBlock integer
verifiedName string
verifiedSymbol string
verifiedStandard string
{
"result": {
"items": [
{
"address": "string",
"name": "string",
"symbol": "string",
"standard": "string",
"creator": "string",
"createdAtBlock": 0,
"verifiedName": "string",
"verifiedSymbol": "string",
"verifiedStandard": "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...