Get overview for tokens
POST/ronin/tokens/ids
Get an overview for tokens that matched the specified contract addresses.
Request
- application/json
Body
required
Request body
contractAddresses string[]required
Possible values: >= 1
, <= 100
Required
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
contractAddress string
createdAtBlock integer
decimals integer
name string
standard string
symbol string
totalOwners integer
totalSupply string
totalTransfers integer
updatedAt integer
{
"items": [
{
"contractAddress": "string",
"createdAtBlock": 0,
"decimals": 0,
"name": "string",
"standard": "string",
"symbol": "string",
"totalOwners": 0,
"totalSupply": "string",
"totalTransfers": 0,
"updatedAt": 0
}
]
}
Invalid parameter
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...