Interface AssetsApiListAssetsRequest

Hierarchy

  • AssetsApiListAssetsRequest
    • AssetsApiListAssetsRequest

Properties

pageSize?: number

Page size of the result

Memberof

AssetsApiListAssets

cursor?: string

Cursor

Memberof

AssetsApiListAssets

orderBy?: "name" | "updated_at"

Property to sort by

Memberof

AssetsApiListAssets

direction?: string

Direction to sort (asc/desc)

Memberof

AssetsApiListAssets

user?: string

Comma separated list of ethereum address of the users who own these assets

Memberof

AssetsApiListAssets

status?: "imx" | "eth" | "preparing_withdrawal" | "withdrawable" | "burned"

Status of these assets

Memberof

AssetsApiListAssets

name?: string

Name of the asset to search

Memberof

AssetsApiListAssets

metadata?: string

URL JSON-encoded metadata filters for these assets. Javascript example: encodeURI(JSON.stringify({'proto':['1147'],'quality':['Meteorite']}))

Memberof

AssetsApiListAssets

sellOrders?: boolean

Set flag to true to fetch an array of sell order details with accepted status associated with the asset

Memberof

AssetsApiListAssets

buyOrders?: boolean

Set flag to true to fetch an array of buy order details with accepted status associated with the asset

Memberof

AssetsApiListAssets

includeFees?: boolean

Set flag to include fees associated with the asset

Memberof

AssetsApiListAssets

collection?: string

Comma separated list of the collections contract address

Memberof

AssetsApiListAssets

updatedMinTimestamp?: string

Minimum timestamp for when these assets were last updated, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

AssetsApiListAssets

updatedMaxTimestamp?: string

Maximum timestamp for when these assets were last updated, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

AssetsApiListAssets

auxiliaryFeePercentages?: string

Comma separated string of fee percentages that are to be paired with auxiliary_fee_recipients

Memberof

AssetsApiListAssets

auxiliaryFeeRecipients?: string

Comma separated string of fee recipients that are to be paired with auxiliary_fee_percentages

Memberof

AssetsApiListAssets

Generated using TypeDoc