cURL
curl --request GET \ --url https://api.example.com/api/v1/partner/public/currencies \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "name": "US Dollar", "ticker": "USD", "image": { "id": "cbcfa8b8-3a25-4adb-a9c6-e325f0d0f3ae", "path": "/uploads/usd.png" } } ]
Returns all distinct currencies from active offers across the branch’s exchanges.
Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)
sk_branch_<32chars>
sk_personal_<32chars>
pk_<32chars>
List of currencies
1
"US Dollar"
"USD"
Show child attributes