Get Currency Types
Returns the list of available currencies that programs can use for reward denominations.
Last updated: April 9, 2026
Get Currency Types
GET /siren/v1/programs/currency-types
Returns the list of available currencies that programs can use for reward denominations.
Example Response:
[
{ "id": "USD", "name": "US Dollar", "symbol": "$", "precision": 2 }
]