curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/fiat-currencies \
--header 'Authorization: Bearer <token>'{
"fiat_currencies": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"iso_code": "<string>",
"display_name": "<string>",
"fraction_digits": 123,
"sort_order": 123
}
]
}Every fiat_currency row with is_active true, sorted for UX. This is the shared platform catalog (not scoped under /otc/...): use it for OTC, pricing/resolve and resolve-otc, marketplace orders, remittance, custodial flows, and any UI that needs an allowed ISO code from fiat_currencies.
curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/fiat-currencies \
--header 'Authorization: Bearer <token>'{
"fiat_currencies": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"iso_code": "<string>",
"display_name": "<string>",
"fraction_digits": 123,
"sort_order": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt
Use this file to discover all available pages before exploring further.