Skip to content

List assets

GET /v1/assets

Return the deposit asset addresses (lowercase 0x-prefixed hex) across all venues, optionally filtered to a single chain. An asset appears once per address even if several venues accept it.

Parameters

Name In Type Required Description
chain query integer no Only return assets available on this chain id.

Responses

Status Description
200 The list of asset addresses.
200 response
{
  "success": true,
  "data": [
    "0x81ab7e0d570b01411fcefcbbcd7de70890a5dd15"
  ],
  "timestamp": "2026-07-29T10:15:32.123Z"
}