cURL
curl --request GET \ --url https://api.rivermarkets.com/v1/custom-assets \ --header 'x-api-key: <api-key>'
[ { "custom_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "inserted_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" } ]
List all custom assets for the authenticated user.
API key for programmatic access. Generate one at app.rivermarkets.com under Settings → API Keys.
Successful Response
Creation timestamp (UTC)
Last update timestamp (UTC)