Skip to main content
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>"]
    }
  ]
}