cURL
curl --request GET \ --url https://api-staging.stablestack.xyz/api/asset-codes \ --header 'x-api-key: <x-api-key>'
200
allAssets
{ "status": "success", "data": [ { "id": "e5ef5a72-b90c-47ac-be5f-d56c04304300", "asset_type": "FIAT", "code": "CAD", "created_at": "2025-04-02T11:16:14.321Z", "updated_at": "2025-04-02T11:16:14.321Z", "networks": null }, { "id": "119489c6-a21c-4239-8285-c6437141a046", "asset_type": "STABLECOIN", "code": "USDC", "created_at": "2025-03-31T12:15:24.426Z", "updated_at": "2025-03-31T12:15:24.426Z", "networks": [ { "id": "ce2e5ce1-6213-401b-aade-775dfdff7f7c", "network": "Erc20", "created_at": "2025-03-31T13:15:36.908Z" } ] } ]}
API reference for fetching supported asset codes
asset_type
{ "status": "success", "data": [ { "id": "e5ef5a72-b90c-47ac-be5f-d56c04304300", "asset_type": "FIAT", "code": "CAD", "created_at": "2025-04-02T11:16:14.321Z", "updated_at": "2025-04-02T11:16:14.321Z", "networks": null }, { "id": "119489c6-a21c-4239-8285-c6437141a046", "asset_type": "STABLECOIN", "code": "USDC", "created_at": "2025-03-31T12:15:24.426Z", "updated_at": "2025-03-31T12:15:24.426Z", "networks": [ { "id": "ce2e5ce1-6213-401b-aade-775dfdff7f7c", "network": "Erc20", "created_at": "2025-03-31T13:15:36.908Z" } ] } ] }
Filter by asset type
FIAT
STABLECOIN
Asset codes retrieved successfully
The response is of type object.
object