Skip to main content
GET
/
v1
/
defi
/
tokens
cURL
curl --request GET \
  --url https://api.moonpay.com/v1/defi/tokens
{
  "data": [
    {
      "name": "<string>",
      "symbol": "<string>",
      "address": "<string>",
      "networkCode": "<string>",
      "decimals": 123,
      "mintable": "<string>",
      "freezable": "<string>",
      "imageSmallUrl": "<string>",
      "imageLargeUrl": "<string>",
      "tokenCreatedAt": "<string>",
      "circulatingMarketCap": "<string>",
      "liquidity": "<string>",
      "volume5m": "<string>",
      "volume1": "<string>",
      "volume4": "<string>",
      "volume12": "<string>",
      "volume24": "<string>",
      "change5m": "<string>",
      "change1": "<string>",
      "change4": "<string>",
      "change12": "<string>",
      "change24": "<string>"
    }
  ],
  "meta": {
    "size": 123,
    "nextCursor": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt

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

Query Parameters

sort
enum<string>
Available options:
marketCap,
price
sortOrder
enum<string>
Available options:
asc,
desc
cursor
string
size
number
hasProfanity
boolean
networkCodes
string

Response

The request has succeeded.

data
object[]
required
meta
object
required