Get Fungible ERC20 Token Balances
GET/assets/:address
Get Fungible ERC20 Token Balances
Request
Details
Path Parameters
address stringrequired
The wallet address to query for ERC20 tokens.
Details
Query Parameters
apiKey stringrequired
Your API key to authenticate requests.
tokenAddress string
Optional. The specific token address to query. If not provided, all token balances will be returned.
Responses
- 200
- 403
OK
- application/json
- Schema
- Example (from schema)
Details
Schema
Array [
]
message string
Details
result
object[]
balance string
contractAddress string
decimals string
name string
symbol string
type string
status string
{
"message": "string",
"result": [
{
"balance": "string",
"contractAddress": "string",
"decimals": "string",
"name": "string",
"symbol": "string",
"type": "string"
}
],
"status": "string"
}
Access to the resource is forbidden.
- application/json
- Schema
- Example (from schema)
Details
Schema
statusCode integer
errorMessage string
error string
{
"statusCode": 0,
"errorMessage": "string",
"error": "string"
}
Loading...