Skip to main content
GET
/
v1
/
defi
/
token
cURL
curl --request GET \
  --url https://api.moonpay.com/v1/defi/token
{
  "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>"
}

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

contractAddress
string
required
Minimum string length: 1
networkCode
string
required
Minimum string length: 1

Response

The request has succeeded.

name
string
required
symbol
string
required
address
string
required
networkCode
string
required
decimals
number
required
mintable
string | null
required
freezable
string | null
required
imageSmallUrl
string | null
required
imageLargeUrl
string | null
required
tokenCreatedAt
string | null
required
circulatingMarketCap
string
required
liquidity
string
required
volume5m
string
required
volume1
string
required
volume4
string
required
volume12
string
required
volume24
string
required
change5m
string
required
change1
string
required
change4
string
required
change12
string
required
change24
string
required