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
| Field | Type | Description |
|---|---|---|
code | string | The asset code (e.g. DUSD, DBDC). |
issuer | string | The issuing account address on the Digital World Network. |
name | string | The full display name of the asset. |
logo | string | null | URL to the asset logo image. May be null. |
Network
Gateway URL: https://dex.digitalworld.global
Network Passphrase: Digital World Network ; June 2021