/ethereals/:chainId/:address
GET
/ethereals/:chainId/:address
The /etherals/:chainId/:address
endpoint returns details of a specific ethereal account.
Headers
x-api-key
Your API key
Path Variables
:chainId
Yes
the chain the source token lives on
:address
Yes
The source token address you are querying
Response Body
The response provides an ethereal
object structured as follows:
_id
string
The unique Id for this transfer
ethereal
string
The contract address of the ethereal collection.
status
string
The status of the ethereal. Possible values are:
- active
- unfunded
(funds are below the level required for synchronisation.
balance
string
The balance of the ethereal contract.
sourceChain
string
The source chain for the contract being mirrored..
sourceContract
string
The source contract being mirrored.
tokenName
string
The name of the ethereal contract.
tokenSymbol
string
The symbol of the ethereal contract.
lastCheckedAt
Date
Unix date
lastSyncedAt
number
Unix timestamp of when this was last synced.
deposits
array
Array of objects detailing the ethereal's deposit history.
Example Request
Response
Last updated