Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt

Use this file to discover all available pages before exploring further.

name
string
required

Name of the token

Example:

"Shiba Inu"

symbol
string
required

Symbol of the token

Example:

"SHIB"

tokenAddresses
object[]
required

Array of different contract addresses dependent to networkId

Example:
{
"title": "Example",
"value": [
{
"name": "Shiba Inu",
"symbol": "SHIB",
"tokenAddresses": [
{
"networkId": 1,
"contractAddress": "0xbF394748301603f18d953C90F0b087CBEC0E1834"
}
]
}
]
}