Get list of assets

Lists the assets AUDD issues. Pass network to scope the list to the chain you are working with, which is how you find the id of the AUDD asset to mint: the assetId this returns is what POST /trades/buy and POST /trades/sell expect.

Requesting a wide page can fail with a 500 when the page includes an asset that cannot be rendered, so always narrow the list with network rather than reading it unfiltered.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Zero-based index of the page to return.

string

Free-text search keyword, matched against the asset code and description.

string

Number of items returned per page.

string

Return only assets issued by this company.

string

Sort direction. Any other value is rejected.

string

Return only assets on this network, given as one of the subNetworks values from GET /networks, for example ETHEREUM_BASE_SEPOLIA. Strongly recommended: an unfiltered list can fail with a 500. A value outside the allowed set is rejected.

string

Attribute to sort by, given as the underlying record's field name, for example dateCreated or code.

string

Return only assets the given wallet holds a trustline for. Applies to networks that use trustlines.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

400

Invalid input. Returned when a query parameter cannot be parsed, for example a network outside the allowed values or a direction other than ASC or DESC. Also returned by the gateway when the Authorization header is absent.

401

Unauthorized. The bearer token is missing, expired or invalid.

404

Not found

500

Internal server error. Also returned when the requested page contains an asset that cannot be rendered; narrow the list with network.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json