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.

address
string
required

Valid blockchain wallet address, must be an alphanumeric string without any special characters

Maximum string length: 255
Pattern: ^[A-Za-z0-9]{18,100}$
Example:

"0xbF394748301603f18d953C90F0b087CBEC0E1834"

tokens
string[]
Example:
{
"title": "Example",
"value": [
{
"address": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
"tokens": ["<string>"]
}
]
}