Importing
Get Import
One import record, including its published profile
GET
/
external-tokens
/
api
/
{tokenAddress}
curl "https://api.trusset.org/external-tokens/api/0x9f8c1d4b2e7a3056c1b8f4d29e0a7c3518b6d24f" \
-H "X-API-Key: trusset_your_key_here"
{
"success": true,
"data": {
"tokenAddress": "0x9f8c1d4b2e7a3056c1b8f4d29e0a7c3518b6d24f",
"name": "Nyala Fund I",
"symbol": "NYF1",
"decimals": 18,
"framework": "erc3643",
"assetType": "BOND",
"imageURI": "ipfs://bafkreigh2akiscaildc7fh4dqwv6zqm4",
"totalSupply": "5000000.0",
"metadata": {
"identityRegistry": "0x9e3c8A15f4d70b2681C5a3f9027d4bE8115C7d21",
"compliance": "0x2b7Ff4E80a1c53D6970bC81dE4a5f0917Ac3d829",
"onchainID": null,
"paused": false
},
"profile": {
"issuerName": "Nyala Digital Asset Solutions",
"jurisdiction": "DE",
"sector": "Fixed income",
"isin": "DE000A0F5UF5",
"documents": []
},
"importedAt": "2026-09-05T12:00:00.000Z",
"updatedAt": "2026-09-05T12:14:00.000Z"
}
}
{
"success": false,
"data": null,
"error": {
"code": "IMPORT_NOT_FOUND",
"message": "External import not found"
}
}
Returns a single import held by your instance, with the
profile that List Imports leaves out.
Path Parameters
string
required
The imported contract address.
Response Fields
object
Show child attributes
Show child attributes
string
The address, lowercased.
string
Name read from the contract.
string
Symbol read from the contract.
integer
Decimals read from the contract.
string
The detected standard.
string
The classification the importer chose.
string
Icon URI, or
null.string
Supply as of the last chain read.
object
Framework-specific facts from detection.
object
What the importer publishes about the instrument. Every field in it is issuer-asserted and none is verified. See Update Profile for the shape.
null when nothing has been published.string
ISO 8601 timestamp of the import.
string
ISO 8601 timestamp of the last change to the record.
Both timestamps describe the record, not the token.
updatedAt moves when the profile, the image, or a chain refresh writes to it, and stays put while the token itself changes on chain.curl "https://api.trusset.org/external-tokens/api/0x9f8c1d4b2e7a3056c1b8f4d29e0a7c3518b6d24f" \
-H "X-API-Key: trusset_your_key_here"
{
"success": true,
"data": {
"tokenAddress": "0x9f8c1d4b2e7a3056c1b8f4d29e0a7c3518b6d24f",
"name": "Nyala Fund I",
"symbol": "NYF1",
"decimals": 18,
"framework": "erc3643",
"assetType": "BOND",
"imageURI": "ipfs://bafkreigh2akiscaildc7fh4dqwv6zqm4",
"totalSupply": "5000000.0",
"metadata": {
"identityRegistry": "0x9e3c8A15f4d70b2681C5a3f9027d4bE8115C7d21",
"compliance": "0x2b7Ff4E80a1c53D6970bC81dE4a5f0917Ac3d829",
"onchainID": null,
"paused": false
},
"profile": {
"issuerName": "Nyala Digital Asset Solutions",
"jurisdiction": "DE",
"sector": "Fixed income",
"isin": "DE000A0F5UF5",
"documents": []
},
"importedAt": "2026-09-05T12:00:00.000Z",
"updatedAt": "2026-09-05T12:14:00.000Z"
}
}
{
"success": false,
"data": null,
"error": {
"code": "IMPORT_NOT_FOUND",
"message": "External import not found"
}
}
Error Codes
| Code | HTTP | Cause |
|---|---|---|
INVALID_ADDRESS | 400 | tokenAddress is not a valid address |
IMPORT_NOT_FOUND | 400 | No active import for that address on your instance. Note the status: this is a 400, not a 404 |
⌘I
curl "https://api.trusset.org/external-tokens/api/0x9f8c1d4b2e7a3056c1b8f4d29e0a7c3518b6d24f" \
-H "X-API-Key: trusset_your_key_here"
{
"success": true,
"data": {
"tokenAddress": "0x9f8c1d4b2e7a3056c1b8f4d29e0a7c3518b6d24f",
"name": "Nyala Fund I",
"symbol": "NYF1",
"decimals": 18,
"framework": "erc3643",
"assetType": "BOND",
"imageURI": "ipfs://bafkreigh2akiscaildc7fh4dqwv6zqm4",
"totalSupply": "5000000.0",
"metadata": {
"identityRegistry": "0x9e3c8A15f4d70b2681C5a3f9027d4bE8115C7d21",
"compliance": "0x2b7Ff4E80a1c53D6970bC81dE4a5f0917Ac3d829",
"onchainID": null,
"paused": false
},
"profile": {
"issuerName": "Nyala Digital Asset Solutions",
"jurisdiction": "DE",
"sector": "Fixed income",
"isin": "DE000A0F5UF5",
"documents": []
},
"importedAt": "2026-09-05T12:00:00.000Z",
"updatedAt": "2026-09-05T12:14:00.000Z"
}
}
{
"success": false,
"data": null,
"error": {
"code": "IMPORT_NOT_FOUND",
"message": "External import not found"
}
}
