Skip to content

Get Fiat Currencies

Request

Retrieve all available fiat currencies

Security
sec0
Path
orderTypestringrequired

Determines availability for Buy or Sell orders

Default:"buy"
Headers
Acceptstring
Default:"application/json"
X-Request-Idstring

This is the correlation ID related to the request.

curl -i -X GET \
  'https://docs.banxa.com/_mock/products/legacy-api/openapi/api/fiats/{orderType}' \
  -H 'Accept: application/json' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'X-Request-Id: string'

Responses

200

Bodyapplication/json
dataobject
Response
{ "data": { "fiats": [ … ] } }