Get the List of Tokens on Fuse
GET/tokens
Get the List of Tokens on Fuse
Request
Query Parameters
apiKey stringrequired
Your Public API key.
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
tokens object[]
name string
symbol string
decimals integer
address string
logoURI string
type string
{
  "tokens": [
    {
      "name": "string",
      "symbol": "string",
      "decimals": 0,
      "address": "string",
      "logoURI": "string",
      "type": "string"
    }
  ]
}
Loading...