Skip to main content
GET
/
v1
/
fungibles
/
by-implementation
Get fungible asset by implementation
curl --request GET \
  --url https://api.zerion.io/v1/fungibles/by-implementation \
  --header 'Authorization: Basic <encoded-value>'
{
  "links": {
    "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6"
  },
  "data": {
    "type": "fungibles",
    "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

implementation
string
required

Fungible implementation in the format chain or chain:address (e.g., "ethereum:0xa5a4214bb5f00c86b7969b7dc007302e4f6f05d6").

If only the chain is provided without an address (e.g., "ethereum"), it will return the base asset of that chain.

currency
enum<string>
default:usd

Denominated currency value of returned prices

Available options:
eth,
btc,
usd,
eur,
krw,
rub,
gbp,
aud,
cad,
inr,
jpy,
nzd,
try,
zar,
cny,
chf

Response

Resource for requested fungible

data
object
required

Object, representing fungible asset.