> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payments.sardine.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Enabled Tokens

> Fetch list of tokens supported. 



## OpenAPI

````yaml /api_reference/onramp.yaml get /enabled-tokens
openapi: 3.0.3
info:
  version: '1.0'
  title: Crypto API
  description: Reference for Sardine Crypto API
  contact:
    email: support@sardine.io
    name: Sardine
    url: docs.sardine.io
servers:
  - url: https://api.sandbox.sardine.ai/v1
    description: Sandbox
  - url: https://api.sardine.ai/v1
    description: Prod Server
security: []
paths:
  /enabled-tokens:
    get:
      tags:
        - Coverage
      summary: Get Enabled Tokens
      description: 'Fetch list of tokens supported. '
      operationId: get_tokens
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        token:
                          type: string
                          description: Symbol of cryptocurrency
                        tokenName:
                          type: string
                          description: Full name of cryptocurrency
                        network:
                          type: string
                          description: Name of network, token is available on
                        decimals:
                          type: integer
                          description: Number of decimal points that the crypto can have
                        chainId:
                          type: integer
                          description: chainID if network is EVM compatible
                          nullable: true
                        tokenAddress:
                          type: string
                          description: address if token is ERC-20
                x-examples:
                  example-1:
                    data:
                      - token: AAVE
                        tokenName: Aave
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        tokenAddress: '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9'
                      - token: ADA
                        tokenName: Cardano
                        network: cardano
                        decimals: 6
                        chainId: null
                        tokenAddress: null
                      - token: ALGO
                        tokenName: Algorand
                        network: algorand
                        decimals: 6
                        chainId: null
                        tokenAddress: null
                      - token: AXS
                        tokenName: Axie Infinity
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        tokenAddress: '0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b'
                      - token: AVAX
                        tokenName: Avalanche
                        network: avalanche_c-chain
                        decimals: 18
                        chainId: 43114
                        tokenAddress: '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7'
                      - token: BAT
                        tokenName: Basic Attention Token
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        tokenAddress: '0x0D8775F648430679A709E98d2b0Cb6250d2887EF'
                      - token: BCH
                        tokenName: Bitcoin Cash
                        network: bitcoin_cash
                        decimals: 8
                        chainId: null
                        tokenAddress: null
                      - token: BTC
                        tokenName: Bitcoin
                        network: bitcoin
                        decimals: 8
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: BUSD
                        tokenName: Binance USD
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x4Fabb145d64652a948d72533023f6E7A623C7C53'
                      - token: COMP
                        tokenName: Compound
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xc00e94Cb662C3520282E6f5717214004A7f26888'
                      - token: DAI
                        tokenName: Dai
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x6B175474E89094C44Da98b954EedeAC495271d0F'
                      - token: DOGE
                        tokenName: Dogecoin
                        network: dogecoin
                        decimals: 8
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: DOT
                        tokenName: Polkadot
                        network: polkadot
                        decimals: 10
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: EGLD
                        tokenName: Elrond
                        network: elrond
                        decimals: 18
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: ENJ
                        tokenName: Enjin Coin
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c'
                      - token: EOS
                        tokenName: EOS
                        network: eos
                        decimals: 4
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: ETH
                        tokenName: Ethereum
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: ETC
                        tokenName: Ethereum Classic
                        network: ethereum_classic
                        decimals: 372
                        chainId: 61
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: FTM
                        tokenName: Fantom
                        network: fantom
                        decimals: 18
                        chainId: 250
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: GRT
                        tokenName: The Graph
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xc944E90C64B2c07662A292be6244BDf05Cda44a7'
                      - token: Hedera
                        tokenName: HBAR
                        network: hedera
                        decimals: 8
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: KNC
                        tokenName: Kyber Network
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202'
                      - token: LINK
                        tokenName: Chainlink
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x514910771AF9Ca656af840dff83E8264EcF986CA'
                      - token: Litecoin
                        tokenName: LTC
                        network: litecoin
                        decimals: 8
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: MANA
                        tokenName: MANA
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x0F5D2fB29fb7d3CFeE444a200298f468908cC942'
                      - token: MATIC
                        tokenName: Polygon
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0'
                      - token: MKR
                        tokenName: Maker
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2'
                      - token: OMG
                        tokenName: OMG Network
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xd26114cd6EE289AccF82350c8d8487fedB8A0C07'
                      - token: PAXG
                        tokenName: Pax Gold
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
                      - token: SAND
                        tokenName: The Sandbox
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x3845badAde8e6dFF049820680d1F14bD3903a5d0'
                      - token: SHIB
                        tokenName: SHIBA INU
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE'
                      - token: SOL
                        tokenName: Solana
                        network: solana
                        decimals: 9
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: TUSD
                        tokenName: TrueUSD
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x0000000000085d4780B73119b644AE5ecd22b376'
                      - token: UNI
                        tokenName: Uniswap
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984'
                      - token: USDC
                        tokenName: USD Coin
                        network: ethereum
                        decimals: 6
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48'
                      - token: USDP
                        tokenName: Pax Dollar
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x8E870D67F660D95d5be530380D0eC0bd388289E1'
                      - token: USDT
                        tokenName: Tether
                        network: ethereum
                        decimals: 6
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xdAC17F958D2ee523a2206206994597C13D831ec7'
                      - token: WBTC
                        tokenName: Wrapped BTC
                        network: ethereum
                        decimals: 8
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599'
                      - token: XLM
                        tokenName: Stellar
                        network: stellar
                        decimals: 6
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: XRP
                        tokenName: Ripple
                        network: ripple
                        decimals: 6
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: XTZ
                        tokenName: Tezos
                        network: tezos
                        decimals: 6
                        chainId: null
                        destinationTagRequired: false
                        tokenAddress: null
                      - token: ZRX
                        tokenName: 0x
                        network: ethereum
                        decimals: 18
                        chainId: 1
                        destinationTagRequired: false
                        tokenAddress: '0xE41d2489571d322189246DaFA5ebDe1F4699F498'
      security:
        - ClientToken: []
      servers:
        - url: https://api.sandbox.sardine.ai/v1
          description: Sandbox
        - url: https://api.sardine.ai/v1
          description: Prod Server
components:
  securitySchemes:
    ClientToken:
      type: http
      scheme: basic

````