Skip to main content
GET
Get token total supply

Example

cURL

Path Parameters

contract_address
string
required

The address of the ERC-20 token contract on Base.

Pattern: ^0x[a-fA-F0-9]{40}$

Response

The token's total supply, normalized by the token's decimals. This is a token-unit amount, not the number of underlying shares; multiply by multiplier to convert to shares.

The response is of type number<double>.