Digital World Market API

Digital World Market API

A public, read-only API for Digital World Market data. No authentication required.

Base URL: https://sdk.digitalworld.market

Endpoints

GET/api/assets

Returns a list of all verified assets on the Digital World Market.

[
  {
    "code":   "DBDC",
    "issuer": "GABCD...XYZ",
    "name":   "Digital Dollar",
    "logo":   "https://..."
  },
  ...
]

GET/api/assets/{code}

Returns a single asset by code. If multiple issuers exist for the same code, returns an array.

{
  "code":   "DUSD",
  "issuer": "GABCD...XYZ",
  "name":   "Digital USD",
  "logo":   "https://..."
}

GET/api/assets/{code}/{issuer}

Returns a single asset by exact asset code and issuer address.

{
  "code":   "DUSD",
  "issuer": "GABCD...XYZ",
  "name":   "Digital USD",
  "logo":   "https://..."
}

Asset object

FieldTypeDescription
codestringThe asset code (e.g. DUSD, DBDC).
issuerstringThe issuing account address on the Digital World Network.
namestringThe full display name of the asset.
logostring | nullURL to the asset logo image. May be null.

Network

Gateway URL: https://dex.digitalworld.global
Network Passphrase: Digital World Network ; June 2021