Get a list of assets.
|
In
Exec
|
|
|
Url
String
|
The URL to send the request to. |
|
Page Size
String
|
Page size of the result |
|
Cursor
String
|
Cursor |
|
Order By
String
|
Property to sort by |
|
Direction
String
|
Direction to sort (asc/desc) |
|
User
String
|
Ethereum address of the user who owns these assets |
|
Status
String
|
Status of these assets |
|
Name
String
|
Name of the asset to search |
|
Metadata
String
|
URL JSON-encoded metadata filters for these assets. Javascript example: encodeURI(JSON.stringify({'proto':['1147'],'quality':['Meteorite']})) |
|
Sell Orders
String
|
Set flag to true to fetch an array of sell order details with accepted status associated with the asset |
|
Buy Orders
String
|
Set flag to true to fetch an array of buy order details with accepted status associated with the asset |
|
Include Fees
Boolean
|
Set flag to include fees associated with the asset |
|
Collection
String
|
Collection contract address |
|
Updated Min Timestamp
String
|
Minimum timestamp for when these assets were last updated, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' |
|
Updated Max Timestamp
String
|
Maximum timestamp for when these assets were last updated, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' |
|
Auxiliary Fee Percentages
String
|
Comma separated string of fee percentages that are to be paired with auxiliary_fee_recipients |
|
Auxiliary Fee Recipients
String
|
Comma separated string of fee recipients that are to be paired with auxiliary_fee_percentages |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Response
Web 3S Http Response Structure (by ref)
|