Skip to main content

TokenAvailableResponse

okboolean
Example: true
countinteger

Number of available assets

assets object[]
  • Array [
  • addressstring

    Token contract address

    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    chain_idinteger
    Example: 1
    symbolstring
    Example: USDC
    namestring
    Example: USD Coin
    property name*any
  • ]
  • TokenAvailableResponse
    {
    "ok": true,
    "count": 0,
    "assets": [
    {
    "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "chain_id": 1,
    "symbol": "USDC",
    "name": "USD Coin"
    }
    ]
    }