An open API service indexing awesome lists of open source software.

https://github.com/manifoldfinance/address-token-list

Manifold Finance supported markets list
https://github.com/manifoldfinance/address-token-list

erc20 ethereum markets mev sushi sushiswap tokenlist trading uniswap

Last synced: 7 months ago
JSON representation

Manifold Finance supported markets list

Awesome Lists containing this project

README

          

# Manifold Address and Token List

> EOA/Multisig Addresses and Tokenlists

## MultiSig

[eth:0x72CBdEaAdddD14Ec95b92995933CeC69566650f0](eth:0x72CBdEaAdddD14Ec95b92995933CeC69566650f0)

[https://etherscan.io/address/0x72CBdEaAdddD14Ec95b92995933CeC69566650f0](https://etherscan.io/address/0x72CBdEaAdddD14Ec95b92995933CeC69566650f0)




[eth:0xB0310ba0c92B8a6617D291389f1Cc7E17D17847d](eth:0xB0310ba0c92B8a6617D291389f1Cc7E17D17847d)

[https://etherscan.io/address/0xB0310ba0c92B8a6617D291389f1Cc7E17D17847d](https://etherscan.io/address/0xB0310ba0c92B8a6617D291389f1Cc7E17D17847d)

## Tokenlist Preferred Markets

```
https://rawcdn.githack.com/manifoldfinance/token-list/v1.1.0/src/available_markets.json
```

## Additional Information

See https://github.com/Uniswap/token-lists or https://tokenlists.org

## Available Markets List Schema

```json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"1": {
"type": "array",
"address": [
{
"type": "string"
},
"network": [
{
"type": "string"
},
{
"type": "string"
}
}
```