Skip to main content
POST
Reads the contract at an address and reports what it is, without writing anything. Call it before Import Token so a form is never filled in for a request that can only be refused.

Body Parameters

string
required
Contract to read, on the network your instance resolves to. Case-insensitive, lowercased in the response.

Response Fields

object

The details block

details carries only what the detected standard exposes. It is {} for erc20 and erc721. An address inside details is null when the contract returned nothing usable, and paused is null when the flag could not be read, which is not the same as unpaused. A token this instance issued through Trusset comes back as erc3643 with two extra keys: trussetStockToken: true and isin. It is reported so it can be recognized, not so it can be imported.
Detection reports the standard a contract answers for, not that the contract is safe or that the asset behind it is what anyone claims. It reads public view functions and nothing more.

Error Codes