Skip to main content

Get overview for tokens

POST 

/ronin/tokens/ids

Get an overview for tokens that matched the specified contract addresses.

Request

Body

required

Request body

    contractAddresses string[]required

    Possible values: >= 1, <= 100

    Required

Responses

OK

Schema
    items object[]
  • Array [
  • contractAddress string
    createdAtBlock integer
    decimals integer
    name string
    standard string
    symbol string
    totalOwners integer
    totalSupply string
    totalTransfers integer
    updatedAt integer
  • ]
Loading...
Was this helpful?
Happy React is loading...